chore: remove maintainability guardrails checks

Drop the Maintainability Guardrails docs section and remove the fan-in/runtime-cycle guardrail scripts from local and CI workflows so contributor guidance matches current validation lanes.
This commit is contained in:
2026-02-22 19:42:19 -08:00
parent 64acf22292
commit 36e9346595
13 changed files with 47 additions and 409 deletions

View File

@@ -38,11 +38,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Maintainability guardrails (fail-fast)
run: |
bun run check:main-fanin:strict
bun run check:runtime-cycles:strict
- name: Build (TypeScript check)
# Keep explicit typecheck for fast fail before full build/bundle.
run: bun run tsc --noEmit