zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit c47d5425748989a6d45dcb77e7ee853e8b3aad1d (tree)
parent 492ed18b7e86639918d2bc2fc599fd93d00eff78
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 14 Feb 2026 18:44:18 +0200

update skill

Diffstat:
Mstage0/.claude/skills/port-astgen/SKILL.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/stage0/.claude/skills/port-astgen/SKILL.md b/stage0/.claude/skills/port-astgen/SKILL.md @@ -124,3 +124,6 @@ Go back to Step 1. Zig one, which is the source of the bug. So standard "bug hunting" methods no longer apply -- making implementations consistent is a much better approach in all ways. +- From `zig build` commands, use *only* `zig build *-zig0`. Other `zig build` + commands may start building/testing zig itself, which takes ages and is + wholly unnecessary.