You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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