Sequence
Order: 3 of 12
Phase: Phase 1 - Navigation and Freshness
Design: docs/agent-first-workflow-design.md
Tracker: #908
Depends on: #910
Agent Role
Workflow Infrastructure Agent
Scope
- Add a
test:ci script to @idle-engine/docs that runs the existing docs invariant test.
- Ensure the root workspace
pnpm test:ci runner executes docs invariants.
- Update docs guidance if the docs validation command changes.
Context Packet
packages/docs/package.json
packages/docs/scripts/test-docs.mjs
tools/scripts/run-workspace-script.mjs
package.json
.github/workflows/ci.yml
docs/agent-first-workflow-design.md
Acceptance Criteria
Validation
Notes
- Keep this issue narrowly scoped; do not add new doc coverage rules here.
Refs #906
Sequence
Order: 3 of 12
Phase: Phase 1 - Navigation and Freshness
Design: docs/agent-first-workflow-design.md
Tracker: #908
Depends on: #910
Agent Role
Workflow Infrastructure Agent
Scope
test:ciscript to@idle-engine/docsthat runs the existing docs invariant test.pnpm test:cirunner executes docs invariants.Context Packet
packages/docs/package.jsonpackages/docs/scripts/test-docs.mjstools/scripts/run-workspace-script.mjspackage.json.github/workflows/ci.ymldocs/agent-first-workflow-design.mdAcceptance Criteria
packages/docs/package.jsonincludestest:ci.pnpm --filter @idle-engine/docs test:cipasses.pnpm test:cirun would include docs tests through normal workspace script discovery.Validation
pnpm --filter @idle-engine/docs test:cipnpm test:ci --filter @idle-engine/docspnpm docs:buildNotes
Refs #906