Skip to content

Commit b9df6ea

Browse files
committed
registry: mark typefix-zero private + viability-under-review
typefix-zero's repo exists but is private with uncertain viability, so the earlier 'proposed / repo not yet created' framing is wrong. Record it index-only (no public link, as with 007): visibility=private, status=exploratory, viability under review. Also note 007 is held back pending further safety/guardrail testing (release pending). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016t5KLJDtqdeDi1EMNqNx6K
1 parent 82c42a2 commit b9df6ea

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.machine_readable/LANGUAGES.a2ml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ name = "007"
141141
repo = "https://github.com/The-Metadatastician/007"
142142
invariant = "Agents that make agents"
143143
role = "Agent meta-language"
144-
note = "PRIVATE repo (dual-use precaution, anti-training-scrape). Indexed only; do not mirror content here. Pointer: languages/007.md"
144+
note = "PRIVATE repo (dual-use precaution, anti-training-scrape); held back pending further safety/guardrail testing — release pending. Indexed only; do not mirror content here. Pointer: languages/007.md"
145145
status = "specification"
146146

147147
[[language]]
@@ -153,12 +153,12 @@ role = "Orchestration DSL (kitchen domain, physics-in-types); consumes the echo-
153153
note = "Extracted from this coordinator 2026-06; in-tree snapshot removed (EXTRACTION-MANIFEST.md)"
154154
status = "experimental"
155155

156-
# ─── Proposed (destination repo not yet created; registered for discoverability only) ───
156+
# ─── Exploratory (private repo; viability under review — index-only, as with 007) ───
157157
[[language]]
158158
id = "typefix-zero"
159159
name = "TypeFix Zero (TF0)"
160-
repo = "https://github.com/hyperpolymath/typefix-zero"
160+
visibility = "private"
161161
invariant = "The total mathematical fragment and the partial computational fragment (fix) are explicitly separated"
162162
role = "Universe-stratified STLC + Nat + one fixed-point primitive; minimal typed teaching core"
163-
note = "PROPOSED — destination repo does not exist yet; design spec parked at extraction-queue/typefix-zero/SPEC.adoc"
164-
status = "proposed"
163+
note = "Private repo (index-only, no public link — as with 007); viability under review, not yet committed to the family. Design spec parked at extraction-queue/typefix-zero/SPEC.adoc."
164+
status = "exploratory"

EXTRACTION-MANIFEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos** — land them, then delete the staged copy.
6464
| `extraction-queue/my-lang/wiki-Duet.md` | `hyperpolymath/my-lang` | `wiki/Duet.md` | dialect |
6565
| `extraction-queue/my-lang/wiki-Ensemble.md` | `hyperpolymath/my-lang` | `wiki/Ensemble.md` | dialect |
6666
| `extraction-queue/my-lang/wiki-Me.md` | `hyperpolymath/my-lang` | `wiki/Me.md` | **FIX on landing:** this page models "Me" as a fourth dialect. Me is an *agent-generated projection* over Solo/Duet/Ensemble (see `tentacles-agentic-syllabus/me/README.adoc`), not a static dialect. |
67-
| `extraction-queue/typefix-zero/SPEC.adoc` | `hyperpolymath/typefix-zero` *(proposed; not yet created, not in ECOSYSTEM.a2ml)* | `SPEC.adoc` | Was a headingless spec dump pasted into `README.adoc`. Create the repo or fold into the relevant design repo. |
67+
| `extraction-queue/typefix-zero/SPEC.adoc` | `typefix-zero` *(private repo; viability under review; not in ECOSYSTEM.a2ml)* | `SPEC.adoc` | Was a headingless spec dump pasted into `README.adoc`. Land in the private repo if/when its viability is confirmed. |
6868

6969
## C. Kept in the coordinator (cross-language — correctly belongs here)
7070

docs/language-portfolio.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ live in each language's own repo and in the coordinator's canonical trackers:
4141
|----------|------|---------------|
4242
| KitchenSpeak | `hyperpolymath/kitchenspeak` | Experimental kitchen-orchestration DSL |
4343

44-
## Proposed (repo not yet created)
44+
## Exploratory (private; viability under review)
4545

46-
- **TypeFix Zero (TF0)** — proposed `hyperpolymath/typefix-zero` (not yet created). A
47-
universe-stratified simply-typed lambda calculus that separates a total, proof-like
48-
fragment from a partial computational fragment (a single `fix` primitive). The design
49-
spec is parked at `../extraction-queue/typefix-zero/SPEC.adoc`; it is registered as
50-
`status = "proposed"` in `../.machine_readable/LANGUAGES.a2ml`.
46+
- **TypeFix Zero (TF0)** — a universe-stratified simply-typed lambda calculus that separates
47+
a total, proof-like fragment from a partial computational fragment (a single `fix`
48+
primitive). The repo exists but is **private**, and its viability is still under review, so
49+
it is index-only here (no public link, as with 007). The design spec is parked at
50+
`../extraction-queue/typefix-zero/SPEC.adoc`; it is registered as `status = "exploratory"`
51+
in `../.machine_readable/LANGUAGES.a2ml`.
5152

5253
## Related query/database languages (separate scope)
5354

0 commit comments

Comments
 (0)