|
1 | | -BUILD_PR_OVERLAY_DATA_PROVIDERS validation checklist |
| 1 | +BUILD_PR_OVERLAY_OPERATOR_COMMANDS validation checklist |
2 | 2 |
|
3 | 3 | Workflow |
4 | | -- [done] PLAN_PR documented |
5 | | -- [done] BUILD_PR documented |
6 | | -- [done] APPLY_PR documented |
| 4 | +- [done] PLAN_PR, BUILD_PR, APPLY_PR docs updated |
7 | 5 | - [done] One PR purpose only |
8 | | -- [done] Docs-first bundle |
9 | 6 |
|
10 | | -Scope and Boundaries |
| 7 | +Scope |
11 | 8 | - [done] No engine core changes |
12 | | -- [done] Sample-level integration reference documented |
13 | | -- [done] MultiSystemDemoScene.js used as reference |
14 | | -- [done] Dev Console boundary preserved |
15 | | -- [done] Debug Overlay boundary preserved |
| 9 | +- [done] Integration remains sample-level |
| 10 | +- [done] MultiSystemDemoScene.js retained as reference target |
| 11 | +- [done] Dev Console vs Debug Overlay boundary preserved |
16 | 12 |
|
17 | | -Provider Contract |
18 | | -- [done] Read-only provider layer defined |
19 | | -- [done] Recommended provider IDs documented |
20 | | -- [done] Provider descriptor shape documented |
21 | | -- [done] Provider guardrails documented |
22 | | -- [done] Panels consume provider snapshots, not direct runtime reads |
23 | | -- [done] Validation rules documented |
| 13 | +Functional Commands |
| 14 | +- [done] overlay.help |
| 15 | +- [done] overlay.list |
| 16 | +- [done] overlay.status |
| 17 | +- [done] overlay.show <panelId> |
| 18 | +- [done] overlay.hide <panelId> |
| 19 | +- [done] overlay.toggle <panelId> |
| 20 | +- [done] overlay.showAll |
| 21 | +- [done] overlay.hideAll |
| 22 | +- [done] overlay.order |
24 | 23 |
|
25 | | -Build Quality |
26 | | -- [done] Accomplishments summary included |
27 | | -- [done] Next-step recommendations included |
| 24 | +Behavior |
| 25 | +- [done] Deterministic operator-readable outputs |
| 26 | +- [done] Invalid panel IDs fail safely |
| 27 | +- [done] Missing panel IDs fail safely |
| 28 | +- [done] Public overlay/registry APIs only |
| 29 | + |
| 30 | +Validation Commands |
| 31 | +- [done] node --check tools/dev/commandPacks/overlayCommandPack.js |
| 32 | +- [done] node --check tools/dev/devConsoleIntegration.js |
| 33 | +- [done] sample command harness execution for required overlay commands |
28 | 34 |
|
29 | 35 | Packaging |
30 | | -- [done] Outputs written under docs/pr and docs/dev/reports |
31 | | -- [done] Delta zip generated at <project folder>/tmp/BUILD_PR_OVERLAY_DATA_PROVIDERS_delta.zip |
| 36 | +- [done] Docs under docs/pr |
| 37 | +- [done] Reports under docs/dev/reports |
| 38 | +- [done] Delta zip generated at <project folder>/tmp/BUILD_PR_OVERLAY_OPERATOR_COMMANDS_delta.zip |
0 commit comments