Expand description
GAP-001 (v1.0.82): pending subcommand — inspect and manage the
three-stage remember checkpoint queue persisted in pending_memories.
§Subcommands
pending list [--status <STATUS>]— show entries by statuspending show <pending_id>— show one entry in fullpending cleanup --staged-cleanup-after <SECONDS>— remove old abandoned
The pending table is the durable footprint of the v1.0.82 staging pipeline
(Stage A → B → C). When a host crashes between Stage B and Stage C the entry
stays in embedding_done (or embedding_in_progress) and can be inspected
or cleaned via this subcommand.
Structs§
- Pending
Args - Pending args.
- Pending
Cleanup Args - Pending cleanup args.
- Pending
List Args - Pending list args.
- Pending
Show Args - Pending show args.
Enums§
- Pending
Cmd - Pending cmd.
- Pending
Status Arg - Pending status arg.
Functions§
- run
- Run.