Skip to content

chore: finish agentacct rename (AGENTACCT_* env vars + doc filenames) - #24

Merged
mikehasa merged 1 commit into
mainfrom
chore/agentacct-env-and-docnames
Jul 29, 2026
Merged

chore: finish agentacct rename (AGENTACCT_* env vars + doc filenames)#24
mikehasa merged 1 commit into
mainfrom
chore/agentacct-env-and-docnames

Conversation

@mikehasa

Copy link
Copy Markdown
Owner

Follow-up to the rename (#22): the two deferred cleanups.

AGENTACCT_ env vars* — AGENTACCT_* is now the primary env-var prefix. Pre-rename AGENT_CHRONICLE_* and AGENT_SENTINEL_* stay recognized forever (read order: AGENTACCT_ → AGENT_CHRONICLE_ → AGENT_SENTINEL_); writers export all three into child envs so existing user scripts keep working; the store-dir guard refuses when two aliases point at different paths.

Doc filenames — renamed docs/agent-chronicle-workflow-instructions.md and integrations/hermes/agent-chronicle-workflow/ to agentacct, updating all references.

Frozen/unchanged: schema_version ids, sentinel_semantic_kind, store dir names, MCP tool names.

Full suite: 2889 passed, 1 skipped.

Two deferred cleanups from the agent_chronicle -> agentacct rename (#22):

- AGENTACCT_* is now the primary environment-variable prefix. The pre-rename
  AGENT_CHRONICLE_* and AGENT_SENTINEL_* names stay recognized on reads forever
  (AGENTACCT_ wins, then AGENT_CHRONICLE_, then AGENT_SENTINEL_), and the writers
  that export env into child processes emit all three so existing user scripts
  keep working. The store-dir env guard refuses when two aliases are set to
  different paths (never silently split the ledger).

- Renamed docs/agent-chronicle-workflow-instructions.md and the
  integrations/hermes/agent-chronicle-workflow/ directory to agentacct, and
  updated every reference.

Frozen (unchanged): on-disk schema_version ids, the sentinel_semantic_kind
stored field, store dir names, and the MCP tool names.
@mikehasa
mikehasa merged commit d72ce7b into main Jul 29, 2026
3 checks passed
@mikehasa
mikehasa deleted the chore/agentacct-env-and-docnames branch July 29, 2026 21:12
@mikehasa mikehasa mentioned this pull request Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant