From 5642cd17a457864eb35eab1f290f5094049fb36e Mon Sep 17 00:00:00 2001 From: delchev Date: Sun, 6 Sep 2026 16:40:51 +0300 Subject: [PATCH] docs: state the specification version as 1.7 The spec overview and the nav version badge said "Version 1" / "v1" with no minor; intent-specification#63 cuts versions/1.7.md, so the site now names that version and links the normative file. Co-Authored-By: Claude Fable 5.1 --- docs/.vitepress/config.mjs | 2 +- docs/spec/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 2d81c3e..ba39f2a 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -107,7 +107,7 @@ export default defineConfig({ { text: 'Reference', link: '/reference', activeMatch: '/reference' }, { text: 'Examples', link: '/examples', activeMatch: '/examples' }, { text: 'Manifesto', link: '/manifesto', activeMatch: '/manifesto' }, - { text: 'v1', link: '/spec/' }, + { text: 'v1.7', link: '/spec/' }, ], sidebar: { '/': [ diff --git a/docs/spec/index.md b/docs/spec/index.md index f6391e2..5601847 100644 --- a/docs/spec/index.md +++ b/docs/spec/index.md @@ -5,7 +5,7 @@ description: What the .intent file is, the three altitudes it sits above, the ge # The Intent File Specification -Version 1 · vendor-neutral · normative source: [IntentFile/intent-specification](https://github.com/IntentFile/intent-specification) +Version 1.7 · vendor-neutral · normative source: [IntentFile/intent-specification](https://github.com/IntentFile/intent-specification) ([versions/1.7.md](https://github.com/IntentFile/intent-specification/blob/main/versions/1.7.md)) A single `.intent` file at a project root is the source of truth for a whole application. It is authored one **altitude above** the models a platform generates from: instead of hand-authoring a data model, process definitions, forms, reports, roles and seed data separately, you author **all of them** from one YAML document, and a conforming generator produces them for you.