From 72bba30007ad2c268e7ea7e6ba8b122b9d81d0d5 Mon Sep 17 00:00:00 2001 From: lorentz Date: Fri, 10 Jul 2026 17:45:00 -0400 Subject: [PATCH] docs(10-03): log pre-existing tsc errors as deferred (unrelated to plan) --- .planning/deferred-items.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.planning/deferred-items.md b/.planning/deferred-items.md index 23f20eb..684d950 100644 --- a/.planning/deferred-items.md +++ b/.planning/deferred-items.md @@ -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.