Record shared history bridge closeout

This commit is contained in:
2026-06-15 22:51:57 +02:00
parent 530e572e3a
commit eacf862c0b
3 changed files with 45 additions and 0 deletions

View File

@@ -1815,6 +1815,42 @@ Completed Task Log:
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-048 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_route|pp_app_core_document_session"` | `c2083565` |
### ADP-049 - Reuse Shared History Service In Document Bridges
Status: Done
Score: no score movement
Debt: `DEBT-0039`, `DEBT-0040`
Scope: `src/legacy_document_open_services.cpp`, `src/legacy_document_session_services.cpp`
Closeout: `530e572e`
Goal:
Reduce the duplicated retained history adapter surface by reusing the shared
`src/legacy_history_services.*` helper from both document-open and
document-session bridges while preserving current behavior.
Done Checks:
- The retained history adapter no longer lives inline in the document-open and
document-session bridges.
- The retained document-open and document-session history paths now reuse the
shared `src/legacy_history_services.*` helper.
- `DEBT-0039`, `DEBT-0040`, and the roadmap note the reduced retained history
adapter surface.
Validation:
```powershell
powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_route|pp_app_core_document_session"
```
Completed Task Log:
| Date | Task | Score | Validation | Commit |
| --- | --- | ---: | --- | --- |
| 2026-06-15 | ADP-049 | no score movement | `powershell -ExecutionPolicy Bypass -File scripts\\automation\\quiet-validate.ps1 -BuildTargets pano_cli -TestRegex "pp_app_core_document_route|pp_app_core_document_session"` | `530e572e` |
### RND-001 - Make Pure Equirectangular Export The Primary Success Path
Status: Done