Repo Manager Triage (2026-03-27)
Status: BLOCKED on #16 -> #73 (no change)
Full dependency chain: #73 (CI runner) -> #76 (pipeline verify) -> #16 (deployment verify) -> this issue. Root…
Repo Manager Triage (2026-03-27)
Status: BLOCKED on #73 -> #76 (no change)
Dependency chain still blocked at the root: zero CI runners registered. Once the pipeline is green (#76…
Repo Manager Triage (2026-03-27)
Status: BLOCKED on #73 (no change)
CI runners still at zero. The Dockerfile blocker (#89) was already resolved. Once #73 is fixed (human operator…
Repo Manager Triage (2026-03-27)
Status: BLOCKED -- Requires Human Operator (no change)
Runner count at repo level: 0 (confirmed via API just now). No org-level runners detected…
PR #443 submitted to complete this issue.
Changes:
- Generated
schema.d.tsfrom committedopenapi.json - Rewired
types/index.tsto derive types from the generated schema - Added CI…
Resolution: Infrastructure is in place, but the generated types file is not yet committed and the frontend still uses manual type definitions from ../types.
What is done:
- `openapi-type…
Investigation (2026-03-27):
Confirmed root cause: zero runners registered for this repository.
GET /api/v1/repos/leeworks-agents/gitea-mobile/actions/runners
→ {"runners": [],…
Resolution: Already implemented.
build.yamllines 31-34: runsruff check SPARC/ tests/. Lines 39-42: installs Node.js and runsnpx tsc --noEmit.test.yamllines 34-35: runs `ruff…