bake git identity into the dev-base image #545
No reviewers
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!545
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-510"
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?
This moves the default git identity into the dev-base image and makes the runtime hook respect existing git config instead of overwriting it.
user.nameanduser.emailinto the agent Dockerfile withgit config --system.agent-name.sh gitidentityas a fallback for older or custom images.Test and CI notes:
ward exec test -- tests/test_agent_name_gitidentity.pyward exec pre-commit-allward exec dev-base-build -- --tier agentcould not run here because Docker cannot reach/var/run/docker.sock.closes #510
ward.workflow: pull-request-and-merge