forgejo read/write/admin guardfile chain still carries Phase-1 example* anchors in the deployment bundle #495
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#495
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found while refactoring the bundle tests (
27eccc2). The deployment bundle's role-overlay chain still carries the generic ward#278 Phase-1 anchors, while only the ops and merge surfaces carry the real deployment values:.ward/guardfile.forgejo.read.kdl-base-url "git.example.com/api/v1",auth ... ssm "/example/forgejo/api-token",restrict owner matches example*.ward/guardfile.forgejo.write.kdland.ward/guardfile.forgejo.admin.kdl-restrict owner matches example*(re-declared per tier).ward/guardfile.forgejo.kdl(ops) and.ward/guardfile.forgejo.merge.kdl- realcoily*gate and real singletonsward doctor v0.633.0passes all five checks on this bundle, so either the chain's singletons are superseded at mount (in which case the example* lines are dead text worth deleting) or the read/write/admin overlays are pointing agents at a placeholder forge and owner gate (in which case this is a live misconfig for every role that mounts them - all six roles bind the read pair).Related ward-side context:
Ask: determine which semantics hold, then either replace the example* anchors with the real deployment values or delete the dead singletons, in one commit. The repo suite intentionally no longer asserts guardfile content (
27eccc2), so the fix is a config edit plus the doctor gate.