From b7df50f4584e940b1b3035adb6952bbe584869a9 Mon Sep 17 00:00:00 2001 From: ZDDC Date: Sat, 9 May 2026 18:38:58 -0500 Subject: [PATCH] docs: correct tool/artifact counts to eight tools / nine artifacts The repo grew tables and browse since the docs were last revised, but several paragraphs still said "six HTML tools" / "all seven" / "5 HTML + zddc-server". Updated AGENTS.md, ARCHITECTURE.md, CLAUDE.md, README.md, and zddc/README.md to consistently reflect the current count (8 HTML + zddc-server = 9 artifacts). Also expanded README.md's tool table to include browse and landing, corrected the tables description (no longer read-only), and modernized the "Build & develop" snippet to show the canonical lockstep ./build alpha|beta|release path instead of the deprecated per-tool --release form. Co-Authored-By: Claude Opus 4.7 (1M context) --- AGENTS.md | 16 ++++++++-------- ARCHITECTURE.md | 12 ++++++------ CLAUDE.md | 10 +++++----- README.md | 16 +++++++++------- zddc/README.md | 4 ++-- 5 files changed, 30 insertions(+), 28 deletions(-) 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 `