The context-os CLI is the primary developer interface for the ContextOS ecosystem. It provides the command-and-control tools for workspace health, spatial intelligence, and automated lifecycle management.
context-os [command] [options]Launch the Aether HUD.
- Options:
--port <number>: Port to serve the dash (default: 3000).
- Function: Starts a local visual control center with 3D Graph and Health Ticker.
Activate the Sentinel Watch Service.
- Function: Background indexing of all file changes within the workspace root. Ensures local memory is always "Hot".
View active workspace mission status.
- Function: Parses
context.mdand reports current goals and health metrics.
Initialize the workspace or a specific project.
- Function: Scaffolds the ContextOS directory structure (
root/,projects/,schemas/).
Set the daily mission goal.
- Function: Updates
daily/*.mdwith the morning intention.
Record an Architectural Decision (ADR).
- Options:
--context <text>: The problem being solved.--status <text>:Proposed,Accepted,Rejected.
Manually trigger a Hot-to-Warm memory transition.
- Function: Compresses raw activity logs into the
memory.mdknowledge base.
Lifecycle maintenance.
- Function: Deletes empty log files and moves cold knowledge to
archive/.
Execute a Hybrid Intelligence search.
- Options:
--semantic: Enable high-fidelity extraction.
- Function: Searches across the entire workspace mesh.
Audit the workspace for structural drift.
- Function: Checks all critical context files against JSON schemas in
schemas/.
Get a point-in-time snapshot of project health.
- Function: Formats all high-level context (Soul, Memory, Goals) for AI consumption.
To contribute or test locally:
# From package root
npm run build
context-os dashboardIdentity: Antigravity v1.6.1 (Aether)