@bugzy-ai/bugzy 1.18.2 → 1.18.3

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/index.cjs CHANGED
@@ -2219,12 +2219,14 @@ This step helps correlate what the tests cover with what the application actuall
2219
2219
  {
2220
2220
  inline: true,
2221
2221
  title: "Commit Analysis Results",
2222
- content: `Commit all analysis artifacts to the project repository:
2222
+ content: `Commit analysis artifacts to the **parent project repository** (the workspace root).
2223
2223
 
2224
- 1. The test codebase analysis report (\`.bugzy/runtime/test-codebase-analysis.md\`)
2225
- 2. Any generated CLAUDE.md draft (if the external repo was missing one)
2224
+ **IMPORTANT \u2014 Do NOT stage the \`tests\` submodule.** The \`tests/\` directory is an external git submodule. Any changes made inside it (e.g., \`reporters/parse-results.ts\`, \`tests/CLAUDE.md\`) will be committed and pushed to the external repo automatically by the post-execution handler. Staging the submodule in the parent would record a local-only commit SHA that doesn't exist on the remote, causing a broken reference.
2226
2225
 
2227
- Use a clear commit message: "chore: analyze external test codebase"
2226
+ **What to commit in the parent repo:**
2227
+ 1. \`git add .bugzy/\` \u2014 the test codebase analysis report and runtime files
2228
+ 2. Do NOT run \`git add .\` or \`git add tests\` \u2014 this would stage the submodule pointer
2229
+ 3. \`git commit -m "chore: analyze external test codebase"\`
2228
2230
 
2229
2231
  These artifacts will be available to all future task executions for this project.`
2230
2232
  },