# Shared identity used by Ben's AI coding agents to submit work (branches, pull # requests, issues, comments) as a distinct, attributable, least-privilege # account instead of Ben's own login. Auth is via ephemeral API tokens minted by # the vault-plugin-secrets-gitea engine (gitea/creds/unkin-agent) -- no token or # usable password lives in this repo's state beyond the generated placeholder. # # Write access comes from the "agents" team (team/agents.yaml); merge is blocked # by branch protection (merge whitelist = Owners only), so the agent can open and # comment on PRs/issues but never merge or approve. email: unkin-agent@unkin.net full_name: "Unkin Agent" description: "shared identity for automated AI coding agents -- write, never merge" # Conservative bot posture: not a site admin, cannot create orgs or repos, # profile visible only to signed-in users. visibility: limited admin: false allow_create_organization: false max_repo_creation: 0