From 84c578d31bdab05735ce300b66afdc6394972f5f Mon Sep 17 00:00:00 2001 From: Motiejus Date: Sat, 14 Feb 2026 15:27:28 +0200 Subject: [PATCH] update skill --- stage0/.claude/skills/port-astgen/SKILL.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stage0/.claude/skills/port-astgen/SKILL.md b/stage0/.claude/skills/port-astgen/SKILL.md index 3007ce1291..3fd6c69638 100644 --- a/stage0/.claude/skills/port-astgen/SKILL.md +++ b/stage0/.claude/skills/port-astgen/SKILL.md @@ -92,8 +92,11 @@ continue to Step 7 (commit progress, re-skip). a TODO comment describing the remaining diff. 2. Remove ALL `fprintf`/`printf` debug statements from `astgen.c`. 3. Remove `#include ` if it was added for debugging. -4. Verify: `zig build fmt-zig0 && zig build all-zig0 -Dvalgrind` must exit 0 - with no unexpected output. + +4. Verify this exits 0 with no unexpected output: + + zig build fmt-zig0 && zig build all-zig0 -Dvalgrind |& grep -v Warning + 5. Commit: ```sh git add astgen.c astgen_test.zig