28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
# Deferred Items
|
|
|
|
Out-of-scope discoveries logged during plan execution (not fixed — see SCOPE BOUNDARY in executor rules).
|
|
|
|
## Phase 10-01
|
|
|
|
- **Pre-existing `npx tsc --noEmit` errors in `lib/services/sync-scheduler.ts`** (lines 446, 450):
|
|
`Cannot find module '@/lib/services/appgate-factory'` / `'@/lib/services/appgate-sync-service'`.
|
|
Cause: this worktree's base commit (`8b975be`) already references `appgate-factory.ts` /
|
|
`appgate-sync-service.ts` from `sync-scheduler.ts` (committed in `badd718`), but those two
|
|
files themselves are untracked/uncommitted in the main repo working tree (confirmed via
|
|
`git status` — `?? lib/services/appgate-factory.ts` etc.), so they don't exist in this
|
|
worktree's checkout. Unrelated to plan 10-01 (PAX8 client/factory/types) — not touched or
|
|
caused by this plan's changes. Left as-is per the scope boundary rule.
|
|
|
|
- **Pre-existing `npm test` failures in `lib/services/analyzer/itglue-search.test.ts`**
|
|
(2 of 8 tests fail: "tolerates per-call failures" cases, `docs.length` mismatches).
|
|
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.
|