wulf-pulse/.planning/phases/19-classification-engine/deferred-items.md
lorentz 63f173ea44 docs(19-01): complete classification engine pure functions + orchestrator plan
- 19-01-SUMMARY.md: task commits, decisions, deviations, self-check
- deferred-items.md: logs 2 pre-existing unrelated itglue-search.test.ts
  failures discovered during full `npm test` run (out of scope, not fixed)
2026-07-16 08:22:14 -04:00

914 B

Deferred Items — Phase 19

Out-of-scope discoveries logged during execution, not fixed per the executor's scope boundary (only auto-fix issues directly caused by the current task's changes).

Plan 19-01

  • lib/services/analyzer/itglue-search.test.ts — 2 pre-existing failing tests (returns capped, redacted doc snippets when the org is found, tolerates per-call failures (configurations errors, flex still returns)), unrelated to this plan's changes. Root cause appears to be client.getFlexibleAssetsForOrganization is not a function — a mock/client-shape mismatch in the analyzer test suite, not touched by campaign-classifier.ts/.test.ts/.fixtures.ts. Confirmed pre-existing via git log on the test file (introduced in the original "AI ticket analyzer (phases 1-6)" commit, long before this phase). Full suite otherwise green (358/360 passing before this discovery).