test: reject forge path doctrine copies
All checks were successful
CI / test (pull_request) Successful in 3m47s
CI / release-exercise (pull_request) Successful in 25s
CI / self-guards (pull_request) Successful in 21s
CI / action-exercise (pull_request) Successful in 19s
CI / docs-sync-exercise (pull_request) Successful in 20s
labels / labels (pull_request) Successful in 22s
Refs guard / refs-not-closing (pull_request) Successful in 20s

This commit is contained in:
codex-bot-andresmgsl 2026-08-25 07:33:25 +00:00
parent a0ffc4bbd8
commit 1cd8a6996f

View file

@ -99,7 +99,9 @@ path_check() {
readme_has_no_path_enumeration() { readme_has_no_path_enumeration() {
local token found=no local token found=no
for token in bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh; do for token in \
bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh lib/forge.sh
do
if grep -qF "$token" "$ROOT/drills/README.md"; then if grep -qF "$token" "$ROOT/drills/README.md"; then
printf 'drill doctrine enumerates release path: %s\n' "$token" >&2 printf 'drill doctrine enumerates release path: %s\n' "$token" >&2
found=yes found=yes