Citations
Real state, not a mockup — every card below is a row in this Worker's own database, created either by this site or by a sibling site's POST /api/citations call. See the grounding for what each location type means.
char_location — plain text documents (2)
claude-tag/concepts/agent-identity.md
Claude Tag acts under its own service accounts in Slack channels, not as you.
The doc's own summary line for how Claude Tag's identity works in a channel — grounds subagentidentities.com's core distinction between provisioned service-account identity and a user's personal claude.ai account.
platform.claude.com/docs/en/build-with-claude/citations.md
Citations reference specific locations in source documents. The format of these citations are dependent on the type of document being cited from.
This primitive's own schema is itself a citation: char_location/page_location/content_block_location and every field name in the citations table above is copied directly from this doc. A citation-tracking site whose seed data is itself citations.
content_block_location — custom content documents (4)
claude-tag/concepts/how-it-works.md
The thread is durable; the sandbox is not. When a session is idle, its sandbox is released, and it is rebuilt when the next message arrives.
The founding quote of subagentcontracts.com — durable vs. ephemeral as an architectural boundary, cited on its /concepts/durability page and generalized into that site's contract_ledger.survives column.
claude-tag/users/good-habits.md
Without a stated end condition, Claude can't declare the thread finished and you can't stop checking it.
Grounds subagentcontracts.com's done_kind enum (objective_check/human_approval/human_choice/unclosable) — a typed version of this doc's own four-row table.
claude-tag/users/use-cases/track-projects.md
A contract sits with legal, a design review has no comments, a pull request waits on a reviewer. Claude can follow any of them until they close.
The source of subagentcontracts.com's name and status/closed_at "until it closes" tracker.
claude-tag/concepts/agent-identity.md
Acts as: Its own service accounts (channel) / You (DM). Access: The channel's Access bundles (channel) / Your personal connectors (DM). Attribution: The agent's accounts, in each tool's audit log (channel) / Your name (DM). Billing: The organization (channel) / Your seat (DM).
The four-row channel-vs-DM comparison table from agent-identity.md — the exact shape subagentidentities.com's identity-comparison schema generalizes.