Skip to content

docs(daemon): use obsigna CLI names in README and doctorcli comments#826

Merged
ojongerius merged 1 commit into
mainfrom
worktree-daemon-doctor-obsigna-strings
Jun 13, 2026
Merged

docs(daemon): use obsigna CLI names in README and doctorcli comments#826
ojongerius merged 1 commit into
mainfrom
worktree-daemon-doctor-obsigna-strings

Conversation

@ojongerius

Copy link
Copy Markdown
Contributor

What

The daemon binary already emits obsigna doctor (doctor.go:132,164,689; CHANGELOG 0.24.0), but daemon/README.md and a couple of source comments still used the old agent-receipts read-CLI names. Surfaced by the doc-e2e Raj/Go persona (#708 harness), which ran the published v0.23.0 binary and saw the mismatch.

Changes

  • daemon/README.md: migrate the read-interface sections, command examples, and source map to the canonical obsigna receipt <verb> / obsigna doctor form (ADR-0030); drop the stale --chain-id default from examples (no such chain post-feat(daemon): auto-advance chain ID on terminal tail; date-based default #735).
  • doctorcli/doctor.go + tests_doctor_test.go: package/test comments now say obsigna doctor.

Left as-is (intentionally)

  • CHANGELOG.md entries that mention agent-receipts doctor — historical records (incl. the 0.24.0 entry that documents this very rename).
  • The literal agent-receipts-doctor.roundtrip emit identifier, did:agent-receipts-daemon:local issuer, $XDG_DATA_HOME/agent-receipts paths, and example JSON data — none are the read CLI.

No functional code change (comments only). go build/go vet and doctorcli tests pass locally.

…and doctorcli comment

The daemon binary already emits `obsigna doctor` (doctor.go:132,164,689; CHANGELOG
0.24.0), but daemon/README.md and the doctorcli package comment still used the old
`agent-receipts` CLI names. Migrate the README's read-interface sections, examples,
and source map to the canonical `obsigna receipt <verb>` / `obsigna doctor` form
(ADR-0030), drop the stale `--chain-id default` from examples, and fix the package
comment.

Left as-is: the literal `agent-receipts-doctor.roundtrip` emit identifier, the
`did:agent-receipts-daemon:local` issuer, `$XDG_DATA_HOME/agent-receipts` paths,
and example JSON data — none are the read CLI.

Comment-only Go change; daemon build/vet and doctorcli tests pass.
@ojongerius
ojongerius merged commit df3f2c2 into main Jun 13, 2026
12 checks passed
@ojongerius
ojongerius deleted the worktree-daemon-doctor-obsigna-strings branch June 13, 2026 09:52
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