CEO-BASE: add mandatory link audit to QA anti-patterns

This commit is contained in:
Hoid 2026-02-22 08:50:49 +00:00
parent 4e3143658f
commit d4111681af
5 changed files with 51 additions and 2 deletions

View file

@ -899,4 +899,4 @@ Container restart appears to have been clean. All services came back online prop
- **Root cause:** Build system confusion — two different templating approaches coexist
- **Fix needed (immediate):** Apply fixes to `public/src/index.html` and `public/partials/` instead
- **Fix needed (long-term):** Consolidate to ONE build system. Either remove `templates/` or remove `public/src/`.
- **Status:** ✅ FIXED (immediate) — commit b476b0b applies all changes to correct source files. Long-term consolidation still needed.
- **Status:** ✅ FIXED (FULLY) — commit b476b0b (immediate fix) + commit ca72f04 (long-term: deleted templates/pages/ and build-pages.js, consolidated to single build-html.cjs system).