diff --git a/.agents/skills/missio-agent-coordination/SKILL.md b/.agents/skills/missio-agent-coordination/SKILL.md index 684ac14..4ff1c99 100644 --- a/.agents/skills/missio-agent-coordination/SKILL.md +++ b/.agents/skills/missio-agent-coordination/SKILL.md @@ -31,6 +31,7 @@ description: Coordinate parallel AI agent work on Missio's OpenCollection featur - Do not overwrite another agent's table row or log entry unless you are completing an explicit handoff. - Prefer splitting work in the task log over broad overlapping claims. +- Keep dependency additions minimal; record non-trivial dependency necessity, transitive/packaging impact, and approval in `AGENT_PROGRESS.md`, and never add unused packages. - Mark `Blocked` only when a concrete dependency or missing decision prevents progress. - Include test evidence in the log: command, result, coverage matched to the plan, and any skipped tests. - Do not set `Review Ready` or `Done` until the coverage plan is satisfied by passing automated tests and the claimed changes are committed to the recorded GitButler branch/stack. diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7981887..29ca13b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,6 +22,9 @@ jobs: - name: Install dependencies run: npm ci + + - name: Type check + run: npm run compile - name: Build run: npm run build diff --git a/docs/open-collection-gap-analysis/AGENT_GOAL_PROMPTS.md b/docs/open-collection-gap-analysis/AGENT_GOAL_PROMPTS.md index 83099a3..78a3acb 100644 --- a/docs/open-collection-gap-analysis/AGENT_GOAL_PROMPTS.md +++ b/docs/open-collection-gap-analysis/AGENT_GOAL_PROMPTS.md @@ -49,7 +49,7 @@ If an agent host does not inject the project-local skills, tell the agent to rea ## User And Agent Surfaces ```text -/goal Complete OC-070 request creation, import/export, snippet, and Copilot protocol surface polish using $missio-agent-coordination and $missio-editor-schema-implementer without stopping until protocol-specific new request templates, protocol-preserving get/dry-run/list/send tooling, explicit unsupported import/export/snippet diagnostics, baseline tree/CodeLens/command regressions, AGENT_PROGRESS updates, and complete automated tests are implemented and passing. +/goal Complete OC-070 request creation, Postman script/event mapping, import/export, snippet, and Copilot protocol surface polish using $missio-agent-coordination and $missio-editor-schema-implementer without stopping until protocol-specific new request templates, protocol-preserving get/dry-run/list/send tooling, explicit unsupported import/export/snippet diagnostics, baseline tree/CodeLens/command regressions, AGENT_PROGRESS updates, and complete automated tests are implemented and passing. ``` ## Request Type UX diff --git a/docs/open-collection-gap-analysis/AGENT_PROGRESS.md b/docs/open-collection-gap-analysis/AGENT_PROGRESS.md index eff8b8f..8023fb7 100644 --- a/docs/open-collection-gap-analysis/AGENT_PROGRESS.md +++ b/docs/open-collection-gap-analysis/AGENT_PROGRESS.md @@ -57,18 +57,18 @@ Use full branch names for stacking existing branches with `but move