syntaxai/tdd.md · commit 2a3a4c2

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]>
author
syntaxai <[email protected]>
date
2026-05-22 08:44:43 +01:00
parent
0a58850
commit
2a3a4c2466cc61405e1faef1481a8de90170fdba

1 file changed · +1 −1

modified content/home.md +1 −1
@@ -13,7 +13,7 @@ SAMA is to agent-written code what Conventional Commits is to git history: a sma
1313 - **[M — Modeled.](/sama/modeled)** Every behavior file has a sibling test. Every external input is parsed at the boundary, never cast.
1414 - **[A — Atomic.](/sama/atomic)** Files cap at ~700 lines. Split per domain, never via barrel re-exports.
1515
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.
1717
1818 ## SAMA in your agent-coding stack
1919