Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyProjectionToCanonical ¶
CopyProjectionToCanonical promotes a tool's on-disk projection back into the canonical store, used by `scribe skill repair --from tool`. The shape is inferred from the tool's CanonicalTarget: if the target is a file, promotion only succeeds when that file is canonicalDir/SKILL.md (Claude); otherwise the projection is derived (e.g. Cursor's generated .cursor.mdc) and promoting it would be overwritten on the next install. Directory targets are copied wholesale.
Types ¶
type ActionKind ¶
type ActionKind string
const ( ActionInstalled ActionKind = "installed" ActionRelinked ActionKind = "relinked" ActionRemoved ActionKind = "removed" ActionConflict ActionKind = "conflict" ActionUnchanged ActionKind = "unchanged" )
Click to show internal directories.
Click to hide internal directories.