test: add end-to-end business goals smoke

This commit is contained in:
zhaoyilun
2026-07-11 00:42:45 +08:00
parent d94d0a318a
commit caa7649feb
5 changed files with 195 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ N13/N14/N15 are pre-business validation results. They can help identify UI eleme
## Current loop
Current loop: `R12 receive-message reconciliation helper complete`; next R13 business goals smoke.
Current loop: `R13 business goals smoke complete`; next R14 release-candidate report.
Active continuous execution plan: `docs/superpowers/plans/2026-07-10-r6f-r14-continuous-execution-plan.md`.
@@ -240,8 +240,8 @@ Continuous execution plan R6f-R14 is approved and execution has started:
- Plan file: `docs/superpowers/plans/2026-07-10-r6f-r14-continuous-execution-plan.md`.
- Scope: 15 ordered rounds covering send-message connector/gate hardening, send-file preview/idempotency/package, receive-file download preview, receive-message reconciliation, end-to-end business smoke, and release-candidate report.
- Execution rule after approval: one round at a time, status-card update, verification, commit, push, then continue automatically until an evidence-only blocker requires user action.
- Last completed round: R12 receive-message reconciliation helper.
- Next active round: R13 business goals smoke.
- Last completed round: R13 business goals smoke.
- Next active round: R14 release-candidate report.
R6g send audit and idempotency replay diagnostics is complete:
@@ -364,3 +364,12 @@ R12 receive-message reconciliation helper is complete:
- Fixture output: `strong_matches=1`, `medium_matches=1`, `unmatched_left=1`, `unmatched_right=1`, `auto_merge_recommended=false`, and `exact_fixture_auto_merge_recommended=true`.
- Default `isphere_receive_messages` routing is unchanged; `msglib_readonly` remains explicit only.
- Next node: R13 business goals smoke.
R13 business goals smoke is complete:
- Added `scripts\verify-business-goals-smoke.ps1`.
- Added `docs\reports\2026-07-10-business-goals-smoke.md`.
- Smoke result: contacts/search groups/receive messages/file list/send preview/send-file preview are ready.
- Smoke result: production send, real file download, and production file upload remain blocked.
- Output blockers: `send_message_production_missing_strict_machine_sent_record_evidence`, `receive_files_download_missing_real_cache_mapping_and_copy_gate`, and `send_file_production_missing_upload_connector_and_returned_file_send_evidence`.
- Next node: R14 release-candidate report.