docs: move backlog to forge issue tracker, extract boundary doc

This commit is contained in:
damocles 2026-05-20 12:19:16 +02:00
parent 44c86b9278
commit 4715e88fff
9 changed files with 78 additions and 184 deletions

View file

@ -25,7 +25,7 @@
// Base URL of the host dashboard (core backend). Set once the first
// /api/state lands. Operator-authority actions (answering a question
// as the operator) POST here rather than to this agent's own socket —
// see TODO-ops.md for why the boundary lives on the core side.
// see docs/boundary.md for why the boundary lives on the core side.
let dashboardBase = '';
// ─── async-form submit (shared with dashboard) ──────────────────────────