diff --git a/docs/architecture/scripts/scaffold.sh b/docs/architecture/scripts/scaffold.sh index a36c999..441eec6 100755 --- a/docs/architecture/scripts/scaffold.sh +++ b/docs/architecture/scripts/scaffold.sh @@ -117,8 +117,15 @@ DOCS=( docs/security/SECURITY.md docs/security/SECURITY_CHECKLIST.md docs/architecture/README.md + docs/architecture/GUARDS.md docs/design/README.md docs/data/README.md + # The spec for the three marks, not one of the marks. `docs/data/README.md` + # links to it, so leaving it behind gave every scaffolded project a broken + # link and a doc-claims failure on its first run -- the rule above about not + # copying branding is about the .webp files, which genuinely must not be + # invented, and this is documentation about them. + docs/data/img/README.md ) # Directories made empty, holding nothing this script is willing to invent.