Configure warded git committer identity #504
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#504
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?
Configure the warded-agent git committer identity to the coilyco-ops bot instead of letting ward fall back to the example bot identity.
Problem:
agentic-osshould configure the coilyco deployment ward overlay so commits made by warded containers use thecoilyco-opsbot identity..ward/agents.kdlcurrently hasattribution name=coilyco-ops email=coilyco-ops@coilysiren.me, but that is not sufficient if git's committer identity still falls through to ward's example default.Context already checked from this read-only surface:
.ward/agents.kdlcontains only the attribution default forcoilyco-ops.docs/dev-base-git-identity.mdclaims ward setsuser.emailat system scope tocoilyco-ops@coilysiren.me, but the live behavior reported by Kai says the committer identity still falls back to the example bot.agentic-os, unless inspection proves ward lacks a config knob. If ward lacks the knob, file the paired ward issue and make the aos change consume the new knob once available.Required fix:
coilyco-opscoilyco-ops@coilysiren.medocs/dev-base-git-identity.mdif its current explanation is stale or incomplete.Validation:
ward doctor.coilyco-opsbot.Acceptance:
coilyco-opsas committer/account identity.WARDED_WORKFLOW: #508
details
workflow: pull-request-and-merge; review summary: skipped (in-container review gate intentionally skipped because the temporary ward default pending brokered QA). Repair dispatch is active on the same PR after main moved.
The change felt straightforward once the runtime check showed the stale bundle snapshot was the blocker. Confidence is high enough for merge-ready, but the live deployed config still depends on the PR landing and the release path republishing the bundle. Surprise: the current container was still resolving the example-bot defaults until the branch was committed and pushed.
Follow-ups: none.
PR #508 is green but conflicted after #506 merged. Repair request: update branch
issue-504against currentmain, keep the committer identity change, and drop the staletests/test_ward_specs_bundle.pyedits because #506 deleted that file. Then rerun the repo validation and update the existing PR.