Skip to content

release(canon): 2.0.4 — the 3-practice district, and the one law row it owes - #831

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/reorg-3-practice
Sep 17, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
chore/reorg-3-practice

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

District 3 — the fourth district taken end-to-end, and the first since 2.0.3 that changes law bytes. 23 paths move under 3-practice/; 22 of them need no law change at all, and the one that does is the whole story of this PR.

session-management-standards/           -> 3-practice/session-management-standards/
outreach/                               -> 3-practice/outreach/
ai-instruction/                         -> 3-practice/ai-instruction/
publication-pre-flight/                 -> 3-practice/publication-pre-flight/
release-pre-flight/                     -> 3-practice/release-pre-flight/
accessibility/                          -> 3-practice/accessibility/
immaculate-guide/                       -> 3-practice/immaculate-guide/
testing-and-benchmarking/               -> 3-practice/testing-and-benchmarking/
CODEOWNERS-POLICY.adoc, CODE_OF_CONDUCT.adoc, CONTRIBUTING.adoc,
LANGUAGE-POLICY.adoc, LICENCE-POLICY.adoc, MAINTAINERS.adoc, PROOF-NEEDS.adoc,
REMOTE-URL-POLICY.adoc, SECURITY-ADVISORIES.adoc, SECURITY.adoc, SECURITY.md,
TEST-NEEDS.adoc, TOOLING-VERSION-INTEGRITY-POLICY.adoc,
TRUST-DEFAULTS-POLICY.adoc, ZIGZAG-TESTING.adoc     -> 3-practice/<same name>

No pointer stubs: every target is a live in-tree path, and none carried an external link contract worth keeping alive.

The one law change — and why it is an append

MAINTAINERS.adoc is one of the four governance-tier rows in the gate table. The move took it out of the only location that row named, so the canon stopped satisfying a capability it declares:

MISSING (governance-tier): docs/MAINTAINERS.adoc|MAINTAINERS.adoc
rsr-profile check: FAIL — scaffold does not match declared capabilities.

That is the Canon self-conformance CI job — the canon is subject to its own gate table. The row gains the new location; it does not trade one for the other:

-"docs/MAINTAINERS.adoc|MAINTAINERS.adoc" = "governance-tier"
+"docs/MAINTAINERS.adoc|MAINTAINERS.adoc|3-practice/MAINTAINERS.adoc" = "governance-tier"

Dropping the bare MAINTAINERS.adoc alternative would have broken every estate repo that carries it at the root — cadastra does — by silently reducing a documented alternative to a single canon-internal path. The precedent sits directly above it: 0-canon/GOVERNANCE.adoc was appended to the GOVERNANCE row the same way, for the same reason, in the 0-canon release.

PATCH, not MINOR: no criterion changes meaning, nothing new becomes required, every repo that conformed before still conforms. The estate gains a location and loses nothing — exactly the reading applied to 2.0.2 and 2.0.3.

A first test that lied, recorded so nobody trusts it next time

With the five artefacts left untouched, check-canon-lockstep.sh still reads 8/0/2 — because its row [5], "the canon scores Gold on its own applicable set", is SKIPPED wherever hypatia is absent, which is every local tree. The gate that actually measures this is scripts/check-rsr-profile.sh. Trust the gate that runs, not the one that is skipped.

The mover had also rewritten three of the five artefacts, because they name moved paths — and it rewrote them by replacing alternatives. Reverted in full. Everything else those artefacts said, they still say.

Gates, against a control at 81a1966

gate result
check-standards-map.sh PASSED, entry_count = 122
check-canon-lockstep.sh 8 passed / 0 failed / 2 skipped
check-rsr-profile.sh rc=0 (rc=1 before the row was fixed)
lock-selfcheck.sh SELF-CONSISTENT rc=0 on this commit
every scripts/check-*.sh rc identical to the control — all of them
stale-reference audit 23 moved-away, 0 leftovers; the 7 hits inside the law artefacts are all deliberate estate-facing alternatives

Sequencing

canon.lock records the order: the spine re-adopts these hashes first, then this releases. The companion PR pins gates_sha256 = b65ce75438c42d01… and carries the spine's own 15 references to the moved paths, so the two land together.

…it owes

District 3. Twenty-three paths move under 3-practice/; twenty-two of them need no
law change at all, and the one that does is the interesting part.

MOVES (23) — 8 directories, 15 files

  session-management-standards/ -> 3-practice/session-management-standards/
  outreach/                     -> 3-practice/outreach/
  ai-instruction/               -> 3-practice/ai-instruction/
  publication-pre-flight/       -> 3-practice/publication-pre-flight/
  release-pre-flight/           -> 3-practice/release-pre-flight/
  accessibility/                -> 3-practice/accessibility/
  immaculate-guide/             -> 3-practice/immaculate-guide/
  testing-and-benchmarking/     -> 3-practice/testing-and-benchmarking/

  CODEOWNERS-POLICY.adoc  CODE_OF_CONDUCT.adoc  CONTRIBUTING.adoc
  LANGUAGE-POLICY.adoc  LICENCE-POLICY.adoc  MAINTAINERS.adoc  PROOF-NEEDS.adoc
  REMOTE-URL-POLICY.adoc  SECURITY-ADVISORIES.adoc  SECURITY.adoc  SECURITY.md
  TEST-NEEDS.adoc  TOOLING-VERSION-INTEGRITY-POLICY.adoc
  TRUST-DEFAULTS-POLICY.adoc  ZIGZAG-TESTING.adoc      -> 3-practice/<same name>

No pointer stubs in this district: every target is a live in-tree path, and none
of these carried an external link contract worth keeping alive.

WHY THIS DISTRICT OWES A PATCH

`MAINTAINERS.adoc` is one of the four governance-tier rows in the gate table. The
move took it out of the only location that row named, so the canon stopped
satisfying a capability it declares, and Canon self-conformance went red:

  MISSING (governance-tier): docs/MAINTAINERS.adoc|MAINTAINERS.adoc

The row GAINS the new location; it does not trade one for the other. Dropping the
bare `MAINTAINERS.adoc` alternative would have broken every estate repo that
carries it at the root — cadastra does — by silently reducing a documented
alternative to a single canon-internal path. The precedent is the row above it:
`0-canon/GOVERNANCE.adoc` was appended the same way, for the same reason, in the
0-canon release.

PATCH, not MINOR: no criterion changes meaning, nothing new becomes required, and
every repo that conformed before still conforms.

THE FIRST TEST LIED, AND THAT IS WORTH RECORDING

With the five artefacts left untouched, `check-canon-lockstep.sh` still reads
8/0/2 — because its row [5], "the canon scores Gold on its own applicable set", is
SKIPPED wherever hypatia is absent, which is every local tree. The gate that
actually measures this is `scripts/check-rsr-profile.sh` — the "Canon
self-conformance" CI job. Trust the gate that runs, not the one that is skipped.

The mover had also rewritten three of the five artefacts, because they name moved
paths. It rewrote them by REPLACING alternatives: `"SECURITY.md|.github/SECURITY.md"`
became `"3-practice/SECURITY.md|.github/SECURITY.md"`, dropping the estate's form.
Reverted in full; the only law bytes that change are the two rows above, both by
appending. Everything else the artefacts said, they still say.

GATES
  check-standards-map.sh    PASSED, entry_count 122
  check-canon-lockstep.sh   8 passed / 0 failed / 2 skipped (hypatia, gh)
  check-rsr-profile.sh      rc=0 (was rc=1 before the gate-table row was fixed)
  lock-selfcheck.sh         on this commit, below
  every scripts/check-*.sh  rc IDENTICAL to a control at 81a1966 — all of them
  stale-reference audit     23 moved-away, 0 leftovers; 7 hits inside the law
                            artefacts, all deliberate estate-facing alternatives
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 285 files, which is 185 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

Check out review usage here.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 96ec0519-a53f-4e6b-b470-6ef9ddb86090

📥 Commits

Reviewing files that changed from the base of the PR and between 81a1966 and d5925ec.

⛔ Files ignored due to path filters (1)
  • canon.lock is excluded by !**/*.lock
📒 Files selected for processing (285)
  • .claude/CLAUDE.md
  • .github/CODEOWNERS
  • .github/workflows/doc-format.yml
  • .github/workflows/governance-reusable.yml
  • .github/workflows/registry-verify.yml
  • .github/workflows/scorecard-enforcer.yml
  • .hypatia-baseline.json
  • .machine_readable/MUST.contractile
  • .machine_readable/REGISTRY.a2ml
  • .machine_readable/contractiles/dust/Dustfile.a2ml
  • .machine_readable/contractiles/must/Mustfile.a2ml
  • .machine_readable/contractiles/trust/Trustfile.a2ml
  • .machine_readable/descriptiles/META.a2ml
  • .machine_readable/licensing-policy.toml
  • .machine_readable/scorecards/accessibility.scorecard.a2ml
  • .machine_readable/scorecards/axel-protocol.scorecard.a2ml
  • .machine_readable/scorecards/ecosystem-a2ml.scorecard.a2ml
  • .machine_readable/scorecards/hypatia-rules.scorecard.a2ml
  • .machine_readable/scorecards/neurosym-a2ml.scorecard.a2ml
  • .machine_readable/scorecards/publication-pre-flight.scorecard.a2ml
  • .machine_readable/scorecards/release-pre-flight.scorecard.a2ml
  • .machine_readable/scorecards/session-management-standards.scorecard.a2ml
  • .machine_readable/template-capability-gates.toml
  • 0-canon/TEMPLATE-APPLICABILITY-POLICY.adoc
  • 0-canon/rsr/CHANGELOG.adoc
  • 0-canon/rsr/REPO-STANDARD-MUST-INTEND-LIKE.adoc
  • 0-canon/rsr/RSR-SPEC.adoc
  • 0-canon/rsr/TIERS.adoc
  • 0-canon/rsr/VERSION.adoc
  • 1-formats/A2ML-REPO-TEMPLATE.adoc
  • 1-formats/a2ml/ecosystem/README.adoc
  • 1-formats/a2ml/meta/.claude/CLAUDE.md
  • 1-formats/a2ml/meta/examples/comprehensive.a2ml
  • 1-formats/a2ml/state/.gitlab-ci.yml
  • 1-formats/a2ml/state/README.adoc
  • 1-formats/a2ml/state/spec/README.adoc
  • 1-formats/contractiles/must/Mustfile
  • 1-formats/k9/CONTRIBUTING.adoc
  • 1-formats/k9/DOGFOODING-OPPORTUNITIES.adoc
  • 1-formats/k9/README.adoc
  • 1-formats/k9/docs/SECURITY-BEST-PRACTICES.adoc
  • 1-formats/k9/docs/SECURITY-FAQ.adoc
  • 2-protocols/0-ai-gatekeeper/.machine_readable/descriptiles/AGENTIC.a2ml
  • 2-protocols/0-ai-gatekeeper/CONTRIBUTING.adoc
  • 2-protocols/avow/BINDING.adoc
  • 2-protocols/axel/CONTRIBUTING.adoc
  • 3-practice/CODEOWNERS-POLICY.adoc
  • 3-practice/CODE_OF_CONDUCT.adoc
  • 3-practice/CONTRIBUTING.adoc
  • 3-practice/LANGUAGE-POLICY.adoc
  • 3-practice/LICENCE-POLICY.adoc
  • 3-practice/MAINTAINERS.adoc
  • 3-practice/PROOF-NEEDS.adoc
  • 3-practice/REMOTE-URL-POLICY.adoc
  • 3-practice/SECURITY-ADVISORIES.adoc
  • 3-practice/SECURITY.adoc
  • 3-practice/SECURITY.md
  • 3-practice/TEST-NEEDS.adoc
  • 3-practice/TOOLING-VERSION-INTEGRITY-POLICY.adoc
  • 3-practice/TRUST-DEFAULTS-POLICY.adoc
  • 3-practice/ZIGZAG-TESTING.adoc
  • 3-practice/accessibility/STANDARD.a2ml
  • 3-practice/ai-instruction/README.adoc
  • 3-practice/ai-instruction/haiku.adoc
  • 3-practice/ai-instruction/opus.adoc
  • 3-practice/ai-instruction/sonnet.adoc
  • 3-practice/immaculate-guide/IMMACULATE-GUIDE.adoc
  • 3-practice/outreach/.editorconfig
  • 3-practice/outreach/.gitattributes
  • 3-practice/outreach/.gitignore
  • 3-practice/outreach/.machine_readable/descriptiles/AGENTIC.a2ml
  • 3-practice/outreach/.machine_readable/descriptiles/ECOSYSTEM.a2ml
  • 3-practice/outreach/.machine_readable/descriptiles/META.a2ml
  • 3-practice/outreach/.machine_readable/descriptiles/NEUROSYM.a2ml
  • 3-practice/outreach/.machine_readable/descriptiles/PLAYBOOK.a2ml
  • 3-practice/outreach/.machine_readable/descriptiles/STATE.a2ml
  • 3-practice/outreach/CODE_OF_CONDUCT.adoc
  • 3-practice/outreach/CONTRIBUTING.adoc
  • 3-practice/outreach/LICENSE
  • 3-practice/outreach/SECURITY.adoc
  • 3-practice/outreach/blog-post-a2ml-attested-markup.adoc
  • 3-practice/outreach/blog-post-meta-dogfooding-k9.adoc
  • 3-practice/outreach/demo-script-k9-meta-dogfooding.adoc
  • 3-practice/outreach/hn-post-a2ml.adoc
  • 3-practice/outreach/hn-post-k9.adoc
  • 3-practice/outreach/nickel-community-k9-announcement.adoc
  • 3-practice/outreach/reddit-post-a2ml.adoc
  • 3-practice/outreach/reddit-post-k9.adoc
  • 3-practice/outreach/talk-proposal-icfp-ml-workshop-a2ml.adoc
  • 3-practice/outreach/talk-proposal-strange-loop-k9.adoc
  • 3-practice/publication-pre-flight/HOL-SUITABILITY-CHECKLIST.adoc
  • 3-practice/publication-pre-flight/PREFLIGHT.adoc
  • 3-practice/publication-pre-flight/ZENODO-DEPOSIT-CHECKLIST.adoc
  • 3-practice/release-pre-flight/V1-GATE.adoc
  • 3-practice/release-pre-flight/v1-audit.sh
  • 3-practice/session-management-standards/CONCURRENT-WRITE-COLLISION-PROTOCOL.adoc
  • 3-practice/session-management-standards/README.adoc
  • 3-practice/session-management-standards/SHARED-CONTINUITY-CORE.adoc
  • 3-practice/session-management-standards/adoption-and-integration-guide/GUIDE.adoc
  • 3-practice/session-management-standards/continuity/checkpoint-before-major-change/CHECKLIST.adoc
  • 3-practice/session-management-standards/continuity/checkpoint-before-major-change/PROTOCOL.k9
  • 3-practice/session-management-standards/continuity/checkpoint-before-major-change/STATE-template.a2ml
  • 3-practice/session-management-standards/continuity/emergency-termination/CHECKLIST.adoc
  • 3-practice/session-management-standards/continuity/emergency-termination/PROTOCOL.k9
  • 3-practice/session-management-standards/continuity/emergency-termination/STATE-template.a2ml
  • 3-practice/session-management-standards/continuity/planned-session-close/CHECKLIST.adoc
  • 3-practice/session-management-standards/continuity/planned-session-close/EXAMPLE-FILLED-IN.adoc
  • 3-practice/session-management-standards/continuity/planned-session-close/PROTOCOL.k9
  • 3-practice/session-management-standards/continuity/planned-session-close/STATE-template.a2ml
  • 3-practice/session-management-standards/continuity/recovery-operation/CHECKLIST.adoc
  • 3-practice/session-management-standards/continuity/recovery-operation/PROTOCOL.k9
  • 3-practice/session-management-standards/continuity/recovery-operation/STATE-template.a2ml
  • 3-practice/session-management-standards/continuity/repo-intake/CHECKLIST.adoc
  • 3-practice/session-management-standards/continuity/repo-intake/PROTOCOL.k9
  • 3-practice/session-management-standards/continuity/repo-intake/STATE-template.a2ml
  • 3-practice/session-management-standards/handover/collaborative-transfer/CHECKLIST.adoc
  • 3-practice/session-management-standards/handover/collaborative-transfer/PROTOCOL.k9
  • 3-practice/session-management-standards/handover/collaborative-transfer/STATE-template.a2ml
  • 3-practice/session-management-standards/handover/full-transfer/CHECKLIST.adoc
  • 3-practice/session-management-standards/handover/full-transfer/PROTOCOL.k9
  • 3-practice/session-management-standards/handover/full-transfer/STATE-template.a2ml
  • 3-practice/session-management-standards/handover/human-transfer/CHECKLIST.adoc
  • 3-practice/session-management-standards/handover/human-transfer/PROTOCOL.k9
  • 3-practice/session-management-standards/handover/human-transfer/STATE-template.a2ml
  • 3-practice/session-management-standards/handover/model-transfer/CHECKLIST.adoc
  • 3-practice/session-management-standards/handover/model-transfer/PROTOCOL.k9
  • 3-practice/session-management-standards/handover/model-transfer/STATE-template.a2ml
  • 3-practice/session-management-standards/src/ui/tea/system_update_gui.affine
  • 3-practice/session-management-standards/templates/EMERGENCY-CHECKPOINT.adoc
  • 3-practice/session-management-standards/templates/HANDOVER-REPORT.adoc
  • 3-practice/session-management-standards/templates/MAINTENANCE_REPORT.adoc
  • 3-practice/session-management-standards/templates/NEXT_STEPS.adoc
  • 3-practice/session-management-standards/templates/RECOVERY-PLAN.adoc
  • 3-practice/session-management-standards/templates/RELEASE_AUDIT.adoc
  • 3-practice/session-management-standards/templates/SESSION_STATE.adoc
  • 3-practice/session-management-standards/templates/SESSION_SUMMARY.adoc
  • 3-practice/session-management-standards/templates/SUBSTANTIAL_COMPLETION_REPORT.adoc
  • 3-practice/session-management-standards/verify/maintenance-sweep/CHECKLIST.adoc
  • 3-practice/session-management-standards/verify/maintenance-sweep/PROTOCOL.k9
  • 3-practice/session-management-standards/verify/maintenance-sweep/STATE-template.a2ml
  • 3-practice/session-management-standards/verify/release-audit/CHECKLIST.adoc
  • 3-practice/session-management-standards/verify/release-audit/PROTOCOL.k9
  • 3-practice/session-management-standards/verify/release-audit/STATE-template.a2ml
  • 3-practice/session-management-standards/verify/substantial-completion/CHECKLIST.adoc
  • 3-practice/session-management-standards/verify/substantial-completion/PROTOCOL.k9
  • 3-practice/session-management-standards/verify/substantial-completion/STATE-template.a2ml
  • 3-practice/testing-and-benchmarking/TESTING-TAXONOMY.adoc
  • Justfile
  • PALIMPSEST.adoc
  • README.adoc
  • ROADMAP.adoc
  • TOPOLOGY.adoc
  • adoption-readiness-grades/ADOPTION-READINESS-GRADES.a2ml
  • adoption-readiness-grades/ADOPTION-READINESS-GRADES.adoc
  • adoption-readiness-grades/templates/ARG-PROFILE-TEMPLATE.adoc
  • audits/licence-flags-2026-07.adoc
  • component-readiness-grades/COMPONENT-READINESS-GRADES.adoc
  • component-readiness-grades/SELF-ASSESSMENT.adoc
  • config/gitleaks/estate-baseline.toml
  • docs/AFFIRMATION.adoc
  • docs/DEBTFILE-SPEC.adoc
  • docs/JS-RUNTIME-POLICY.adoc
  • docs/README-EXPLAINME-STANDARD.adoc
  • docs/SEAMS-SPEC.adoc
  • docs/audits/2026-05-26-estate-documentation-debt.adoc
  • docs/decisions/ADR-005-extract-consent-aware-web.adoc
  • docs/reorg/STREAM-PROMPTS.adoc
  • docs/tech-debt-2026-05-26.adoc
  • docs/wikis/maintainers/index.adoc
  • hypatia-rules/rsr-self-compliance.a2ml
  • rhodium-standard-repositories/.github/workflows/language-policy.yml
  • rhodium-standard-repositories/.gitlab-ci.yml
  • rhodium-standard-repositories/.machine_readable/descriptiles/AGENTIC.a2ml
  • rhodium-standard-repositories/.well-known/consent-required.txt
  • rhodium-standard-repositories/.well-known/provenance.json
  • rhodium-standard-repositories/CHANGELOG.adoc
  • rhodium-standard-repositories/CLAUDE.md
  • rhodium-standard-repositories/COMPLIANCE_CHECKLIST.md
  • rhodium-standard-repositories/CONTRIBUTING.adoc
  • rhodium-standard-repositories/PROJECT-STATUS.adoc
  • rhodium-standard-repositories/README.adoc
  • rhodium-standard-repositories/RSR-AUDIT-GUIDE.adoc
  • rhodium-standard-repositories/RSR-AUDIT-SHOWCASE.adoc
  • rhodium-standard-repositories/SECURITY.adoc
  • rhodium-standard-repositories/TESTING-REPORT.adoc
  • rhodium-standard-repositories/TESTING-REPORT.scm
  • rhodium-standard-repositories/docs/haskell-registry-design.adoc
  • rhodium-standard-repositories/docs/rhodium-init-design.adoc
  • rhodium-standard-repositories/examples/README.adoc
  • rhodium-standard-repositories/examples/TUTORIAL.adoc
  • rhodium-standard-repositories/examples/ai-ml-project/ARCHITECTURE.adoc
  • rhodium-standard-repositories/examples/ai-ml-project/CHANGELOG.adoc
  • rhodium-standard-repositories/examples/ai-ml-project/README.adoc
  • rhodium-standard-repositories/examples/enterprise-service/.rhodium/config.toml
  • rhodium-standard-repositories/examples/enterprise-service/ARCHITECTURE.adoc
  • rhodium-standard-repositories/examples/enterprise-service/CHANGELOG.adoc
  • rhodium-standard-repositories/examples/enterprise-service/README.adoc
  • rhodium-standard-repositories/examples/enterprise-service/docs/adr/002-in-memory-state-management.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/.well-known/humans.txt
  • rhodium-standard-repositories/examples/rhodium-minimal/CHANGELOG.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/CONTRIBUTING.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/GOVERNANCE.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/Justfile
  • rhodium-standard-repositories/examples/rhodium-minimal/MAINTAINERS.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/README.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/docs/OVERVIEW.adoc
  • rhodium-standard-repositories/examples/rhodium-minimal/src/main.rs
  • rhodium-standard-repositories/examples/standard-library/README.adoc
  • rhodium-standard-repositories/rhodium-pipeline/README.adoc
  • rhodium-standard-repositories/rhodium-pipeline/docs/LICENSING.adoc
  • rhodium-standard-repositories/rsr-audit.sh
  • rhodium-standard-repositories/rsr-check.scm
  • rhodium-standard-repositories/rsr-compliance-checklist.k9.ncl
  • rhodium-standard-repositories/satellites/ECOSYSTEM.scm/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/ECOSYSTEM.scm/README.adoc
  • rhodium-standard-repositories/satellites/META.scm/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/cccp/README.adoc
  • rhodium-standard-repositories/satellites/cccp/SECURITY.adoc
  • rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/.gitlab-ci.yml
  • rhodium-standard-repositories/satellites/cccp/satellites/nextgen-languages/7-tentacles/README.adoc
  • rhodium-standard-repositories/satellites/cccp/satellites/php-aegis/.github/workflows/comprehensive-quality.yml
  • rhodium-standard-repositories/satellites/cccp/satellites/php-aegis/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/cccp/satellites/php-aegis/README.adoc
  • rhodium-standard-repositories/satellites/cccp/satellites/sanctify-php/.github/workflows/comprehensive-quality.yml
  • rhodium-standard-repositories/satellites/mustfile/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/.git-hooks/pre-push
  • rhodium-standard-repositories/satellites/palimpsest-license/.github/CODEOWNERS
  • rhodium-standard-repositories/satellites/palimpsest-license/.rvc/config.yml
  • rhodium-standard-repositories/satellites/palimpsest-license/CLAUDE.md
  • rhodium-standard-repositories/satellites/palimpsest-license/CODE_OF_PRACTICE.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/LICENSE.txt
  • rhodium-standard-repositories/satellites/palimpsest-license/MAINTAINERS.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/PROJECT_MANAGEMENT/CURRENT_STATE_INVENTORY.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/PROJECT_MANAGEMENT/DOCUMENT_REVIEW_SYSTEM.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/PROJECT_MANAGEMENT/RECONCILIATION_AUDIT.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/README.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/README.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/bof-meetings/follow-up-action-plan.adoc
  • rhodium-standard-repositories/satellites/palimpsest-license/scripts/generate-structure.sh
  • rhodium-standard-repositories/satellites/palimpsest-license/standards/TPCF.adoc
  • rhodium-standard-repositories/satellites/robot-repo-automaton/README.adoc
  • rhodium-standard-repositories/satellites/rsr-certifier/MAINTAINERS.adoc
  • rhodium-standard-repositories/satellites/rsr-certifier/README.adoc
  • rhodium-standard-repositories/satellites/rsr-certifier/ROADMAP.adoc
  • rhodium-standard-repositories/satellites/rsr-certifier/docs/RSR_ALIGNMENT.adoc
  • rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/rhodium.rs
  • rhodium-standard-repositories/satellites/rsr-certifier/engine/src/compliance/silver.rs
  • rhodium-standard-repositories/satellites/rsr-certifier/schemas/rsr-config.schema.json
  • rhodium-standard-repositories/satellites/rsr-deployer/CONTRIBUTING.adoc
  • rhodium-standard-repositories/satellites/state.scm/.github/workflows/comprehensive-quality.yml
  • rhodium-standard-repositories/satellites/state.scm/.gitlab-ci.yml
  • rhodium-standard-repositories/satellites/state.scm/CHANGELOG.adoc
  • rhodium-standard-repositories/satellites/state.scm/GOVERNANCE.adoc
  • rhodium-standard-repositories/satellites/state.scm/PROJECT-STATUS.adoc
  • rhodium-standard-repositories/satellites/state.scm/README.adoc
  • rhodium-standard-repositories/satellites/state.scm/spec/README.adoc
  • rhodium-standard-repositories/satellites/well-known-ecosystem/README.adoc
  • rhodium-standard-repositories/spec.scm/compliance-criteria.scm
  • rhodium-standard-repositories/spec.scm/tiers.scm
  • rhodium-standard-repositories/spec.scm/version.scm
  • rhodium-standard-repositories/templates/.well-known/humans.txt.template
  • rhodium-standard-repositories/templates/.well-known/security.txt.template
  • rhodium-standard-repositories/templates/CODEOWNERS.template
  • rhodium-standard-repositories/templates/CONTRIBUTING.adoc.template
  • rhodium-standard-repositories/templates/FEEDBACK.md.template
  • rhodium-standard-repositories/templates/GOVERNANCE.adoc.template
  • rhodium-standard-repositories/templates/LEARNING.md.template
  • rhodium-standard-repositories/templates/README.adoc.template
  • rhodium-standard-repositories/templates/SECURITY.md.template
  • rhodium-standard-repositories/templates/justfile.template
  • scripts/build-registry.sh
  • scripts/build-scorecards.sh
  • scripts/check-docs-presence.sh
  • scripts/check-gate-tiers.sh
  • scripts/check-package-policy.sh
  • scripts/tests/governance-gates-505-test.sh
  • standards-map.toml
  • standards-update/README.adoc
  • tasks/tooling-integrity-lint.sh
  • templates/CODEOWNERS
  • templates/MAINTAINERS.adoc
  • toolchain-readiness-grades/SELF-ASSESSMENT.adoc
  • toolchain-readiness-grades/TOOLCHAIN-READINESS-GRADES.adoc
  • toolchain-readiness-grades/testing/LANGUAGE-TESTING-STANDARDS.adoc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@hyperpolymath
hyperpolymath merged commit 61362e7 into main Sep 17, 2026
27 of 33 checks passed
@hyperpolymath
hyperpolymath deleted the chore/reorg-3-practice branch September 17, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant