Skip to main contentModule api
Source - PackOptions
- Options that control how
pack filters and transforms files before bundling them.
- get
- Retrieves the raw source content of a symbol (using
:: notation) or a file path from the cache. - index
- Walks
dir, hashes every eligible file, and upserts changed files and their symbols into the local SQLite cache. - outline
- Returns a skeleton view of a source file by eliding function and class bodies with
.... - pack
- Bundles all indexed files in
dir into a single AI-friendly document in Markdown or XML format. - search
- Searches the cache for symbol IDs whose name contains
query (substring match).