feat(fusion_accounting_ai): wire BankRecAdapter fusion paths to engine

Enhances list_unreconciled_via_fusion to include fusion fields
(top_suggestion_id, confidence_band, attachment_count). Adds 3 new
adapter methods that proxy the engine: suggest_matches, accept_suggestion,
unreconcile. AI tools (Task 22+) and OWL controller (Task 26) will call
these adapter methods instead of touching the engine directly.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 11:25:41 -04:00
parent 2d099b2d0d
commit 8eee64f053
3 changed files with 227 additions and 3 deletions

View File

@@ -10,3 +10,4 @@ from . import test_reconcile_engine_property
from . import test_factories
from . import test_reconcile_engine_integration
from . import test_bank_rec_prompt
from . import test_bank_rec_adapter