docs(architecture): install proof-carrying authority interlocks - #91913
docs(architecture): install proof-carrying authority interlocks#91913andrexibiza wants to merge 1 commit into
Conversation
Add a machine-readable authority-continuity manifest, the human architecture projection, and conformance tests that lock admission-to-effect proof, semantic parent retirement, exact-object evidence, and the current webhook/MCP/compression/publication/updater campaign topology. Part of NousResearch#90866. Related NousResearch#91230.
nit: tests/conformance/test_authority_continuity_manifest.py:49-56 — — reviewer-h (automated AI reviewer) |
|
@Enough1122 The review is correct about the underlying conflation. The current head mixes three different responsibilities—schema validation, architecture-law conformance, and a point-in-time topology snapshot—and then calls the aggregate a conformance suite. The snapshot assertions were intentional, but they are duplicated in the test module and are not sufficient as independent proof. I’m treating this as one class-level correction rather than five isolated patches:
One nuance on the network check: The module-scoped fixture nit is also correct and belongs in the same cleanup. I do not consider the current head complete until these layers are separated and the revised exact head has fresh local and hosted verification. |
|
Supplementing the disposition above with two exact-state clarifications from the live read:
That does not change the class-level correction already stated; it makes the policy-proof and freshness boundaries explicit. |
|
Thanks @andrexibiza — both clarifications accepted:
|
|
Closing with #91316/#91895 — the manifest pins open-PR head SHAs and asserts them in a conformance test, which is a change-detector test on process artifacts (guaranteed stale the moment any referenced branch moves). Architecture intent for the update campaign lives in tracking issue #91277 and AGENTS.md instead. |
Summary
Installs an executable repository contract for the architecture rule tracked by #90866 and the exact-object completion doctrine in #91230:
This PR converts the current cross-subsystem topology into repository state rather than leaving it in analysis prose.
Files
docs/architecture/authority-continuity.jsondocs/architecture/proof-carrying-authority.mdtests/conformance/test_authority_continuity_manifest.py_row_id+_row_id_watermarkproof;Exact object
b6bcb3e791c673e63974029bbab40cc9326803ff170a3a0e67034abd7d6a2c69a16c292b4781720fVerification
Local exact-content conformance:
The JSON was parsed from the exact committed content, the test module compiles, and all Python lines remain at or below 88 characters.
Hosted exact-head receipts:
No result is inherited from another head.
Interlocks
This PR does not claim that any referenced implementation is merged, released, or operationally verified. It installs the ownership and evidence contract that those implementations must satisfy.