TASK22028: document signer allow-list follow-up

This commit is contained in:
2026-03-13 16:31:21 +00:00
parent 49dd99016a
commit e404a6d6db
4 changed files with 64 additions and 0 deletions
@@ -536,6 +536,21 @@ Status key: `[x] done`, `[ ] pending`
- `tests/phase16/service-behaviour.test.cjs`
- Re-run phase6phase16 baseline tests and lint.
### Follow-up completion snapshot (2026-03-13)
1. `[x]` Address browser signer failure for delete-awaiting-submission path
- added signer allow-list entry: `/api/file/deleteblobcase`
2. `[x]` Add focused behavioural test coverage
- extended `tests/phase14/service-behaviour.test.cjs`
3. `[x]` Validate
- phase14 behaviour tests pass (6/6)
- phase7 behaviour tests pass (10/10)
- lint warnings only (pre-existing)
### Follow-up rollback notes
- Revert commit `49dd990` to undo allow-list/test follow-up.
## Safe execution mode for migration chunks (required)
To reduce terminal hangs during bulk migration work, run refactor chunks in **safe stepwise mode** instead of long chained commands.