This repository was archived by the owner on Sep 5, 2026. It is now read-only.
docs: document doctor/trust commands + commit the missing PROVENANCE.md - #13
Merged
Conversation
The new doctor/trust commands and the TOFU trust anchor were only in THREAT-MODEL; add them to the README Quick Start and the PROVENANCE implemented-features list so a user reading the primary docs sees them. (CHANGELOG is git-cliff generated from the conventional commits and picks these up on the next release.)
A global ~/.config/git/ignore rule for PROVENANCE.md kept this file out of the repo, so the two README links to ./PROVENANCE.md were dead on GitHub. Force-add it (content is the public provenance spec) so the links resolve; includes the trust-anchor section.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Answers "is this documented?" — partly it wasn't, and surfaced a pre-existing bug.
What was undocumented
cogmem doctorandcogmem trust [--rotate](added in harden: work through both code-review batches (provenance pinning, consolidation, guard, CI, docs) #11/feat: cogmem trust --rotate for safe key rotation #12) were only in THREAT-MODEL. Added to the README Quick Start and the PROVENANCE.md implemented-features list.Pre-existing bug this fixes
PROVENANCE.md was never in the repo. A global
~/.config/git/ignorerule forPROVENANCE.mdsilently kept it out, so the two README links to./PROVENANCE.mdwere dead on GitHub. Force-added it (content is the public provenance spec — Why/Implemented/Standards/Roadmap/Community, scanned for secrets) so the links resolve. It now also carries the trust-anchor + rotation section.Not touched
CHANGELOG is git-cliff–generated from the conventional commits; the hardening + features land there on the next release automatically.