@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/cli/index.js
CHANGED
|
@@ -4922,6 +4922,11 @@ Always prefer CLI commands via Bash over MCP tool calls. The CLI produces compac
|
|
|
4922
4922
|
- **List projects**: \`asana-cli project list\`
|
|
4923
4923
|
- **All commands**: Add \`--json\` for structured JSON output when parsing is needed
|
|
4924
4924
|
|
|
4925
|
+
**Attribution:** Always prefix your comments and task descriptions with "[Bugzy]:" to clearly identify actions taken by the Bugzy integration. For example:
|
|
4926
|
+
- Comment: "[Bugzy]: Test evidence shows the login form fails on Chrome 120..."
|
|
4927
|
+
- Task description: "[Bugzy]: Reproduction steps: 1. Navigate to..."
|
|
4928
|
+
Do NOT prefix task names \u2014 keep them clean (e.g. "Bug: Login timeout").
|
|
4929
|
+
|
|
4925
4930
|
**Core Responsibilities:**
|
|
4926
4931
|
|
|
4927
4932
|
1. **Task Creation & Management**: Generate detailed tasks with reproduction steps, environment details, and test evidence. Include severity assessment and proper project/section assignment.
|