fix: remove stale port 5173 references from board mutation guard

Update dev origin allowlist and tests to use port 3100 only, matching
the unified dev server setup. Fix AGENTS.md and README accordingly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dotta
2026-03-02 14:21:09 -06:00
parent ff472af343
commit 633885b57a
4 changed files with 3 additions and 7 deletions

View File

@@ -218,7 +218,6 @@ By default, agents run on scheduled heartbeats and event-based triggers (task as
```bash
pnpm dev # Full dev (API + UI)
pnpm dev:server # Server only
pnpm dev:ui # UI only
pnpm build # Build all
pnpm typecheck # Type checking
pnpm test:run # Run tests