trufflehog catalog hook fails on Windows MSYS2: /dev/fd process substitution unsupported #485
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#485
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?
What breaks
On kai-desktop-tower (Windows 11, Git Bash / MSYS2), the catalog
trufflehogpre-commit hook fails on every file, regardless of content:The hook wrapper passes an exclude/filter list via process substitution (
<(...)), which surfaces as/dev/fd/63. MSYS2 bash creates the fd, but trufflehog is a native Windows binary and cannot open/dev/fd/Npaths, so the hook errors before scanning anything. Verified 2026-07-12 against both changed and untouched files in agentic-os-kai - the failure is environmental, not content-dependent.Impact
Every commit from the Windows host fails the suite. Workaround used today (agentic-os-kai d5bc815): the agent ran
trufflehog filesystemmanually from Ubuntu WSL against the changed paths (clean, 0 secrets), then committed withSKIP=trufflehogso all other hooks still ran. No--no-verify.Fix direction
The wrapper should avoid process substitution on Windows: write the filter list to a real temp file (
mktemp) and pass its path, or detect a Windows-native trufflehog binary and branch. Authored here per the authoring-vs-rollout split, so the fix lands in the catalog hook, not in consumer repos.WARDED_WORKFLOW: reservation-held
reservation details
Holder: launch intent for container
engineer-codex-agentic-os-485on hostkais-macbook-pro-2.local.Accepted by
ward agent --harness codex(reserved 2026-07-14T09:18:18Z). 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/agentic-os#485· branchissue-485· harnesscodex· workflowpull-request-and-mergeengineer-codex-agentic-os-485· wardv0.672.0· dispatched2026-07-14T09:18:13ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.672.0).
— Codex, via
ward agentWARDED_WORKFLOW: #520
details
review summary: workflow: pull-request-and-merge; review summary: review gate skipped by ~/.ward/config.yaml default
WARDED_WORKFLOW: merge-ready
felt like a straight shell portability fix. confidence: high. surprises: none. follow-ups: none.