feat(dns): claim bot.coilysiren.me for the agent's atproto identity #962
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/infrastructure!962
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/wz68-bot-handle"
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?
Adds the
_atproto.botTXT record so the agent account can takebot.coilysiren.meas its AT Protocol handle.What this does
That DID is the existing agent identity, currently
coilysiren-bot.bsky.social. Same pattern already used for_atproto.coilysiren.me.Plan: 1 to add, 0 to change, 0 to destroy.
Checked before writing it
_atproto.bot.coilysiren.medoes not exist yet.bot.coilysiren.meresolves to nothing, which is fine. Handle resolution reads_atproto.<handle>and stops, so no A record and no served content are required.com.atproto.identity.resolveHandle.What does not break
Handles are mutable pointers to a stable DID, so anything keyed on the DID is unaffected. The agent owns no Tangled repositories (they live under
coilysiren.me), so no repository URL moves. The oldcoilysiren-bot.bsky.socialhandle is released back on the change.Why bother
Tangled renders an attributed commit as its author's handle plus avatar, and an unattributed one as a
mailto:of the raw commit email behind a placeholder icon. Agent commits currently show a GitHub noreply address that way. A handle on Kai's own domain makes the agent read as deliberate infrastructure rather than anonymous noise, which is the substance of the complaint in coilysiren/inbox#440.Note this is legibility only. It does not by itself attribute anything: that still needs the verified email from coilysiren/inbox#466 landing on the account.
Apply
Interactive, per the module's deliberate no-auto-approve guard.