@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.js CHANGED
@@ -2163,12 +2163,14 @@ This step helps correlate what the tests cover with what the application actuall
2163
2163
  {
2164
2164
  inline: true,
2165
2165
  title: "Commit Analysis Results",
2166
- content: `Commit all analysis artifacts to the project repository:
2166
+ content: `Commit analysis artifacts to the **parent project repository** (the workspace root).
2167
2167
 
2168
- 1. The test codebase analysis report (\`.bugzy/runtime/test-codebase-analysis.md\`)
2169
- 2. Any generated CLAUDE.md draft (if the external repo was missing one)
2168
+ **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.
2170
2169
 
2171
- Use a clear commit message: "chore: analyze external test codebase"
2170
+ **What to commit in the parent repo:**
2171
+ 1. \`git add .bugzy/\` \u2014 the test codebase analysis report and runtime files
2172
+ 2. Do NOT run \`git add .\` or \`git add tests\` \u2014 this would stage the submodule pointer
2173
+ 3. \`git commit -m "chore: analyze external test codebase"\`
2172
2174
 
2173
2175
  These artifacts will be available to all future task executions for this project.`
2174
2176
  },