Documentation
¶
Overview ¶
Package store is the content-addressed store of installed skill content, keyed by canonical content hash.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is the content-addressed store of installed skill content, keyed by canonical content hash. It is the single source of truth that agent directories link to or copy from (FR-019).
func (*Store) GC ¶
GC removes store entries whose content hash is not in referenced and returns the number removed. The referenced set holds full content keys (e.g. "sha256:abcd"). GC only runs on explicit reconciliation (remove, sync --prune), never during an additive install (FR-019).
Click to show internal directories.
Click to hide internal directories.