docs+proofs: reintroduce architecture/build/install/usage + proofs scaffolding (follow-up to #102)#120
Merged
hyperpolymath merged 1 commit intoJun 2, 2026
Conversation
…fs scaffolding Restores the 4 docs + proofs/ scaffolding that PR #81 added but #102 had to drop while reverting #81's wrong-direction license change. Per #102's PR body: "These can be reintroduced cleanly in a separate, license-free PR after this lands." ## Files (all NEW, no edits to existing content) - docs/architecture.adoc (149 lines) - docs/build.adoc (72 lines) - docs/installation.adoc (113 lines) - docs/usage.adoc (41 lines) - proofs/README.adoc (corpus index) - proofs/dafny/README.adoc - proofs/lean/README.adoc - proofs/tla/Lifecycle.tla (TLA+ lifecycle obligation 2.1 / issue #84) ## Licensing All 8 files carry `SPDX-License-Identifier: MPL-2.0` per the canonical estate license policy (neurophone is a sole-owner repo). #81 had originally added these with PMPL stamps; this PR adds them with the correct MPL-2.0 SPDX from the start. ## Verification ```sh grep -r 'SPDX-License-Identifier' docs/architecture.adoc docs/build.adoc \ docs/installation.adoc docs/usage.adoc proofs/ ``` All 8 files report `MPL-2.0`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath
marked this pull request as ready for review
June 2, 2026 19:38
hyperpolymath
enabled auto-merge (squash)
June 2, 2026 19:38
hyperpolymath
deleted the
docs/reintroduce-architecture-build-install-proofs
branch
June 2, 2026 19:48
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
Restores the 8 docs+proofs files that PR #81 added but #102 had to drop while reverting #81's wrong-direction license change. Per #102's PR body:
This is that PR.
Files (all NEW, no edits to existing content)
docs/architecture.adocdocs/build.adocdocs/installation.adocdocs/usage.adocproofs/README.adocproofs/dafny/README.adocproofs/lean/README.adocproofs/tla/Lifecycle.tlaLicensing
All 8 files carry `SPDX-License-Identifier: MPL-2.0` per the canonical estate license policy (neurophone = sole-owner repo). #81 had originally added these with PMPL stamps; this PR adds them with the correct MPL-2.0 SPDX from the start.
Verification
```sh
grep -r 'SPDX-License-Identifier' docs/architecture.adoc docs/build.adoc \
docs/installation.adoc docs/usage.adoc proofs/
```
All 8 files report `MPL-2.0`.
Test plan
Why draft
License sweep aftermath; owner sight on docs reintroduction before flipping to ready.