diff --git a/conductor/tracks/result_migration_app_controller_20260618/plan.md b/conductor/tracks/result_migration_app_controller_20260618/plan.md index a5c556d4..34600fb2 100644 --- a/conductor/tracks/result_migration_app_controller_20260618/plan.md +++ b/conductor/tracks/result_migration_app_controller_20260618/plan.md @@ -62,6 +62,8 @@ Focus: register the sub-track, then immediately fix the 2 known regressions (tes - **COMMIT:** `fix(app_controller): _offload_entry_payload unwraps Result from session_logger (regression fix)` - **GIT NOTE:** Closes the regression in `test_tool_ask_approval`; the `session_logger.log_tool_call` was partially migrated to return `Result` but the call site was not updated. The convention's "AND over OR" pattern handles it here. +- [x] **Task 1.4: Add test for the unwrap path** [4b07e934] + ### Task 1.4: Add test for the unwrap path - **WHERE:** `tests/test_app_controller_offloading.py` (existing file; add 2 new tests) - **WHAT:** Add 2 tests: