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
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/ward!1324
Loading…
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.