forget
01Command
Forget a memory from Honeycomb. Requires a reason, which this command collects.
109 1mo ago A 16 tokens
AGPL-3.0
4 tagged aimemory, measured the same way as everything else here.
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
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().