AIGX 1.3.0 — editor support + interactive scaffolding
Phase 4: editors recognize .aigx, and adoption becomes delightful. The specification version stays
1.1 — this is an editor + tooling release.
Editor support
- VS Code — "AIGX Language Support" (editors/vscode):
syntax highlighting, file icons (.aigx+protocol/files/architecture/product/testing.aigx) and an
optional icon theme, snippets, tag + rule-id autocomplete inside<check>, hover on rule ids,
go-to rule definition, inline diagnostics (the same checks asaigx-lint), formatting, and
AIGX: Resolve current file's boundary. Self-contained — no npm runtime dependencies. - Canonical TextMate grammar (editors/textmate):
onesource.aigxgrammar reused across VS Code, GitHub Linguist, Zed, Sublime Text, TextMate, Cursor, Windsurf.
A world-class adoption kit
npx create-aigxis now interactive — pick your agent(s) (Cursor · Claude Code · Copilot · Windsurf ·
Aider · genericAGENTS.md), choose CI, and watch a gradient scaffold confirm every file. Per-agent flags
(--cursor …),--yes,--aigx-only,--no-ci, and a non-interactive fallback keep automation happy.aigx initreaches parity — the same interactive agent selection with embedded integrations, fully
self-contained.- New integration templates:
aider.conf.ymland a genericAGENTS.md.
Versions
| Component | Version |
|---|---|
| Specification | 1.1 |
| VS Code extension | 0.1.0 |
aigx CLI (npm) · create-aigx |
1.3.0 |
@aigx/parser · @aigx/lint · aigx-lint (Py) · aigx (Cargo) |
1.2.0 (unchanged) |
Breaking changes
None. Existing genomes and npx create-aigx automation keep working.
Verify
All three reference validators (Python · Node · Rust) still agree on the conformance suite:
python tests/conformance/run.pyFull details: CHANGELOG.md.