fix: build error

This commit is contained in:
tao.chen
2026-07-16 16:42:17 +08:00
parent 4a26c2bdfc
commit 3336fdb5cd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -115,3 +115,7 @@ The two non-pipeline skills (`logic-planner` taxonomy details, `sql-review` chec
- **Pipeline status changes** — never collapse gates without user confirmation. The pipeline's value comes from each stage being a separate, re-runnable hand-off; inlining them couples them. - **Pipeline status changes** — never collapse gates without user confirmation. The pipeline's value comes from each stage being a separate, re-runnable hand-off; inlining them couples them.
- **Triggers in `description:` frontmatter** — these are what Claude Code matches against user prompts. Be specific (input contract + concrete trigger phrases). Vague triggers cause skill over-invocation. - **Triggers in `description:` frontmatter** — these are what Claude Code matches against user prompts. Be specific (input contract + concrete trigger phrases). Vague triggers cause skill over-invocation.
- **Stale path references** — the bundled SKILL.md / scripts use `.claude/skills/...` paths from an earlier layout. When updating validator instructions, prefer the actual paths (`skills/...` on host, `/root/.config/opencode/skills/...` in image). - **Stale path references** — the bundled SKILL.md / scripts use `.claude/skills/...` paths from an earlier layout. When updating validator instructions, prefer the actual paths (`skills/...` on host, `/root/.config/opencode/skills/...` in image).
<!-- claude --resume a70186ab-eddf-442f-a7c9-6d3aa638f7f4 -->
+1 -1
View File
@@ -69,7 +69,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \ curl \
ca-certificates \ ca-certificates \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
curl -fsSL https://mimo.xiaomi.com/install | bash && curl -fsSL https://mimo.xiaomi.com/install | bash
ENV PATH="/root/.local/bin:/usr/local/bin:${PATH}" ENV PATH="/root/.local/bin:/usr/local/bin:${PATH}"
RUN mino --version RUN mino --version