You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve broken links and workflow failures (ambient-code#160)
Fix GitHub Actions workflow failures and dead documentation links:
**Workflow Fixes**:
- continuous-learning.yml: Add uv venv setup and use HEREDOC for multi-line commit
- update-docs.yml: Add missing step id for create-issue step
**Documentation Link Fixes**:
- Remove dead link to release-process-visualization.html
- Update announcement banner to reference CLI Reference
- Replace Release Pipeline button with Leaderboard in hero
- Fix CONTRIBUTING.md and LICENSE links in attributes.md
Resolves workflow runs 19921570967 and 19921570784
🤖 Generated with Claude Code
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Home
5
5
6
6
<divclass="announcement-banner">
7
7
<spanclass="announcement-icon">🚀</span>
8
-
<spanclass="announcement-text">New: <ahref="release-process-visualization.html">Interactive Release Pipeline Visualization</a> - See how AgentReady's automated release process works end-to-end with real-world examples</span>
8
+
<spanclass="announcement-text">New: <ahref="https://github.com/ambient-code/agentready#cli-reference">Enhanced CLI Reference</a> - Complete command documentation with interactive examples and visual guides</span>
9
9
</div>
10
10
11
11
# AgentReady
@@ -17,7 +17,7 @@ title: Home
17
17
<divclass="hero-buttons">
18
18
<a href="user-guide.html#bootstrap-your-repository" class="button button-primary">Bootstrap Your Repo</a>
0 commit comments