docs: add mandatory ssot-registry operating guidance to AGENTS.md#27
Merged
cobycloud merged 1 commit intoApr 16, 2026
Merged
Conversation
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.
Motivation
Description
SSOT registry contract (required)section toAGENTS.mdthat mandates use of thessot-registryCLI as the canonical tracking/control plane and points to.ssot/registry.jsonas the machine-readable source of truth.ssot-registrycommand recipes for feature tracking, test tracking, claims/evidence operations, boundary freeze, release lifecycle (certify,promote,publish), validation, and graph/registry export workflows.ssot-registrypackage (package name, version, latest upload, and project links) to help agents bootstrap and verify the tool.AGENTS.mdand does not widen package boundaries or modify code.Testing
ssot-registry -hand verified the top-level CLI surface returned help successfully (exit code 0).init,validate,feature,test,claim,evidence,boundary,release,graph,registry) and confirmed the expected flags/subcommands were present.ssot-registryvia a short Python script and capturedname,version, andlatest_uploadvalues; the query completed successfully.Codex Task