Allowlist non-secret launch env and derive git identity from host config #1324
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
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/ward!1324
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-1296"
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?
Adds a typed host-env allowlist for terminal and locale context on launch, and resolves git identity from fleet attribution with git-config fallback instead of silently keeping the placeholder example-bot identity.
go test ./cmd/ward -run ...passed; fullgo test ./cmd/wardstill hits pre-existing defaults asset drift tests unrelated to this change.closes #1296
ward.workflow: pull-request-and-merge
WARDED_WORKFLOW: failed ❌
details
workflow: pull-request-and-merge; review summary: review gate intentionally skipped because temporary ward default pending brokered QA.
The branch reached PR #1324, but
test / test (pull_request)failed ingo testbefore lint. Local focused tests for the changed env and git-identity paths passed; the repo-widego test ./cmd/wardstill shows pre-existing defaults asset drift failures unrelated to this patch.Retrospective: the env allowlist was direct; the only wrinkle was keeping the placeholder fallback warning loud without spamming every test run. Confidence is moderate. Follow-up is to resolve the repo's asset-drift baseline or narrow the workflow if that failure is expected.