Skip to content

Commit 5a000de

Browse files
docs: prune obsolete phase-planning docs + gitignore manifesto/
Remove four phase-planning docs superseded by the recent sediment work (AUDIT_PHASE_B, EXTERNAL_INTEGRATION_PLAN, MATHLIB_METRIC_MIGRATION, PHASE_A2_BOCHNER). Clean a stale cross-reference to them in CONTRIBUTING.md, OpenGALib.lean module docstring, and docs/NAMING_CONVENTION.md. Add `manifesto/` to .gitignore (lives in a separate Overleaf project, not part of lib history).
1 parent a08f02a commit 5a000de

8 files changed

Lines changed: 6 additions & 740 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ lake-packages/
3535
# never enter our git history.
3636
external/
3737

38+
# Charter manifesto (kept in separate Overleaf project, not part of lib history)
39+
manifesto/
40+

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ merged contributions but liberally relaxable for sketches / WIP / drafts.
3737
`Tensor/`.
3838
4. **External references**`external/` (git-ignored) contains the
3939
`qinz1yang/differential-geometry` reference repo we draw from.
40-
See `docs/EXTERNAL_INTEGRATION_PLAN.md` for what's been re-implemented
41-
here, what's planned, and what's skipped. We **re-implement** in our
42-
conventions — never copy.
40+
We **re-implement** in our conventions — never copy.
4341

4442
## PR workflow
4543

@@ -87,8 +85,7 @@ mis-organized.
8785
(we strip on release).
8886
* `Inspired by <repo>` / `Adapted from <author>` attribution in
8987
source files — attribution belongs in commit history, not in
90-
code or docstrings (we own our content per
91-
`docs/EXTERNAL_INTEGRATION_PLAN.md`).
88+
code or docstrings.
9289
* `paper §X` / project-specific cross-references in `Algebraic/`,
9390
`Tensor/`, `Riemannian/`, `GeometricMeasureTheory/` — these
9491
namespaces must be paper-agnostic; paper-specific work lives in

OpenGALib.lean

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ as a separate sub-project (`require OpenGALib from ".."`).
3434
* `GeometricMeasureTheory` — finite-perimeter, varifolds, stationary,
3535
tangent cones, rectifiability, isoperimetric.
3636
37-
## Phase status
38-
39-
* **Phase A (port)** — complete. ~10 000 lines of tensor / shuffle /
40-
differential-form / operator content ported from external reference
41-
(qinz1yang/differential-geometry). See `docs/EXTERNAL_INTEGRATION_PLAN.md`.
42-
* **Phase B (audit)** — complete. Findings in `docs/AUDIT_PHASE_B.md`. Net:
43-
ported content is self-contained, currently isolated from lib core; bridges
44-
to Curvature / Hessian-symmetry / manifold-DifferentialForm are tier-3
45-
Phase C work, consumer-driven.
46-
* **Phase C (consolidation)** — in progress. Tier 1 (documentation / facade)
47-
current; tier 2 (naming / `@[simp]` audit) deferred; tier 3 (substantive
48-
bridges) consumer-driven.
49-
5037
## Sorry status
5138
5239
Per `docs/SORRY_CATALOG.md`. The Riemannian package carries zero existence

docs/AUDIT_PHASE_B.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

docs/EXTERNAL_INTEGRATION_PLAN.md

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)