From fb947f25a69d3327d29ca850def1749e634ae477 Mon Sep 17 00:00:00 2001 From: Jesse_Chen Date: Sun, 19 Jul 2026 01:35:27 +0800 Subject: [PATCH] docs: separate dynamic engine adapters --- .../2026-07-18-dynamic-choice-birth-time-rectification.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/superpowers/plans/2026-07-18-dynamic-choice-birth-time-rectification.md b/docs/superpowers/plans/2026-07-18-dynamic-choice-birth-time-rectification.md index 4e139e3c..a223e230 100644 --- a/docs/superpowers/plans/2026-07-18-dynamic-choice-birth-time-rectification.md +++ b/docs/superpowers/plans/2026-07-18-dynamic-choice-birth-time-rectification.md @@ -513,10 +513,12 @@ git commit -m "feat: score dynamic birth time choices" - Modify: `frontend/src/lib/birth-time-journey-service.ts:1-120` - Modify: `frontend/src/lib/birth-time-journey-engine.ts` - Modify: `frontend/src/lib/birth-time-journey-adapters.ts` +- Create: `frontend/src/lib/birth-time-journey-dynamic-adapters.ts` - Modify: `frontend/src/lib/birth-time-journey-engine-model.ts` - Modify: `frontend/src/lib/birth-time-evidence.ts:86-150` - Test: `frontend/tests/birth-time-journey-engine.test.ts` - Test: `frontend/tests/birth-time-journey-adapters.test.ts` +- Test: `frontend/tests/birth-time-journey-dynamic-adapters.test.ts` **Interfaces:** - Adds `buildDifferencePacket(input: DifferencePacketInput): Promise`. @@ -584,6 +586,8 @@ export type DynamicChoiceScoreInput = Pick