chore: finish agentacct rename (AGENTACCT_* env vars + doc filenames) - #24
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to the rename (#22): the two deferred cleanups.
AGENTACCT_ env vars* —
AGENTACCT_*is now the primary env-var prefix. Pre-renameAGENT_CHRONICLE_*andAGENT_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.mdandintegrations/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.