Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClaudeCode ¶
InitClaudeCode generates Claude Code instruction files from Rill instruction files. The main instructions are written to .claude/CLAUDE.md. Resource-specific instructions are written as skills to .claude/skills/<name>/SKILL.md. Skills are loaded on-demand when invoked, keeping the context lean. If force is false, it skips files that already exist. If force is true, it overwrites any existing files.
func InitCursorRules ¶
InitCursorRules generates Cursor rules files from Rill instruction files. The rules are written to .cursor/rules/ in the repository. If force is false, it skips generation if .cursor/rules/ already exists. If force is true, it overwrites any existing files.
Types ¶
type Instruction ¶
Instruction represents a parsed instruction file with front matter and body.