Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + func Detect(dir string) map[Format]string + func Export(dir string, to Format, rules []Rule) error + type Format string + const FormatClaudeCode + const FormatCopilot + const FormatCursor + const FormatGemini + const FormatHawk + type Rule struct + Content string + Name string + Source Format + func Import(dir string, from Format) ([]Rule, error) + type UnsupportedFormatError struct + Format Format + func (e *UnsupportedFormatError) Error() string