Goal
Update the Devtools-managed CI workflow so repository validation uses the current canonical Doctor entrypoint instead of the obsolete ankh doctor validate . command path.
Discovered while bootstrapping ankhorage/game for ankhorage/palabichos#29.
Evidence
The current managed workflow source still renders:
bunx @ankhorage/ankh doctor validate .
Current @ankhorage/ankh returns:
Unknown Ankh command: doctor validate .
Try:
ankh --help
Meanwhile ankhorage/ankh's own current CI already validates through the dedicated package:
BUN_INSTALL_CACHE_DIR="${RUNNER_TEMP}/doctor-cache" bunx @ankhorage/doctor@0.10.14 validate .
So newly synced repositories can receive a CI command that no longer works with the current CLI routing.
Required skills
Before implementation:
- read
AGENTS.md;
- inspect
.agents/skills/;
- load
.agents/skills/ankhorage-coding-rules/SKILL.md;
- load
.agents/skills/ankhorage-project-structure/SKILL.md when managed workflow ownership/structure is affected;
- load any repository-local workflow/release skill that applies.
Scope
Acceptance criteria
Delivery
Use a conventional commit/PR title, assign the PR to artiphishle, link it to this issue, and close the issue after merge/release.
Goal
Update the Devtools-managed CI workflow so repository validation uses the current canonical Doctor entrypoint instead of the obsolete
ankh doctor validate .command path.Discovered while bootstrapping
ankhorage/gameforankhorage/palabichos#29.Evidence
The current managed workflow source still renders:
bunx @ankhorage/ankh doctor validate .Current
@ankhorage/ankhreturns:Meanwhile
ankhorage/ankh's own current CI already validates through the dedicated package:So newly synced repositories can receive a CI command that no longer works with the current CLI routing.
Required skills
Before implementation:
AGENTS.md;.agents/skills/;.agents/skills/ankhorage-coding-rules/SKILL.md;.agents/skills/ankhorage-project-structure/SKILL.mdwhen managed workflow ownership/structure is affected;Scope
@ankhorage/doctorentrypoint.bunx @ankhorage/ankh doctor validate ..ankhsolely to preserve the obsolete CI command.Acceptance criteria
Delivery
Use a conventional commit/PR title, assign the PR to
artiphishle, link it to this issue, and close the issue after merge/release.