docs(10-03): log pre-existing tsc errors as deferred (unrelated to plan)

This commit is contained in:
lorentz 2026-07-10 17:45:00 -04:00
parent 076c8629b3
commit 72bba30007

View file

@ -18,3 +18,11 @@ Out-of-scope discoveries logged during plan execution (not fixed — see SCOPE B
Neither `itglue-search.ts` nor `itglue-search.test.ts` was touched by this plan (last
modified in commit `a0a6e7f`, predating this worktree's base `8b975be`). Unrelated to
plan 10-01 — left as-is per the scope boundary rule.
## Phase 10-03
- **Same pre-existing `npx tsc --noEmit` errors in `lib/services/sync-scheduler.ts`**
(lines 446, 450 — missing `appgate-factory` / `appgate-sync-service` modules) still present,
confirmed again during Task 1 verification. `scripts/verify-pax8-auth.ts` itself type-checks
clean (no errors reported for that file). Unrelated to this plan's files
(`scripts/verify-pax8-auth.ts`, `CLAUDE.md`) — left as-is per the scope boundary rule.