feat: complete cluster self-sufficiency hardening
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a06d83-1cbc-71f2-b0dc-e0f48cedae43
This commit is contained in:
parent
87047faa8e
commit
0b44cf12f5
14 changed files with 232 additions and 40 deletions
|
|
@ -261,3 +261,10 @@ To create a new workplan:
|
|||
1. Write the file following the format above
|
||||
2. Run `uv run --project ~/repo-manager rmgr sync --path . --push`.
|
||||
3. Use `statehub fix-consistency` only for a separate deep consistency audit.
|
||||
|
||||
## Repository / cluster boundary
|
||||
|
||||
Workstation agents commit and push to Forgejo. Cluster infrastructure reads a
|
||||
verified Forge commit into ephemeral storage. Neither side reads or writes the
|
||||
other side's checkout. `local_path` and `host_paths` are host observations, not
|
||||
central storage configuration. See `docs/adr/ADR-002-forge-repository-boundary.md`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue