Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/continuous-learning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:

- name: Install AgentReady
run: |
uv venv
uv pip install -e .

- name: Run self-assessment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
fetch-depth: 0

- name: Create documentation update issue
id: create-issue
uses: actions/github-script@v7
env:
REVISION_REASON: ${{ github.event.inputs.revision_reason }}
Expand Down
4 changes: 2 additions & 2 deletions docs/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ pytest --cov

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.
See [CONTRIBUTING.md](https://github.com/ambient-code/agentready/blob/main/CONTRIBUTING.md) for development setup and guidelines.

## License

MIT License - see [LICENSE](LICENSE) for details.
MIT License - see [LICENSE](https://github.com/ambient-code/agentready/blob/main/LICENSE) for details.
```

#### Remediation
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Home

<div class="announcement-banner">
<span class="announcement-icon">🚀</span>
<span class="announcement-text">New: <a href="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>
<span class="announcement-text">New: <a href="https://github.com/ambient-code/agentready#cli-reference">Enhanced CLI Reference</a> - Complete command documentation with interactive examples and visual guides</span>
</div>

# AgentReady
Expand All @@ -17,7 +17,7 @@ title: Home
<div class="hero-buttons">
<a href="user-guide.html#bootstrap-your-repository" class="button button-primary">Bootstrap Your Repo</a>
<a href="user-guide.html#running-assessments" class="button button-secondary">Run Assessment</a>
<a href="release-process-visualization.html" class="button button-tertiary">📊 Release Pipeline</a>
<a href="leaderboard.html" class="button button-tertiary">🏆 Leaderboard</a>
</div>
</div>

Expand Down
Loading