reorganize subcommands into logical groups
60+ flat subcommands grouped into: - Core (daily use): search, render, write, history, tail, status, query, used, wrong, gap - Node: delete, rename, list, edges, dump - Journal: write, tail, enrich - Graph: link, audit, spectral, etc. - Agent: daemon, knowledge-loop, consolidate, digest, etc. - Admin: init, health, fsck, import, export, etc. Also: remove dead migration code (migrate.rs, Migrate/JournalTsMigrate commands), update memory-search and poc-hook for new subcommand paths, update daemon systemd template for `agent daemon` path.
This commit is contained in:
parent
d76b14dfcd
commit
57c26d8157
5 changed files with 366 additions and 388 deletions
|
|
@ -13,7 +13,6 @@ pub mod similarity;
|
|||
pub mod spectral;
|
||||
pub mod lookups;
|
||||
pub mod query;
|
||||
pub mod migrate;
|
||||
pub mod transcript;
|
||||
pub mod neuro;
|
||||
pub mod counters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue