Homepage: stop claiming the spec lives in its own repo (#7)
The "v1.0 specification" link pointed to /sama — the same URL as the discussion link next to it — while the surrounding prose claimed the spec lives in its own repo. No such repo exists on the syntaxai org. Replace the misleading sentence with the truth: the spec lives on /sama today, and will move to a standalone repo once the multi-language adapter work (#4) makes that split useful. Closes #7. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 file changed · +1 −1
content/home.md
+1
−1
| @@ -13,7 +13,7 @@ SAMA is to agent-written code what Conventional Commits is to git history: a sma | ||
| 13 | 13 | - **[M — Modeled.](/sama/modeled)** Every behavior file has a sibling test. Every external input is parsed at the boundary, never cast. |
| 14 | 14 | - **[A — Atomic.](/sama/atomic)** Files cap at ~700 lines. Split per domain, never via barrel re-exports. |
| 15 | 15 | |
| 16 | -Read the full discussion in [/sama](/sama). The standalone, language-agnostic [v1.0 specification](https://tdd.md/sama) lives in its own repo so other ecosystems can adopt SAMA without depending on this site. | |
| 16 | +Read the full discussion at [/sama](/sama) — that page is also where the v1.0 specification lives today. It will move to a standalone, language-neutral repo once the multi-language adapter work is far enough along to make the split useful. | |
| 17 | 17 | |
| 18 | 18 | ## SAMA in your agent-coding stack |
| 19 | 19 | |