Skip to content

AIGX 1.3.0 — editor support + interactive scaffolding

Choose a tag to compare

@Lolner95 Lolner95 released this 20 Jun 07:49
· 6 commits to main since this release

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 as aigx-lint), formatting, and
    AIGX: Resolve current file's boundary. Self-contained — no npm runtime dependencies.
  • Canonical TextMate grammar (editors/textmate):
    one source.aigx grammar reused across VS Code, GitHub Linguist, Zed, Sublime Text, TextMate, Cursor, Windsurf.

A world-class adoption kit

  • npx create-aigx is now interactive — pick your agent(s) (Cursor · Claude Code · Copilot · Windsurf ·
    Aider · generic AGENTS.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 init reaches parity — the same interactive agent selection with embedded integrations, fully
    self-contained.
  • New integration templates: aider.conf.yml and a generic AGENTS.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.py

Full details: CHANGELOG.md.