chore: Organize repository structure

- Move screenshots from root to docs/screenshots/
- Remove build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/)
- Remove temporary test files from root (test-sse.mjs, test-watcher.ts)
- Remove tmp/ directory
- Update .gitignore with comprehensive patterns:
  - Build artifacts (eslint-report.json, tsconfig.tsbuildinfo, out/)
  - Temporary files (tmp/, test-*.mjs, test-*.ts, *.tmp, *.temp)
  - Root image files (should be in docs/screenshots/)
  - AI tool directories (.augment/, .claude/, .cline/, .openhands/, .qodo/, .gemini/, .kilocode/)
- Update README image references to new locations

This cleanup makes the repository structure more professional and organized.
This commit is contained in:
zenchantlive 2026-03-05 17:09:25 -08:00
parent 395de5b548
commit a28caeb461
18 changed files with 150 additions and 53 deletions

View file

@ -202,7 +202,7 @@ BeadBoard is an execution system for coordinating agents around shared Beads wor
- **Global project scope switching** across single and aggregate workspaces
- **Swarm orchestration** with archetypes/templates and assignment controls
![BeadBoard Dashboard - Multi-agent coordination interface showing task graph, agent pool, and activity stream](image-9.png)
![BeadBoard Dashboard - Multi-agent coordination interface showing task graph, agent pool, and activity stream](docs/screenshots/image-9.png)
---
@ -231,7 +231,7 @@ Agent Pool Monitor with:
- Pre-assigned queue for reserved tasks
- Squad roster for active team members
![Swarm Coordination Panel - Agent pool monitor showing archetypes, assignment queues, and squad roster](image-7.png)
![Swarm Coordination Panel - Agent pool monitor showing archetypes, assignment queues, and squad roster](docs/screenshots/image-7.png)
### 3. Graph + Dependency Topology
@ -241,7 +241,7 @@ DAG-oriented workspace for execution decisions:
- Blocker/unblock context surfaced in task cards
- Graph analysis support (cycle detection, blocked-chain identification)
![Dependency Graph View - DAG visualization showing task dependencies and execution order](image-8.png)
![Dependency Graph View - DAG visualization showing task dependencies and execution order](docs/screenshots/image-8.png)
### 4. Global Project Scope + Scanner