Harden v1.1.0 trust posture and docs; realistic receipts and TOC move#17
Merged
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
schemas_cidisPENDING, and preserve v1.0.0 as the last externally pinned release by updatingmanifest.json,README.md,SPEC.md,GOVERNANCE.md, andpackage.json.$idvalues remain the canonical HTTPS namespace but live HTTPS resolution is described as aSHOULD(future-facing) rather than an existing guarantee, and require validation against the shipped schema files for claimed compatibility (SPEC.md).agentsemantics explicit and consistent: removeagentfrom the default success shape in docs, add a note thatagentMAY be present, and adjust examples so some valid error receipts omitagentto teach its optional nature (SPEC.md,README.md, multipleexamples/v1.1.0/commons/*files).examples/*,ONBOARDING.md,README.md).npm run validateis the aggregate command (it includesvalidate:examples) and thatvalidate:examplesis only needed for an examples-only loop (ONBOARDING.md).GOVERNANCE.md).validate:schemadead alias andCHANGELOG.mdalready contains a1.0.0entry, so those items were intentionally left unchanged.README.md,SPEC.md,GOVERNANCE.md,ONBOARDING.md,manifest.json,package.json, and multipleexamples/v1.1.0/commons/*JSON/TS fixtures (36 files changed in this pass).Testing
npm installsuccessfully to ensure dev deps are present.npm run validatewhich compiled all schemas (✅ All 45 schemas compiled successfully.) and validated example fixtures for v1.0.0 and v1.1.0, completing with a successful summary.npm run checksums:verify, which reportedOKfor the shipped schema files.npm run test:smoke:importwhich succeeded (✅ Imported package entrypoint successfully with 20 exports.).Codex Task