Prerequisites
- Node.js 20+
- npm/npx
- Git
Since 0.4.0-beta.1, Comet is a pure Node runtime and no longer requires Bash, Git Bash, or WSL. macOS, Linux, and Windows use the same set of commands.
Step 1: Install Comet
Install the CLI globally:Step 2: Initialize the project
Run it in the project root:Step 3: Use these two commands day to day
Recovering your workflow: comet status
After a session is interrupted, check the status before continuing:/comet to continue — the Agent recovers from file state, not from memory.
Troubleshooting: comet doctor
Ifcomet status shows something abnormal, or the installation looks off:
Upgrade and uninstall
Upgrade to the latest version:FAQ
Where does comet init install to?
Where does comet init install to?
By default it detects the AI coding platform directories in the current project. Use
--scope project for project-level only, or --scope global for a global install.status shows the wrong phase
status shows the wrong phase
Run
comet doctor first to check for a malformed .comet.yaml or missing evidence. After fixing, re-run status.Do scripts run on Windows?
Do scripts run on Windows?
Since 0.4.0-beta.1, all scripts run through Node.js, so Windows no longer requires Git Bash or WSL.
Advanced topics
The basic path ends here. Below are the full command references grouped by scenario:| Advanced topic | Suited for |
|---|---|
| comet init | Full initialization options and component selection |
| comet status | Full status fields and runtime data |
| comet dashboard | Local read-only browser dashboard |
| comet doctor | Full diagnostic scope and troubleshooting flow |
| comet update | Upgrade flow and language switching |
| comet uninstall | Safe uninstall and scope control |
Skill, evaluation, and publishing commands
These three groups of commands belong to advanced scenarios. Regular users typically use them indirectly through/comet-any:
| Advanced topic | Suited for |
|---|---|
| comet skill | Local Skill package management and advanced Skill runs |
| comet eval | General-purpose Skill evaluation entry point |
| comet publish | Skill publishing and distribution |
| comet bundle | Advanced Bundle backend (auditing/debugging) |

