docs: stop claiming tracker-tag/comment-block lint are non-required

This commit is contained in:
damocles 2026-07-22 23:40:24 +02:00 committed by mara
commit 94a172cba3
3 changed files with 10 additions and 16 deletions

View file

@ -34,11 +34,9 @@ jobs:
- uses: actions/checkout@v3
- name: lint
# Flags hash-number tracker tags in source (hive convention is
# prose, not tags — /knowledge/hive-rules.md). Runs as its own
# job, kept out of the required checks while the legacy backlog
# is cleaned up: a hit fails this check (red) without blocking
# merge. Promote to a required check once the tree is clean.
# See scripts/check-issue-refs.sh.
# prose, not tags — /knowledge/hive-rules.md). Its own job, and
# IS a required check on the forge (branch protection) — a hit
# blocks merge. See scripts/check-issue-refs.sh.
run: sh scripts/check-issue-refs.sh
comment-blocks:
@ -51,7 +49,7 @@ jobs:
- name: lint
# Flags contiguous comment blocks over 30 lines (a giant prose
# block belongs in docs/ as implementation notes, not in source).
# Own job, kept out of required checks while the tree settles: a
# hit reds this check without blocking merge. Promote to required
# once clean. See scripts/check-comment-blocks.sh.
# Own job, and IS a required check on the forge (branch
# protection) — a hit blocks merge. See
# scripts/check-comment-blocks.sh.
run: sh scripts/check-comment-blocks.sh