You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CLI for AgentOS similar to OpenSpec's CLI to provide quick terminal access to project status, specs, and workflow progress:
Motivation
OpenSpec's CLI (openspec view, openspec list) demonstrates the value of terminal-based visibility into spec-driven workflows. AgentOS would benefit from similar commands to enable quick status checks without IDE context switching.
Proposed Commands
agent-os view - Interactive dashboard showing:
Active/completed specs and workflows
Task progress summary
Recent changes
agent-os list - List specs, workflows, or tasks with filters
agent-os list --workflows
agent-os list --status active
agent-os show <item> - Display details for specific spec/workflow/task
agent-os status - Quick overview of active work and blockers
agent-os validate [item] - Validate specs against standards
agent-os search <query> - Search through specs and workflows
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add a CLI for AgentOS similar to OpenSpec's CLI to provide quick terminal access to project status, specs, and workflow progress:
Motivation
OpenSpec's CLI (
openspec view,openspec list) demonstrates the value of terminal-based visibility into spec-driven workflows. AgentOS would benefit from similar commands to enable quick status checks without IDE context switching.Proposed Commands
agent-os view- Interactive dashboard showing:agent-os list- List specs, workflows, or tasks with filtersagent-os show <item>- Display details for specific spec/workflow/taskagent-os status- Quick overview of active work and blockersagent-os validate [item]- Validate specs against standardsagent-os search <query>- Search through specs and workflowsBenefits
Beta Was this translation helpful? Give feedback.
All reactions