-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] Organize project docs #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| # Review ownership for framework-critical paths. | ||
| * @AJ-EthereaLogic-ai | ||
|
|
||
| /.claude/ @AJ-EthereaLogic-ai | ||
| /tests/ @AJ-EthereaLogic-ai | ||
| /docs/ @AJ-EthereaLogic-ai | ||
| /app_docs/ @AJ-EthereaLogic-ai | ||
| /specs/docs/ @AJ-EthereaLogic-ai | ||
| /spec_driven_docs/ @AJ-EthereaLogic-ai | ||
|
|
||
| /AGENTS.md @AJ-EthereaLogic-ai | ||
| /CLAUDE.md @AJ-EthereaLogic-ai | ||
| /CONSTITUTION.md @AJ-EthereaLogic-ai | ||
| /DIRECTIVES.md @AJ-EthereaLogic-ai | ||
| /.github/workflows/ @AJ-EthereaLogic-ai |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Reports | ||
|
|
||
| This directory contains tracked review, audit, and release-readiness reports. | ||
|
|
||
| Treat these files as historical evidence for the repository state named in each report. | ||
|
|
||
| ## Current Reports | ||
|
|
||
| - [Code scanning analysis](CODE_SCANNING_ANALYSIS.md) | ||
| - [End-to-end test report](E2E_TEST_REPORT.md) | ||
| - [End-to-end test report - 2026-04-26](E2E_TEST_REPORT_2026_04_26.md) | ||
| - [Improvement opportunities](IMPROVEMENT_OPPORTUNITIES.md) | ||
| - [Release readiness audit - 2026-04-26](RELEASE_READINESS_AUDIT_2026-04-26.md) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Project Documentation | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix heading capitalization to use sentence-case. Headings on lines 1, 5, and 10 use title-case instead of sentence-case. As per coding guidelines, Markdown headings should use sentence-case (capitalize only the first letter and proper nouns).
🔧 Proposed fix-# Project Documentation
+# Project documentation
-## Current Documents
+## Current documents
-## Related Documentation
+## Related documentationAlso applies to: 5-5, 10-10 🤖 Prompt for AI AgentsSource: Coding guidelines |
||
|
|
||
| This directory contains project-facing documentation for contributors, maintainers, and release operators. | ||
|
|
||
| ## Current Documents | ||
|
|
||
| - [FAQ](FAQ.md) | ||
| - [Release Checklist](RELEASE_CHECKLIST.md) | ||
|
|
||
| ## Related Documentation | ||
|
|
||
| - End-user guide: [app_docs/User-Guide/User-Guide.md](../app_docs/User-Guide/User-Guide.md) | ||
| - Specification inputs: [specs/docs/README.md](../specs/docs/README.md) | ||
| - Workflow output stages: [spec_driven_docs/README.md](../spec_driven_docs/README.md) | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix heading capitalization to use sentence-case.
Heading on line 7 uses title-case instead of sentence-case. "Current Reports" should be "Current reports" per coding guidelines.
🔧 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents
Source: Coding guidelines