Amend Constitution §3: scope the compile-time capability claim - #13
Merged
Conversation
On the maintainer's authorisation, taking the reword the 2026-07-30 prior-art review recommended, exactly as flagged in docs/CHANGELOG.md. The kernel-doctrine slogan said Rust's ownership and move semantics "model capability transfer at compile time". That is true of the kernel's internal handling - the no-Clone Capability makes duplication and use-after-move compiler-checked properties - and false of the userspace-observable cross-process transfer, which is a runtime table operation the generation scheme secures. The borrow checker sees one compilation unit and cannot span protection domains; RedLeaf's group reached the same conclusion for ownership types generally, and our own generation counters exist precisely because runtime checks hold that boundary. The constitution had become the last place in the repository making the unscoped claim: RFC-0003's amendment, the research note and the capability crate's documentation all already state the scoped version. RFC-0003 SS6 and the research note still quote the old sentence, deliberately unedited, as the historical record of what was reviewed. Logged in docs/CHANGELOG.md, as constitutional amendments always are. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Takes the reword the 2026-07-30 prior-art review recommended for Constitution §3 — exactly as flagged in
docs/CHANGELOG.md, now on the maintainer's authorisation.Before:
After:
Why
The old sentence was true of one thing and false of another. True: inside the kernel, the no-
CloneCapabilitymakes duplication and use-after-move compiler-checked properties (PR #12 proves it with acompile_failtest). False: what a process observes when authority transfers is a runtime table operation — the borrow checker sees one compilation unit and cannot span protection domains (RedLeaf's group reached the same conclusion for ownership types generally). Our own generation counters exist precisely because runtime checks are what hold that boundary.The constitution had become the last place in the repository making the unscoped claim — RFC-0003's amendment, the research note and the capability crate's docs all already state the scoped version. In a project whose law demands every line be explainable (§5.2), a slogan the maintainer would have to walk back when explaining it does not belong in the doctrine list.
Scope
CONSTITUTION.md§3 — the one sentence, reworded as flaggeddocs/CHANGELOG.md— the amendment logged, as constitutional amendments always are, however smallMarkdown and British-spelling gates clean.
🤖 Generated with Claude Code