You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ All notable changes to this project are documented in this file.
83
83
- Marked Epic 13 as in progress in the roadmap and completed Task 13.1 definition notes.
84
84
- Expanded install and selftest coverage for browser provider profile switching and missing dependency guidance.
85
85
- Expanded README wizard/browser guidance with provider trade-offs, stable-first defaults, and `/browser` usage examples.
86
+
- Expanded browser verification coverage to assert provider reset readiness and added install smoke checks that run browser status/doctor after switching across providers.
| E15 | Todo Enforcer and Plan Compliance | planned | High | E14 | TBD | Keep execution aligned with approved checklists |
55
55
| E16 | Comment and Output Quality Checker Loop | merged | Medium | E23 | TBD | Merged into E23 (PR Review Copilot) |
@@ -531,7 +531,7 @@ Every command-oriented epic must ship all of the following:
531
531
532
532
## Epic 13 - Browser Automation Profile Switching
533
533
534
-
**Status:**`in_progress`
534
+
**Status:**`done`
535
535
**Priority:** Medium
536
536
**Goal:** Add first-class profile switching between browser automation engines with install/runtime checks.
537
537
**Depends on:** Epic 1
@@ -551,12 +551,13 @@ Every command-oriented epic must ship all of the following:
551
551
-[x] Subtask 13.3.2: Document provider trade-offs and examples
552
552
-[x] Subtask 13.3.3: Add recommended defaults for stable-first users
553
553
-[x] Notes: Extended `scripts/install_wizard.py` with browser profile selection (`--browser-profile`) and updated README install/browser guidance with provider trade-offs plus stable-first recommendations.
554
-
-[ ] Task 13.4: Verification
555
-
-[ ] Subtask 13.4.1: Add tests for profile switching and persistence
556
-
-[ ] Subtask 13.4.2: Add smoke tests for status/doctor across providers
557
-
-[ ] Subtask 13.4.3: Add install-test checks
558
-
-[ ] Exit criteria: provider switching is one-command and reversible
559
-
-[ ] Exit criteria: missing dependency states are diagnosed with exact fixes
554
+
-[x] Task 13.4: Verification
555
+
-[x] Subtask 13.4.1: Add tests for profile switching and persistence
556
+
-[x] Subtask 13.4.2: Add smoke tests for status/doctor across providers
557
+
-[x] Subtask 13.4.3: Add install-test checks
558
+
-[x] Notes: Expanded `scripts/selftest.py` to validate provider reset readiness and updated install smoke checks to run `status` and `doctor` across both providers.
559
+
-[x] Exit criteria: provider switching is one-command and reversible
560
+
-[x] Exit criteria: missing dependency states are diagnosed with exact fixes
0 commit comments