Solana Deploy Memory Hook Pack
This OpenClaw hook pack rebuilds a workspace MEMORY.md file from the Solana deployment memory files and injects it during agent bootstrap.
What it does
- Watches the
agent:bootstraplifecycle event - Ensures deployment memory files exist under
memory/ - Generates a root-level
MEMORY.mdsummary from those files - Pushes
MEMORY.mdinto bootstrap context so the agent sees prior deployment lessons at the start of the session
Expected workspace files
This hook is designed to work with the companion skill package:
memory/deploy-history.mdmemory/error-catalog.mdmemory/version-decisions.mdmemory/project-notes.md
Install
openclaw plugins install ./solana-deploy-memory-hook.zip
openclaw hooks list
openclaw hooks enable solana-deploy-memory-bootstrap
# restart the gateway after enabling
OpenClaw discovers hook folders that contain HOOK.md and handler.ts, and workspace hooks must be enabled before they load. The agent:bootstrap hook can modify the bootstrap file list, and MEMORY.md is one of the recognized bootstrap basenames.
Notes
- This is operational memory, not semantic memory.
- It does not store secrets.
- It is safe to pair with the
solana_deploy_engineerskill.