@tensiply-orion/cli
v1.0.0
Published
Command-line interface for the cli ecosystem.
Readme
@tools/cli
Command-line interface for the cli ecosystem.
Installation
npm install -g @tools/cli
# or
npm install @tools/cliQuick Start
# Configure your journal path
tools config set journalPath /path/to/your/journal
# Open today's daily note
tools daily today
# List tasks
tools tasks list
# Open the interactive shell
tools shell
# Run agent workflow with tenant/project context
orion agent start "Implementa X" --tenant acme --project platform-apiCommands
config— Manage configurationdaily— Manage daily notestasks— Manage tasksstandup— Generate daily standupprofiles— Manage context profilesshell— Open interactive TUI shelldoctor— Diagnose system setupagent— Run agent workflows with automatic context- And more...
Dependencies
@tools/core— Core domain logic@tools/shell— Interactive shell
Documentation
See full documentation in migration/phases/.
