Commit Graph

2 Commits

Author SHA1 Message Date
didericis-claude 1487498b23 docs: defer broker replay protection to its own issue (#494)
tracker-policy-pr / check-pr (pull_request) Successful in 20s
Per PR review, replay protection is too heavy for the host control
server MVP. Drop it from the four-gap framing (now three gaps), remove
the enforcement design section and implementation chunk, and track the
iat-window + jti-cache work in #494 as an independent in-process change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-26 06:54:12 +00:00
didericis-claude 12c5a55a7a docs: PRD for host-side control server (#468)
tracker-policy-pr / check-pr (pull_request) Successful in 14s
Promote the in-process launch broker into a standalone host control
server: the single privileged host component that brokers launches, owns
orchestrator lifecycle, and is the sole writer of host-durable state.

Closes the four broker gaps (transport, durable provisioned secret,
replay protection, disciplined op vocabulary) and splits host state by
owner and lifetime (orchestrator SQLite / host JSONL audit / gateway
none). The payoff is dropping the Docker socket from the CLI.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-26 04:42:56 +00:00