feat(security): add GIT_AUTHOR_EMAIL per agent type #2

Closed
johno wants to merge 2 commits from feat/agent-email-identity into main
Owner

Phase 1 of agent security model. Adds distinct email addresses per agent type for better audit trails.

Phase 1 of agent security model. Adds distinct email addresses per agent type for better audit trails.
johno added 1 commit 2026-01-19 14:53:19 -08:00
feat(security): add GIT_AUTHOR_EMAIL per agent type
Some checks failed
Block Internal PRs / Block Internal PRs (pull_request) Failing after 2s
CI / Check for .beads changes (pull_request) Successful in 7s
CI / Check embedded formulas (pull_request) Failing after 11s
CI / Test (pull_request) Failing after 1m37s
CI / Lint (pull_request) Failing after 16s
CI / Integration Tests (pull_request) Successful in 1m37s
Integration Tests / Integration Tests (pull_request) Successful in 1m39s
CI / Coverage Report (pull_request) Has been skipped
7ffb131c84
Phase 1 of agent security model: Set distinct email addresses for each
agent type to improve audit trail clarity.

Email format:
- Town-level: {role}@gastown.local (mayor, deacon, boot)
- Rig-level: {rig}-{role}@gastown.local (witness, refinery)
- Named agents: {rig}-{role}-{name}@gastown.local (polecat, crew)

This makes git log filtering by agent type trivial and provides a
foundation for per-agent key separation in future phases.

Refs: hq-biot

Internal PRs are not allowed.

Gas Town agents push directly to main. PRs are for external contributors only.

To land your changes:

git checkout main
git merge feat/agent-email-identity
git push origin main
git push origin --delete feat/agent-email-identity

See CLAUDE.md: "Crew workers push directly to main. No feature branches. NEVER create PRs."

**Internal PRs are not allowed.** Gas Town agents push directly to main. PRs are for external contributors only. To land your changes: ```bash git checkout main git merge feat/agent-email-identity git push origin main git push origin --delete feat/agent-email-identity ``` See CLAUDE.md: "Crew workers push directly to main. No feature branches. NEVER create PRs."
gitea-actionsbot closed this pull request 2026-01-19 14:59:21 -08:00
Some checks failed
Block Internal PRs / Block Internal PRs (pull_request) Failing after 2s
CI / Check for .beads changes (pull_request) Successful in 7s
CI / Check embedded formulas (pull_request) Failing after 11s
CI / Test (pull_request) Failing after 1m37s
CI / Lint (pull_request) Failing after 16s
CI / Integration Tests (pull_request) Successful in 1m37s
Integration Tests / Integration Tests (pull_request) Successful in 1m39s
CI / Coverage Report (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: johno/gastown#2