diff --git a/AGENTS.md b/AGENTS.md index 639aa5e..cacff1e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,7 +14,7 @@ ./build alpha # cut alpha (cascades nothing) ./build beta # cut beta (cascades alpha → beta) ./build release # cut stable, coordinated next version - # (cascades alpha + beta → new stable; tags all seven) + # (cascades alpha + beta → new stable; tags all nine) ./build release 1.2.0 # cut stable at explicit version ./build help @@ -144,7 +144,7 @@ Included as the **first** positional arg to every tool's `concat_files` CSS call - Build scripts use **POSIX sh** (`#!/bin/sh` with `set -eu`), not bash. - `concat_files` accepts **positional args only** (not array names). - `awk` processes `template.html`, replacing `{{PLACEHOLDER}}` markers and stripping CDN `