fased hooks
Manage local lifecycle hooks from the CLI.
Browser equivalent: Extensions > Hooks. Agent memory controls live in
Agent > Memory.
Related:
Inspect hooks
list shows discovered hooks from workspace, managed, and bundled sources.
check summarizes eligibility.
Enable or disable
plugin:<id>. Enable or disable the plugin
instead of editing those hooks directly.
Install hook packs
- npm specs are registry-only
- local folders and archives are supported for operator-controlled installs
- Git, URL, and arbitrary remote specs are rejected
- dependency installs run with
--ignore-scripts --pinrecords npm installs as an exact resolved package version
Bundled hooks
| Hook | Purpose |
|---|---|
session-memory | Saves session context to memory when /new or /reset runs. |
bootstrap-extra-files | Adds extra workspace files during Agent bootstrap. |
command-logger | Writes command events to ~/.fased/logs/commands.log. |
boot-md | Runs BOOT.md when the gateway starts. |