Sync project registry
sync_registryReconcile the project index with on-disk state: add stub rows for new projects, flag missing directories, and show issue counts. Use apply=false to preview.
Instructions
Reconcile the root AGENTS.md projects table with what's actually on disk: list projects that have an AGENTS.md but no table row (and add a stub row for each), flag rows whose directory no longer exists, and show live open-issue counts. Automates the 'new project → add a row' step so the cross-project index never silently drifts. Hand-curated columns (Stack, Status, descriptions) are preserved — stubs use the project's '## What this is' line and leave Stack/Status as '?'. Set apply=false to report drift without writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Write stub rows for new projects (default true). false = report only. |