chore: set parallel agent dispatch and tracer ownership

This commit is contained in:
zenchantlive 2026-02-11 17:44:41 -08:00
parent 292a72f861
commit 7537ec27b0
5 changed files with 142 additions and 7 deletions

View file

@ -0,0 +1,32 @@
# Agent A Dispatch: Registry/API
## Branch + Worktree
- Branch: `feat/registry-api`
- Worktree: `C:\Users\Zenchant\codex\beadboard\.worktrees\agent-a`
## Beads
- `bb-6aj.1` (in_progress, assignee `agent-a`)
- `bb-6aj.2` (open, assignee `agent-a`) after `bb-6aj.1` closes
## Scope
- Implement registry persistence at `%USERPROFILE%\.beadboard\projects.json`
- Implement projects API route for add/remove/list
- Windows-safe normalization only
## File Ownership
- `src/lib/registry.ts`
- `src/app/api/projects/route.ts`
- `tests/lib/registry.test.ts`
- `tests/api/projects-route.test.ts`
## Hard Constraints
- Never write directly to `.beads/issues.jsonl`
- No Unix-only assumptions
- Validate and normalize project paths consistently
## Verification
```powershell
npm run typecheck
npm run test
```