Re-exports§
pub use adopt::cmd_adopt;pub use agents::cmd_agents;pub use claim::cmd_claim;pub use claim::cmd_release;pub use close::cmd_close;pub use close::cmd_close_failed;pub use config_cmd::cmd_config_get;pub use config_cmd::cmd_config_set;pub use context::cmd_context;pub use create::cmd_create;pub use create::cmd_create_next;pub use delete::cmd_delete;pub use dep::cmd_dep_add;pub use dep::cmd_dep_list;pub use dep::cmd_dep_remove;pub use diff::cmd_diff;pub use doctor::cmd_doctor;pub use edit::cmd_edit;pub use edit::load_backup;pub use edit::open_editor;pub use fact::cmd_fact;pub use fact::cmd_verify_facts;pub use graph::cmd_graph;pub use init::cmd_init;pub use init::InitArgs;pub use list::cmd_list;pub use locks::cmd_locks;pub use locks::cmd_locks_clear;pub use logs::cmd_logs;pub use mcp::cmd_mcp_serve;pub use memory_context::cmd_memory_context;pub use move_units::cmd_move_from;pub use move_units::cmd_move_to;pub use mutate::cmd_mutate;pub use next::cmd_next;pub use onboard::cmd_onboard;pub use plan::cmd_plan;pub use quick::cmd_quick;pub use recall::cmd_recall;pub use reopen::cmd_reopen;pub use review::cmd_review;pub use review::ReviewArgs;pub use run::cmd_run;pub use show::cmd_show;pub use stats::cmd_stats;pub use status::cmd_status;pub use sync::cmd_sync;pub use tidy::cmd_tidy;pub use trace::cmd_trace;pub use tree::cmd_tree;pub use trust::cmd_trust;pub use unarchive::cmd_unarchive;pub use update::cmd_update;pub use verify::cmd_verify;
Modules§
- adopt
- agents
- claim
- close
- config_
cmd - context
- create
- delete
- dep
- diff
- doctor
- edit
- Editor integration for bn edit command.
- fact
- graph
- init
- interactive
- list
- locks
mana locks— View and manage file locks.- logs
- mcp
- MCP server command:
mana mcp serve - memory_
context - move_
units - mutate
- next
- onboard
- plan
mana plan— interactively plan a large unit into children, or run project research.- quick
- recall
- reopen
- review
mana review— Adversarial post-close review of unit implementations.- review_
human mana review— Human code review for agent-produced work.- run
mana run— Dispatch ready units to agents.- show
- stats
- status
- stdin
- Utilities for reading from stdin in pipe-friendly commands.
- sync
- tidy
- trace
- tree
- trust
- unarchive
- update
- verify