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
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
'- `docs/` - GitHub Pages documentation',
'- `CLAUDE.md` - Project guide (source of truth)',
'- `README.md` - User-facing documentation',
'- `agent-ready-codebase-attributes.md` - Research report (source of truth)',
'- `RESEARCH_REPORT.md` - Research report (source of truth)',
'',
'**Labels**: documentation, automation-needed, agent-task'
];
Expand All @@ -97,7 +97,7 @@ jobs:
CHANGES=$(git log --oneline --since="7 days ago" -- \
CLAUDE.md \
README.md \
agent-ready-codebase-attributes.md \
RESEARCH_REPORT.md \
src/agentready/cli/bootstrap.py \
src/agentready/services/bootstrap.py \
|| true)
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ repos.txt
test-repos.txt
opendatahub-repos.txt

# Repomix output (generated)
repomix/repomix-output.*

# Build artifacts
*.whl
*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Use the `github-pages-docs` agent for documentation updates after:
**Documentation Sources of Truth** (priority order):

1. CLAUDE.md - Project guide
2. agent-ready-codebase-attributes.md - Research report
2. RESEARCH_REPORT.md - Research report
3. contracts/ - Schemas and validation
4. specs/ - Feature specifications
5. Source code - Actual implementation
Expand Down
Loading
Loading