docs: document x.klickd supply chain protocol#115
Merged
1 commit merged intoJun 2, 2026
Merged
Conversation
Consolidate the x.klickd skill-pack build process into a single NON-NORMATIVE spec + operator quickstart. No release, no automation claim beyond the per-stage tool/manual/planned labels. - docs/rfcs/chimera/SUPPLY_CHAIN.md: 18-stage pipeline, version lineage, rollback/deprecation/approval-revocation, determinism + reproducibility, anti-mirage protocol, audit-trail index. Explicit claim boundary (no universal standard, no automatic GDPR/EU-AI-Act compliance, no proven benchmark superiority; 70-80% is a design target, not a guarantee). - docs/rfcs/chimera/packs/QUICKSTART.md: human-or-agent build/audit loop, multi-agent role split, shipped verification commands, truth-boundary warning (artifact_loaded + sha256_matches_manifest). - Pointer links added in RFC-009 §12, chimera/README §6, packs/README §7. Docs-only. No schema/SDK/package/CI change. No existing claim altered. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced Jun 2, 2026
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.
Summary
Consolidates the x.klickd skill-pack build process — previously scattered across RFC-009, the loader protocol, scripts, and benchmarks — into one NON-NORMATIVE, docs-only spec plus an operator quickstart. No code, schema, SDK, package, or CI file is touched; no existing claim is altered.
Added (2):
docs/rfcs/chimera/SUPPLY_CHAIN.md— supply-chain build-process spec: §0 claim boundary, §1 build request, §2 gated premium pass, §3 the 18-stage pipeline (each stage labelledtool/manual/planned) + §3.1 required context-graph shape, §4 version lineage, §5 logical diff report, §6 rollback / deprecation / approval-revocation / threat-model sizing, §7 determinism + reproducibility, §8 anti-mirage protocol, §9 benchmark intent, §10 audit-trail index + §10.1 security-internal serial fingerprint (private, not described).docs/rfcs/chimera/packs/QUICKSTART.md— operator quickstart (human or agent): 5-step build/audit loop, multi-agent role split, shipped verification commands, truth-boundary warning, pre-done checklist.Edited (3) — pointer links only:
docs/rfcs/RFC-009-chimera-v4.1.md§12,docs/rfcs/chimera/README.md§6,docs/rfcs/chimera/packs/README.md§7.Claim boundary (explicit)
This PR is NON-NORMATIVE, docs-only. It triggers no release (no tag, no
latest, no Zenodo DOI, no IANA action). It makes:staged/plannedlabels —plannedstages are specification only and are not presented as working automation;artifact_loaded = trueandsha256_matches_manifest = trueper the loader protocol.The 70–80% automation figure is documented as a design target, not a guarantee.
Testing
python scripts/verify_xklickd_skill_packs.py verifypython scripts/validate_v4_1_candidate_mapping.pypytest tests/test_rfc009_scaffold.py tests/test_v4_1_candidate_mapping.py tests/test_starter_pack_validator.pypytest tests/ -qgrep -i chimera README.md docs/public/*Baseline note: the 6 failures + 36 errors are pre-existing and environment-only (
klickdnot installed editable;cryptography/argon2-cffiabsent). They fail identically with and without this change. These docs-only changes introduce zero regressions and the baseline is not masked.Residual risks
planned; only stage 3 and stage 15 (partial) are backed by shipped tooling. The supply chain is not yet end-to-end executable.docs/rfcs/paths, benchmark/test/script identifiers, but is absent from true public surfaces (README, docs/public, package metadata). No mass-rename was attempted (high blast radius on CI/test/script paths + published-evidence reproducibility).plannedstages is net-new code and should be a separate scoped task.🤖 Generated with Claude Code