Instructions file CodexOpenCode
Repository instructions for Principle-Labs/Corivo, a background service that gathers information from AI conversations and messages and sends reminders through tools such as Codex, Cursor, or Feishu.
Instructions file CodexOpenCode
Repository instructions for Principle-Labs/Corivo, a background service that gathers information from AI conversations and messages and sends reminders through tools such as Codex, Cursor, or Feishu.
Instructions file
Instructions for Principle-Labs/Corivo, covering claude.md, 项目概述, package 文档, 构建与测试(快速参考) and packages/cli.
Plugin Claude Code
Plugin marketplace listing 2 plugins: corivo-save, corivo-query.
Plugin Claude Code
A plugin that gives a coding agent local memory storage and context retrieval through Corivo. Corivo is a tool for saving and finding information from previous conversations.
Command
A command that reports the status and statistics of the local Corivo memory database. It shows stored, active, cooling, and frozen memory blocks, using those labels for how recently memories were accessed.
Command
An installation and setup command for Corivo, a local memory system for coding-agent conversations. It checks for the Corivo command-line tool, installs it with npm if needed, initializes its database, and verifies the result.
Hook
Runs when a session starts, executing session-init.sh and session-carry-over.sh via bash (2 commands). From Principle-Labs/Corivo.
Hook
Runs when you submit a prompt, before the agent sees it, executing ingest-turn.sh and prompt-recall.sh via bash (2 commands). From Principle-Labs/Corivo.
Hook
Runs when the agent finishes a response, executing ingest-turn.sh and stop-review.sh via bash (2 commands). From Principle-Labs/Corivo.
Command
These command files are prompt templates for Codex app slash commands. Keep them deterministic and operationally useful.
Command
Query Corivo for prior facts, preferences, and project decisions relevant to the current task.
Command
Save durable information into Corivo with a deliberate annotation.
Command
Show Corivo memory health, initialization state, and current block counts.
Skill Claude CodeCodex
Query Corivo for prior facts, preferences, and project decisions when the user refers to past conversations or durable memory.
Skill Claude CodeCodex
Save durable memory into Corivo when the user asks to remember important information, decisions, preferences, or project facts.
Skill Claude CodeCodex
Umbrella Corivo memory skill. Route memory-related requests to save or query behavior for the local Corivo runtime.
Cursor rule
Corivo active memory integration.