bake git identity into the dev-base image #545

Merged
coilyco-ops merged 1 commit from issue-510 into main 2026-07-15 03:35:06 +00:00
Member

This moves the default git identity into the dev-base image and makes the runtime hook respect existing git config instead of overwriting it.

  • Bakes user.name and user.email into the agent Dockerfile with git config --system.
  • Keeps agent-name.sh gitidentity as a fallback for older or custom images.
  • Updates the docs and tests around the baked-config path.

Test and CI notes:

  • ward exec test -- tests/test_agent_name_gitidentity.py
  • ward exec pre-commit-all
  • ward exec dev-base-build -- --tier agent could not run here because Docker cannot reach /var/run/docker.sock.

closes #510
ward.workflow: pull-request-and-merge

This moves the default git identity into the dev-base image and makes the runtime hook respect existing git config instead of overwriting it. - Bakes `user.name` and `user.email` into the agent Dockerfile with `git config --system`. - Keeps `agent-name.sh gitidentity` as a fallback for older or custom images. - Updates the docs and tests around the baked-config path. Test and CI notes: - `ward exec test -- tests/test_agent_name_gitidentity.py` - `ward exec pre-commit-all` - `ward exec dev-base-build -- --tier agent` could not run here because Docker cannot reach `/var/run/docker.sock`. closes #510 ward.workflow: pull-request-and-merge
fix: bake git identity into dev-base image
All checks were successful
ci / ward-doctor (pull_request) Successful in 4m0s
ci / gate (pull_request) Successful in 5m31s
024173fab3
closes #510
coilyco-ops deleted branch issue-510 2026-07-15 03:35:06 +00:00
Sign in to join this conversation.
No description provided.