Skip to content

Commit 95a0684

Browse files
web3dev1337claude
andcommitted
chore: organize root markdown files into docs/ structure
Move 31 .md files out of root into organized docs/ subdirectories: - docs/historical/ — 25 archived plans, implementation notes, old audits - docs/windows/ — Windows install and build guides - docs/diff-viewer/ — Diff viewer setup and features - docs/ — Commander API ref, latest security audit Root now has only 5 essential files: README.md, CLAUDE.md, CODEBASE_DOCUMENTATION.md, CONTRIBUTING.md, SECURITY.md Update references in CLAUDE.md and scripts/public-release-audit.js to point to new file locations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ffd62d commit 95a0684

34 files changed

+6
-4
lines changed

CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ Because `main` is usually checked out in the `master/` worktree, **do not try to
226226

227227
## 🚨 CRITICAL: READ THESE FILES 🚨
228228
**2. Read `CODEBASE_DOCUMENTATION.md`** - Contains system docs and file locations (READ THE ENTIRE FILE)
229-
**3. Read `COMPLETE_IMPLEMENTATION.md`** - Multi-workspace system overview (ESSENTIAL)
230-
**4. Read `PR_SUMMARY.md`** - Technical implementation details (FOR CHANGES)
231229

232230
## 🚨 CRITICAL: ALWAYS CREATE A PR WHEN DONE 🚨
233231
**When you complete ANY feature or fix, you MUST create a pull request using `gh pr create`. This is mandatory. Add "Create PR" as your final checklist item to ensure you never forget.**
@@ -287,7 +285,7 @@ Commander Claude is a special Claude Code instance that runs from the orchestrat
287285
288286
**Read the full Commander instructions:**
289287
```bash
290-
cat ~/GitHub/tools/automation/claude-orchestrator/master/COMMANDER_CLAUDE.md
288+
cat ~/GitHub/tools/automation/claude-orchestrator/master/docs/COMMANDER_CLAUDE.md
291289
```
292290

293291
### Port Detection (MANDATORY — do this first)
@@ -413,6 +411,7 @@ Workspaces are stored in `~/.orchestrator/workspaces/`. Each workspace has:
413411
414412
### Important Files to Read First
415413
- `CODEBASE_DOCUMENTATION.md`: Comprehensive system overview
414+
- `docs/COMMANDER_CLAUDE.md`: Commander AI API reference
416415
- `server/index.js`: Main backend entry point
417416
- `package.json`: Dependencies and scripts
418417
- `src-tauri/src/main.rs`: Tauri app entry point

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ claude-orchestrator/
131131
├── config/ # Shared configuration files
132132
├── plugins/ # Plugin system (extensible)
133133
└── docs/ # Additional documentation
134+
├── windows/ # Windows install and build guides
135+
├── diff-viewer/ # Diff viewer setup and features
136+
└── historical/ # Archived plans and implementation notes
134137
```
135138

136139
### Runtime Data
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)