sandbox: leak-free placement for the .<tool>.cliguard exec symlink #185
Labels
No labels
burndown-2026-06
sunday-sprint
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/cli-guard#185
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?
Follow-up to
8886aee(closes ward#546). installToolShim now drops a.<tool>.cliguardsymlink beside the canonical entry (e.g. next to brew) and execs that, so a $0-sensitive tool resolves the correct install prefix. It works, but the symlink is written to the real canonical dir inside the jail namespace and persists on the host - it is idempotently reused, so not a correctness issue, but it is a small on-host artifact leak.Worth a leak-free placement: an overlay/tmpfs mount over the canonical dir, or another mechanism that keeps the exec symlink inside the sandbox and off the host filesystem. Noted in the commit body as a known follow-up.
WARDED_WORKFLOW: reservation-held
reservation details
Holder: launch intent for container
engineer-codex-cli-guard-185on hostkais-macbook-pro-2.local.Accepted by
ward agent --harness codex(reserved 2026-07-14T08:53:02Z). Concurrentward agentruns are blocked until this intent becomes visible or the intent is released. The stale-intent fallback is still TTL-bounded (3h TTL).--override-reservationoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-flight-deck/cli-guard#185· branchissue-185· harnesscodex· workflowpull-request-and-mergeengineer-codex-cli-guard-185· wardv0.672.0· dispatched2026-07-14T08:53:00ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.672.0).
— Codex, via
ward agentWARDED_WORKFLOW: #227
details
workflow: pull-request-and-merge; review summary: skipped because review gate skipped by ~/.ward/config.yaml default
Implementation felt like a narrow refactor after the lint feedback. Confidence: high. Surprise: CI failure was gocognit/unparam, not the sandbox leak work. Follow-ups: none.