@bugzy-ai/bugzy 1.12.3 → 1.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.cjs +5 -2
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +5 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/tasks/index.cjs +5 -2
- package/dist/tasks/index.cjs.map +1 -1
- package/dist/tasks/index.js +5 -2
- package/dist/tasks/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2057,8 +2057,11 @@ This command orchestrates the complete test coverage workflow in a single execut
|
|
|
2057
2057
|
2. **Phase 2**: Generate lightweight test plan
|
|
2058
2058
|
3. **Phase 3**: Generate and verify test cases (create + fix until passing)
|
|
2059
2059
|
4. **Phase 4**: Triage failures and fix test issues
|
|
2060
|
-
5. **Phase 5**: Log product bugs
|
|
2061
|
-
6. **Phase 6**:
|
|
2060
|
+
5. **Phase 5**: Log product bugs to issue tracker
|
|
2061
|
+
6. **Phase 6**: Notify team via Slack/Teams with results summary
|
|
2062
|
+
7. **Phase 7**: Generate final report
|
|
2063
|
+
|
|
2064
|
+
**IMPORTANT**: All phases must be completed. Do NOT skip Phase 5 (bug logging) or Phase 6 (team notification) \u2014 these are required deliverables.`
|
|
2062
2065
|
},
|
|
2063
2066
|
// Step 2: Security Notice (from library)
|
|
2064
2067
|
"security-notice",
|