Releases: madeburo/contextai
Releases · madeburo/contextai
0.3.0
- Windsurf generator — outputs
.windsurf/rules/project-context.mdwith YAML frontmattertrigger: always_onso Cascade loads context automatically in every interaction - Enable via
'.windsurf/rules': trueinoutputsconfig - Gemini generator — outputs
GEMINI.mdin project root, plain markdown without frontmatter - Covers both Gemini CLI and Antigravity (Google); Antigravity also reads
AGENTS.mdwhich was already supported - Enable via
'GEMINI.md': trueinoutputsconfig --format jsonflag oncontextai generate— outputs JSON IR to stdout instead of writing files- Structure:
{ version, generatedAt, config, outputs }— useful for CI, piping, and debugging - Total supported targets now: CLAUDE.md, .cursorrules, AGENTS.md, .github/copilot-instructions.md, llms.txt, .kiro/steering, .windsurf/rules, GEMINI.md, and custom generators
0.2.0 – add Kiro steering generator
- Kiro (AWS) steering file generator — outputs
.kiro/steering/product.md,.kiro/steering/tech.md, and.kiro/steering/conventions.mdfrom a single config - All steering files include
inclusion: alwaysfrontmatter so Kiro loads them in every interaction - Enable via
'.kiro/steering': trueinoutputsconfig - Convention scoping respected:
human-onlysections excluded,agent-onlyand unscoped sections included
0.1.0 – Initial release
Universal context engineering CLI for AI coding agents. Define your project's conventions once in context.config.ts – generate context files for all your AI tools automatically.
What's included
Commands
contextai init— interactive setup wizard with framework auto-detectioncontextai generate— generate all enabled output files (supports--dry-run)contextai validate— check output files are fresh and well-structuredcontextai diff— show diff between config and on-disk outputscontextai watch— watch config for changes and regenerate automatically
Generators
AGENTS.md— OpenAI Codex / generic agentsCLAUDE.md— Claude.cursorrules— Cursor.github/copilot-instructions.md— GitHub Copilotllms.txt- Custom generators via config
Other
- Built-in framework templates: Next.js, NestJS, Express, Remix, SvelteKit
- Convention scopes (
agent-only,human-only) - Git pre-commit hook installer
- Programmatic API
- Zod-based config validation with clear error messages
Install
npm install -g contextai