docs: finish obsigna rename in cli-commands intro; note how to get a receipts.db#824
Merged
Merged
Conversation
…t a receipts.db Follow-ups from the doc-e2e persona fan-out against the post-#823 docs: - cli-commands.mdx: #823 renamed the section heading and all command examples to obsigna but left the page's intro bullet list and the --db/--public-key blockquote still calling the read CLI `agent-receipts` (the deprecation shim). Rename both to `obsigna`, keeping a one-line note that `agent-receipts` still works as a shim. - dashboard/installation.mdx: the dashboard visualises an existing receipts.db but never creates one, and the docs gave a no-SDK reviewer no way to obtain one. Add a short note pointing at the daemon + an SDK/MCP-proxy emit path.
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.
What
Two small documentation follow-ups, both surfaced by the doc-e2e persona fan-out (#708 harness) run against the docs after #823 merged:
agent-receipts→obsignaCLI rename incli-commands.mdx. docs: migrate read CLI to obsigna and fix stale default chain id #823 renamed the section heading and every command example toobsigna, but missed the page's intro bullet list and the--db/--public-keyblockquote, which still called the read CLIagent-receipts(the deprecation shim). Caught by the Maya/TypeScript runner. Both now sayobsigna, keeping a one-line note thatagent-receiptsstill works as a shim (ADR-0030).receipts.db. The dashboard is read-only and never creates a database, but the docs gave a no-SDK reviewer no path to get one — the binary's own error message was more helpful than the docs. Caught by the Priya/dashboard runner. Added a short note under Usage pointing at the daemon + an SDK/MCP-proxy emit path.Not included (need separate follow-up / other repos)
dashboard/overview.mdxstalev0.3.0caveat (binary ships v0.8.0) and the undocumentedpublic_keyverify param — both need verification against the separateagent-receipts/dashboardrepo before changing wording.obsigna doctorbinary still printsagent-receipts doctor(contradictsdaemon/CHANGELOG.md:25/daemon/README.md:311) — belongs in the daemon repo, not the site.All other persona journeys (Maya, Raj, Priya) ran end-to-end against current
mainwith no blockers.