Skip to content

Commit c318215

Browse files
committed
fix(dogfood): a2ml identity fields + record echo-types dependency in ECOSYSTEM
Fixes the 2 pre-existing A2ML-validate errors (verified locally against the pinned a2ml-validate-action@6bff6ec): add identity 'name' to docs/governance/{MAINTENANCE-CHECKLIST,TSDM}.a2ml. Record the echo-types typesystem dependency in .machine_readable/ECOSYSTEM.a2ml related-projects (EchoTyping.agda imports echo-types; affine subtyping = weaken; erasure = fiber). A2ML validator: 2 errors -> 0. (Pre-existing K9 errors on 4 .k9 files remain — flagged separately; ambiguous file intent + unfilled template placeholders.) https://claude.ai/code/session_01DQACj3RFmAPZaBPgR9SAaS
1 parent 159511a commit c318215

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.machine_readable/ECOSYSTEM.a2ml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
(name "nextgen-typing")
66
(type "library")
77
(purpose "Coordination monorepo for the hyperpolymath type-theory pipeline (katagoria -> typell -> typed-wasm -> PanLL); hosts cross-project verification and the echo-types typesystem integration.")
8-
(related-projects))
8+
(related-projects
9+
(project
10+
(name "echo-types")
11+
(url "https://github.com/hyperpolymath/echo-types")
12+
(relation "dependency")
13+
(detail "verification/proofs/agda/EchoTyping.agda imports echo-types (Echo, EchoLinear) under --safe: AffineScript linear->affine subtyping IS echo weaken (no-section, distinction-forgetting); refinement erasure IS a fiber. Ledger: echo-types docs/bridges/cross-repo-bridge-status.md."))))

docs/governance/MAINTENANCE-CHECKLIST.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Cross-repo maintenance baseline (machine-readable canonical)
33

44
[metadata]
5+
name = "maintenance-checklist"
56
version = "1.1.0"
67
last-updated = "2026-02-24"
78
scope = "cross-repo"

docs/governance/TSDM.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SPDX-License-Identifier: MPL-2.0
22
---
33
### [TSDM_SPEC]
4+
name = "tsdm-standard"
45
id: "tsdm-standard"
56
version: "1.0.0"
67

0 commit comments

Comments
 (0)