Run `devac status` to get a unified view of all Four Pillars.
Displays unified status of all Four Pillars with CI checks and next steps.
/plugin marketplace add pietgk/vivief/plugin install devac@viviefRun devac status to get a unified view of all Four Pillars.
devac status # Brief status (default)
devac status --full # Detailed status with all sections
devac status --cached # Skip live CI fetch (faster, uses hub cache)
devac status --sync # Sync CI results to hub after gathering
The status command shows all Four Pillars plus suggested next steps:
| Section | Pillar | Description |
|---|---|---|
| Context | - | Current directory, workspace, branch, issue |
| DevAC Health | Infrastructure | Hub connection, watch status, registered repos |
| Seeds | Extractors | Analysis status per repo/package |
| Diagnostics | Validators | Type errors, lint issues, test failures |
| Workflow | Workflow | Live CI status from GitHub (PRs, checks) |
| Next | - | Suggested actions based on current state |
✓ passing - All CI checks pass✗ failing - One or more checks failed⏳ pending - Checks still running○ no-pr - No open PR for this branch? unknown - Could not determine statustsc:5e/2w = 5 TypeScript errors, 2 warningslint:0e/3w = 0 lint errors, 3 warningstest:failing = Tests are failing