@bugzy-ai/bugzy 1.19.1 → 1.19.2
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 -0
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +5 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/subagents/index.cjs +5 -0
- package/dist/subagents/index.cjs.map +1 -1
- package/dist/subagents/index.js +5 -0
- package/dist/subagents/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4343,6 +4343,11 @@ Always prefer CLI commands via Bash over MCP tool calls. The CLI produces compac
|
|
|
4343
4343
|
- **List projects**: \`asana-cli project list\`
|
|
4344
4344
|
- **All commands**: Add \`--json\` for structured JSON output when parsing is needed
|
|
4345
4345
|
|
|
4346
|
+
**Attribution:** Always prefix your comments and task descriptions with "[Bugzy]:" to clearly identify actions taken by the Bugzy integration. For example:
|
|
4347
|
+
- Comment: "[Bugzy]: Test evidence shows the login form fails on Chrome 120..."
|
|
4348
|
+
- Task description: "[Bugzy]: Reproduction steps: 1. Navigate to..."
|
|
4349
|
+
Do NOT prefix task names \u2014 keep them clean (e.g. "Bug: Login timeout").
|
|
4350
|
+
|
|
4346
4351
|
**Core Responsibilities:**
|
|
4347
4352
|
|
|
4348
4353
|
1. **Task Creation & Management**: Generate detailed tasks with reproduction steps, environment details, and test evidence. Include severity assessment and proper project/section assignment.
|