Versions in this module Expand all Collapse all v0 v0.4.1 Aug 29, 2026 v0.4.0 Aug 28, 2026 Changes in this version + const DefaultFileName + const DefaultInlineBytes + const DefaultMaxBytes + const PackName + func Ancestors(cwd string) []string + func Capabilities(docs []Doc) []agentloop.Capability + func Packs(docs []Doc) []sandbox.Pack + func Render(docs []Doc) string + func RenderCatalog(docs []Doc) string + func ResolveWithin(root, path string) (string, error) + func Root(cwd string) string + type Doc struct + Content string + Inline string + Name string + Path string + func Load(cwd string) ([]Doc, error) + func (d Doc) Complete() bool + func (d Doc) InlineText() string + type Loader struct + FileName string + GlobalDir string + InlineBytes int + MaxBytes int + func (l Loader) Load(cwd string) ([]Doc, error)