Skip to content

Commit b5b4549

Browse files
GeneAIclaude
authored andcommitted
refactor: Restructure root directory for production readiness
Move 29 markdown files from root to organized subdirectories: - docs/development-logs/ - Execution plans, phase completions - docs/architecture/ - System design, memory architecture - docs/marketing/ - Pitch decks, outreach templates - docs/guides/ - Publishing tutorials, distribution policies Root now contains only 7 essential files: - README.md, QUICKSTART.md, CHANGELOG.md - CONTRIBUTING.md, CODE_OF_CONDUCT.md, GOVERNANCE.md, SECURITY.md Also: - Add pip_audit_results.json and *.audit.json to .gitignore - Add "Project Evolution" section to README with links - Delete README_PREVIEW.md (superseded) This reduces cognitive load for new contributors and signals framework stability over "work in progress". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b1542d4 commit b5b4549

File tree

53 files changed

+13
-251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+13
-251
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ __pycache__/
4949

5050
# Security
5151
security_scan_results.json
52+
pip_audit_results.json
53+
*.audit.json
5254
.env
5355
**/.env
5456
**/tests/.env

README.md

Lines changed: 11 additions & 0 deletions

README_PREVIEW.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)