docs(witness-network): fix the operator-usability findings (/health drift, registry framing, retired links)#8
Merged
Conversation
From the stranger-operator review of the stand-up path:
- /health shape: docs showed {status, roles[], witness}; the binary emits
{status, witness_did, first_seen_count, receipt_count}. Fixed run-a-node,
monitor-your-node, and the anchor-api /health prose to the real shape.
- registry bootstrap: drop the false 'you must have a registry first / it's
required' framing — a fresh witness boots empty and grows by receipting; the
registry is needed to *anchor for* a party, not to *start*. Give a real peer
URL (network.auths.dev) instead of the /path/to/registry placeholder.
- helm example: add the required --set registry.url.
- CLI reference: add the missing 'registry' role row.
- prove-conformance: warn that the first xtask run cold-compiles for minutes.
- retire auths.dev/network links → explorer.auths.dev (get-listed,
monitor-your-node, choose-your-witnesses).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NFugwwLVfYMGPwoP7fJKDJ
Auths-Scope: sign_commit
Auths-Id: did:keri:EB5cPHY0t-ejNC_rUzPS1dclTvd6kG-R9mQzjozCuGgd
Auths-Device: did:keri:EO1cBsYoV5izKvdIL6TstN5TOQl1hYN3WnhtAOh1lwAp
Auths-Anchor-Seq: 13
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Fixes the docs half of the stranger-operator review: the
/healthshape drift (3 docs showed{status,roles[],witness}; the binary emits{status,witness_did,first_seen_count,receipt_count}), the false 'registry required to start' framing (a fresh witness boots empty), the missing Helmregistry.url, the missingregistryrole row, a first-run compile warning, and the retiredauths.dev/networklinks →explorer.auths.dev. Build + type-check + copy/link lint clean.🤖 Generated with Claude Code