overseer.status
Check project status by analyzing phase definitions and current progress to track development workflow stages and their completion states.
Instructions
Get the current status of a project, including all phases and their states. Determines phase status from PHASES.md and PHASE-*.md files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_root | Yes | Root path of the repository |
Input Schema (JSON Schema)
{
"properties": {
"repo_root": {
"description": "Root path of the repository",
"type": "string"
}
},
"required": [
"repo_root"
],
"type": "object"
}