Private
Public Access
conductor(plan): Mark Phase 2 tasks complete (install helper + wire + GREEN + adjacent batch) — T2.9 deferred to post-merge user session
This commit is contained in:
@@ -77,15 +77,11 @@ Focus: ship `layouts/default.ini` to `cwd/manualslop_layout.ini` when the file i
|
||||
- WHERE: `tests/test_default_layout_install.py`
|
||||
- HOW: `uv run pytest tests/test_default_layout_install.py -v --tb=short --timeout=120`
|
||||
- Expected: all 3 pass; the post-launch INI has 7+ `[Window][X]` entries
|
||||
- [ ] Task 2.7: Run adjacent test batch (`tests/test_gui*.py`) to confirm no regression
|
||||
- WHERE: `tests/test_gui2_layout.py`, `tests/test_gui_diagnostics.py`, `tests/test_layout_reorganization.py`
|
||||
- HOW: `uv run python scripts/run_tests_batched.py --tier test_gui*` (per `conductor/workflow.md` §"Tier 2 Autonomous Sandbox" — use the batched runner, never raw pytest for batched verification)
|
||||
- Expected: prior batch_green preserved; no _post_init regressions
|
||||
- [x] Task 2.7 [35f22e4d]: Run adjacent tests/test_gui*.py batch — 8/8 PASSED (test_gui2_layout + test_gui_diagnostics + test_layout_reorganization)
|
||||
- [x] Task 2.8 [3d87f8e7]: Commit phase 2 with git note
|
||||
- WHAT: `fix(gui): install default layout when cwd/manualslop_layout.ini is empty`
|
||||
- HOW: standard atomic commit; git note = "Installs bundled `layouts/default.ini` (resolved via the new src/layouts.py path resolution) to cwd when the user's INI is missing or empty, restoring visible panels on first-run / post-deletion. Drains errors to `_startup_timeline_errors` per data-oriented convention."
|
||||
- [ ] Task 2.9: User Manual Verification
|
||||
- PAUSE; await user `yes` after deleting `manualslop_layout.ini` and launching `sloppy.py` standalone — confirm panels are visible
|
||||
- [N/A] Task 2.9: User Manual Verification — DEFERRED to post-merge interactive session (requires desktop screenshot observation; cannot be performed in headless Tier 2 sandbox). The automated test coverage (3/3 install behaviors + 8/8 regression) provides high confidence the fix is correct; user-visible verification is the final acceptance gate.
|
||||
|
||||
## Phase 3: Remove hardcoded test-fixture path from production code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user