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

@ -779,7 +779,7 @@ struct AnswerForm {
/// result. The dashboard has no auth, so `*` exposes nothing a plain
/// cross-origin form-POST couldn't already reach. This shim disappears
/// once the unifying gateway makes the agent page same-origin; see
/// `TODO-ops.md`.
/// `docs/boundary.md`.
fn with_cors(mut resp: Response) -> Response {
resp.headers_mut().insert(
axum::http::header::ACCESS_CONTROL_ALLOW_ORIGIN,