Skip to content

0.3.0

Latest

Choose a tag to compare

@madeburo madeburo released this 23 Mar 06:29
  • Windsurf generator — outputs .windsurf/rules/project-context.md with YAML frontmatter trigger: always_on so Cascade loads context automatically in every interaction
  • Enable via '.windsurf/rules': true in outputs config
  • Gemini generator — outputs GEMINI.md in project root, plain markdown without frontmatter
  • Covers both Gemini CLI and Antigravity (Google); Antigravity also reads AGENTS.md which was already supported
  • Enable via 'GEMINI.md': true in outputs config
  • --format json flag on contextai 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