@corivo-ai/claude-code
v0.12.11
Published
Corivo Claude Code host integration bundle assets
Maintainers
Readme
@corivo/claude-code
Claude Code host integration bundle for Corivo.
This package provides host-side assets (hooks, scripts, skills, and command docs) used by the CLI installer for Claude Code.
Boundary
- Type:
host integration bundle - Plugin root:
packages/plugins/claude-code - Internal scope: host-facing assets only
What This Bundle Contains
hooks/hooks.jsonhost hook configurationhooks/scripts/lifecycle scripts for carry-over, recall, and reviewskills/prompt assets for Corivo save/querycommands/command documentation
Installation Path
Install through the single CLI path:
corivo host install claude-codeNo separate installer is defined in this package.
If installation runs in an interactive TTY and the adapter supports history-import, the CLI asks whether to import existing conversation history immediately. That import is explicit confirmation only. Non-interactive installs skip the prompt and do not auto-import.
History Import
Claude Code history import runs through the CLI:
corivo host import claude-code --all- Default behavior: reuse the stored import cursor and run incrementally.
- First import: requires
--allor--since <cursor>when no stored cursor exists yet. --all: bootstrap from the full available history.--since <cursor>: import from the supplied cursor instead of the stored one.--dry-run: runs the import without persisting imported raw data or updating the cursor.
Hook Behavior
The realtime Claude Code hooks now do fast raw ingest only. hooks/scripts/ingest-turn.sh normalizes the user or assistant payload and pipes it into corivo ingest-message.
That command stores raw session/message records and enqueues an extract-session job for later pipeline processing. Semantic memory extraction is asynchronous and no longer happens directly inside the shell hook.
Local Development
This is a host asset bundle (scripts + markdown + config). Validate behavior through CLI-driven integration flows.
