Documentation
¶
Overview ¶
Package export regenerates ~/.claude/agents and ~/.claude/skills from canonical cards, so Claude Code merges them into every repo natively and per-repo copies can be deleted. A hash manifest of everything culi wrote makes hand-edits detectable: export never clobbers a file it cannot prove it generated (contract C4).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Written []string // files created or refreshed (would-be, in check mode)
Removed []string // stale generated files deleted (would-be, in check mode)
Edited []string // hand-edited generated files — never touched
Skipped []string // export cards not exported (non-global scope), with reason
}
Result reports one export (or check) run.
Click to show internal directories.
Click to hide internal directories.