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:
parent
395de5b548
commit
a28caeb461
18 changed files with 150 additions and 53 deletions
|
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
|
|
@ -231,7 +231,7 @@ Agent Pool Monitor with:
|
|||
- Pre-assigned queue for reserved tasks
|
||||
- Squad roster for active team members
|
||||
|
||||

|
||||

|
||||
|
||||
### 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)
|
||||
|
||||

|
||||

|
||||
|
||||
### 4. Global Project Scope + Scanner
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue