Skip to content

Commit ce0fc53

Browse files
jeremyederclaude
andcommitted
refactor: Reorganize root directory structure
- Move generated reports to reports/repomix/ - Move example config to examples/config/ - Remove BACKLOG.md and GITHUB_ISSUES.md from root - Remove obsolete backlog_to_issues.py script - Update code and tests to use new directory paths - Update documentation references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ba84e78 commit ce0fc53

File tree

13 files changed

+40
-71474
lines changed

13 files changed

+40
-71474
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The \`github-pages-docs\` agent requires Claude Code's specialized documentation
6767

6868
### Future Automation
6969

70-
See \`BACKLOG.md\` - "Documentation Source Truth and Cascade System" (P2) for plans to automate this workflow.
70+
Plans to automate this workflow are tracked in GitHub issues with the "documentation" label.
7171

7272
---
7373

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ coverage.xml
4949

5050
# Project specific
5151
.agentready/
52+
reports/
5253
*.log
5354
*.tmp
5455

@@ -58,4 +59,4 @@ coverage.xml
5859

5960
# Configuration (exclude example)
6061
.agentready-config.yaml
61-
!.agentready-config.example.yaml
62+
!examples/config/agentready-config.example.yaml

0 commit comments

Comments
 (0)