aimemory commands

4 tagged aimemory, measured the same way as everything else here.

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

CONVENTIONS

03

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