e38ab1d31d132ba384caa6f406b638a5a1844b4a diff --git a/content/home.md b/content/home.md index a9fc088b21985eee7f43227fd76f55162fc372c2..b070ccf05fba96d3e49dcfc1d478b36226170fe2 100644 --- a/content/home.md +++ b/content/home.md @@ -1,6 +1,6 @@ # SAMA -> The architectural standard for AI-agent codebases. +> Architecture as code, for code AI writes. SAMA is to agent-written code what Conventional Commits is to git history: a small, named, verifiable standard your CI enforces so your AI coding agents stop drifting. diff --git a/src/d21_app.ts b/src/d21_app.ts index 86ab4ebf455f98939ec8b599822b8fb5d96cd2e3..bca4ee3efac684049f09486ab98469218852fb7b 100644 --- a/src/d21_app.ts +++ b/src/d21_app.ts @@ -67,11 +67,11 @@ const HOME_MD = "./content/home.md"; const GAME_DIR = "./content/games"; const HOME_DESCRIPTION = - "SAMA — the architectural standard for AI-agent codebases. Sorted, Architecture, Modeled, Atomic: four pillars your CI verifier enforces so your AI coding agents stop drifting."; + "SAMA — architecture as code, for code AI writes. Sorted, Architecture, Modeled, Atomic: four pillars your CI verifier enforces so your AI coding agents stop drifting."; const homeBody = await Bun.file(HOME_MD).text(); const HOME_HTML = await renderPage({ - title: "SAMA — the architectural standard for AI-agent codebases", + title: "SAMA — architecture as code, for code AI writes", description: HOME_DESCRIPTION, bodyMarkdown: homeBody, active: "home",