legioncodeinc/honeycomb

AI coding agents forget. They forget across sessions, and they forget across tools. A decision you reached in Claude Code at midnight is invisible to Cursor the next morning. Honeycomb fixes that. Learn something once; recall it everywhere,

109Stars on the repository
19Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

forget

01

legioncodeinc/honeycomb

Command

Forget a memory from Honeycomb. Requires a reason, which this command collects.

109 1mo ago A 16 tokens AGPL-3.0

recall

02

legioncodeinc/honeycomb

Command

Search Honeycomb's memory for prior context on a query and surface the hits.

109 1mo ago A 16 tokens AGPL-3.0

remember

03

legioncodeinc/honeycomb

Command

Store a fact, preference, decision, convention, or gotcha in Honeycomb's memory.

109 1mo ago A 19 tokens AGPL-3.0

CONVENTIONS

04

legioncodeinc/honeycomb

Command

The unified honeycomb command surface lives under src/commands/. src/cli/index.ts is the ENTRY POINT (global-flag parse → route); src/commands/ are the HANDLERS. Wave 1 (this scaffold) ships contracts + seams + honest stubs; Wave 2 fills the handler bodies and rewires src/cli/index.ts onto createDispatcher().

109 1mo ago A 0 tokens AGPL-3.0