You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves the three deferred contractile-taxonomy decisions (2026-04-17):
(Q1) Rename: canonical intend verb now follows the Verbfile.a2ml convention
(Mustfile, Trustfile, Dustfile, Adjustfile, Bustfile, Lustfile, Intendfile).
Scope is limited to .machine_readable/contractiles/ — the wider ~150-file
template sprawl under standards/ (a2ml/**/lust/Intentfile, k9-svc/**, etc.)
is flagged as a separate follow-up, not mass-renamed here.
(Q2) k9/ placement: kept inside contractiles/ as intended by CANONICAL-TEMPLATES
§4 — k9 is the parallel automation surface that validates or enforces the
verb declarations. README now states this explicitly ("k9 is not a verb").
(Q3) README refresh: canonical .machine_readable/contractiles/README.adoc,
repo-top contractiles/README.adoc, and CANONICAL-TEMPLATES.adoc now list
all 7 verbs (must, trust, adjust, dust, bust, intend, lust) + the k9 layer.
intend-vs-lust distinction (commitment axis vs aspiration axis) is now
documented in-place rather than implicit.
Intendfile.a2ml content genericised — removed stale Burble-specific fragment
that had leaked into the canonical template.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This directory contains the generalized contractiles templates. Copy the `.machine_readable/contractiles/` directory into a new repo to establish a consistent operational, validation, trust, recovery, and intent framework.
6
+
This directory contains the canonical contractile templates for the
7
+
hyperpolymath estate. Copy `.machine_readable/contractiles/` into a new repo
8
+
to establish a consistent operational, validation, trust, recovery,
9
+
aspiration, and service-automation framework.
10
+
11
+
Each verb directory holds exactly two files:
12
+
13
+
* `<Verb>file.a2ml` — the project-specific declaration (data)
14
+
* `<verb>.ncl` — the paired Nickel runner (pedigree + schema + run policy)
15
+
16
+
Anything else in a verb directory is human-only notes or archive; machines
17
+
ignore it. Filenames use lowercase verb in the `.ncl` name and PascalCase
18
+
verb in the A2ML (e.g. `intend.ncl` + `Intendfile.a2ml`).
19
+
20
+
== Verbs (7)
21
+
22
+
[cols="1,2,3", options="header"]
23
+
|===
24
+
| Verb | A2ML file | Role
25
+
26
+
| `must`
27
+
| `must/Mustfile.a2ml`
28
+
| Release-blocking invariants that must hold. Gating — fails block.
0 commit comments