forget
01Command
Forget a memory from Honeycomb. Requires a reason, which this command collects.
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,
Command
Forget a memory from Honeycomb. Requires a reason, which this command collects.
Command
Search Honeycomb's memory for prior context on a query and surface the hits.
Command
Store a fact, preference, decision, convention, or gotcha in Honeycomb's memory.
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().