Documentation
¶
Overview ¶
Package hebb embeds the function-layer assets (automation scripts and the vault template) into the binary so hebb runs standalone, with no repo checkout required. `hebb install` materialises the automation scripts onto disk (the hebb data dir) for launchd jobs, and `hebb new` scaffolds from the embedded vault template. The agent-facing skills ship in the hebb Claude Code plugin (see plugin/), not the binary. A repo checkout is only needed for development, via --asset-root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Assets embed.FS
Assets carries the function-layer content shipped inside the binary.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cli holds the command implementations that sit over core.
|
Package cli holds the command implementations that sit over core. |
|
cmd
|
|
|
hebb
command
Command hebb is the CLI entrypoint for the hebb knowledge-vault engine.
|
Command hebb is the CLI entrypoint for the hebb knowledge-vault engine. |
|
Package core is the UI-agnostic hebb engine: indexing, search, vault scaffolding, sync and hygiene.
|
Package core is the UI-agnostic hebb engine: indexing, search, vault scaffolding, sync and hygiene. |
|
Package install wires a vault into the machine: it writes the per-vault contracts (.hebb/config.toml, the project-scoped .mcp.json), symlinks global skills and memory, and renders launchd jobs.
|
Package install wires a vault into the machine: it writes the per-vault contracts (.hebb/config.toml, the project-scoped .mcp.json), symlinks global skills and memory, and renders launchd jobs. |
|
Package launchd renders parameterised macOS launchd job definitions (plist files) and writes them to a LaunchAgents directory.
|
Package launchd renders parameterised macOS launchd job definitions (plist files) and writes them to a LaunchAgents directory. |
|
Package mcp exposes the core engine over the Model Context Protocol, so Claude can query a vault.
|
Package mcp exposes the core engine over the Model Context Protocol, so Claude can query a vault. |
Click to show internal directories.
Click to hide internal directories.