feat(security): add GIT_AUTHOR_EMAIL per agent type #3
Reference in New Issue
Block a user
Delete Branch "feat/agent-email-identity"
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?
Phase 1 of agent security model. Adds distinct email addresses per agent type for better audit trails.
Email format:
Refs: hq-biot
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