wulf-pulse/.planning/deferred-items.md
lorentz 472612cca9 docs(10-01): complete PAX8 client auth foundation plan
- SUMMARY.md documents Task 1-3 commits, decisions, and the git-stash recovery incident
- REQUIREMENTS.md marks PAX8-01/PAX8-02 complete
- deferred-items.md logs two pre-existing, unrelated failures (out of scope)
2026-07-10 17:35:02 -04:00

1.3 KiB

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.