Expand description
Generation pipeline: SSOT model → per-client markdown string.
Pure rendering. No filesystem writes — those land in Phase 3.
Modules§
- claude
- Claude Code generation (§7.1).
- copilot
- GitHub Copilot generation (§7.2).
- directives
- Conditional content directives (§6).
- format
- dprint-plugin-markdown wrapper (§7.5).
- opencode
- opencode generation (§7.3).
Enums§
- Client
- Target AI coding client.
Functions§
- render_
agent - Render an agent to its client-specific markdown string.
- render_
rule - Render a rule to its client-specific markdown string.
- render_
skill - Render a skill to its client-specific SKILL.md string.