@bugzy-ai/bugzy 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +19 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Bugzy
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/bugzy.svg)](https://www.npmjs.com/package/bugzy)
3
+ [![npm version](https://img.shields.io/npm/v/@bugzy-ai/bugzy.svg)](https://www.npmjs.com/package/@bugzy-ai/bugzy)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
- [![Node Version](https://img.shields.io/node/v/bugzy.svg)](https://nodejs.org)
5
+ [![Node Version](https://img.shields.io/node/v/@bugzy-ai/bugzy.svg)](https://nodejs.org)
6
6
 
7
7
  > Open-source AI agent configuration for QA automation with Claude Code
8
8
 
@@ -10,8 +10,8 @@ Bugzy is a CLI tool that manages AI agent configuration and starts Claude Code s
10
10
 
11
11
  ## Features
12
12
 
13
- - ✅ **Complete Task Library** - 8 pre-built QA automation tasks
14
- - ✅ **Flexible Subagents** - Test Runner, Team Communicator, Documentation Researcher, Issue Tracker
13
+ - ✅ **Complete Task Library** - 7 pre-built QA automation tasks
14
+ - ✅ **Flexible Subagents** - Test Runner, Test Code Generator, Test Debugger & Fixer, Team Communicator, Documentation Researcher, Issue Tracker
15
15
  - ✅ **Easy Setup** - Interactive CLI configuration (`bugzy setup`)
16
16
  - ✅ **Local Execution** - Runs entirely on your machine with Claude Code
17
17
  - ✅ **Version Control Friendly** - Configuration stored in git-friendly files
@@ -23,7 +23,7 @@ Bugzy is a CLI tool that manages AI agent configuration and starts Claude Code s
23
23
 
24
24
  ```bash
25
25
  # Install globally
26
- npm install -g bugzy
26
+ npm install -g @bugzy-ai/bugzy
27
27
 
28
28
  # Navigate to your project
29
29
  cd my-project
@@ -78,23 +78,24 @@ your-project/
78
78
 
79
79
  | Subagent | Purpose | Integrations | Required |
80
80
  |----------|---------|--------------|----------|
81
- | **Test Runner** | Execute automated tests | Playwright | ✅ Yes |
82
- | **Team Communicator** | Send team notifications | Slack | Optional |
81
+ | **Test Runner** | Execute automated browser tests | Playwright | ✅ Yes |
82
+ | **Test Code Generator** | Generate Playwright test scripts and Page Objects | Playwright | Yes |
83
+ | **Test Debugger & Fixer** | Debug and fix failing tests automatically | Playwright | ✅ Yes |
84
+ | **Team Communicator** | Send team notifications | Slack, Microsoft Teams | ❌ Optional |
83
85
  | **Documentation Researcher** | Search documentation | Notion, Confluence | ❌ Optional |
84
- | **Issue Tracker** | Create and track bugs | Linear, Jira, Notion, Slack | ❌ Optional |
86
+ | **Issue Tracker** | Create and track bugs | Linear, Jira Cloud, Jira Server, Notion, Slack | ❌ Optional |
85
87
 
86
88
  ## Available Tasks
87
89
 
88
90
  | Task | Command | Description |
89
91
  |------|---------|-------------|
92
+ | Explore Application | `/explore-application` | Explore and document application features |
90
93
  | Generate Test Plan | `/generate-test-plan` | Create comprehensive test plans |
91
94
  | Generate Test Cases | `/generate-test-cases` | Generate executable test cases |
92
- | Explore Application | `/explore-application` | Document application features |
93
- | Run Tests | `/run-tests` | Execute automated tests |
94
- | Verify Changes (Manual) | `/verify-changes-manual` | Verify changes locally |
95
- | Verify Changes (Slack) | `/verify-changes-slack` | Verify and notify team |
96
- | Handle Message | `/handle-message` | Process team messages |
97
- | Process Event | `/process-event` | Handle automated events |
95
+ | Run Tests | `/run-tests` | Execute automated tests and analyze failures |
96
+ | Verify Changes | `/verify-changes` | Verify product changes via automated testing |
97
+ | Handle Message | `/handle-message` | Process team messages from Slack/Teams |
98
+ | Process Event | `/process-event` | Handle automated webhooks and events |
98
99
 
99
100
  ## Configuration
100
101
 
@@ -199,7 +200,7 @@ Bugzy will detect your existing configuration and allow you to make changes.
199
200
  ### Command Not Found
200
201
 
201
202
  ```bash
202
- npm install -g bugzy
203
+ npm install -g @bugzy-ai/bugzy
203
204
  ```
204
205
 
205
206
  ### Missing Secrets
@@ -231,7 +232,7 @@ A: In `.env` which is gitignored. `.env.example` (MCP secrets template) and `.en
231
232
  A: You can customize templates in `.bugzy/runtime/templates/`.
232
233
 
233
234
  **Q: How do I update to get new tasks?**
234
- A: Run `npm update -g bugzy && bugzy setup`
235
+ A: Run `npm update -g @bugzy-ai/bugzy && bugzy setup`
235
236
 
236
237
  ## License
237
238
 
@@ -243,6 +244,6 @@ Contributions are welcome! Please read our contributing guidelines (coming soon)
243
244
 
244
245
  ## Support
245
246
 
246
- - **Issues**: [github.com/bugzy-ai/bugzy-oss/issues](https://github.com/bugzy-ai/bugzy-oss/issues)
247
- - **Discussions**: [github.com/bugzy-ai/bugzy-oss/discussions](https://github.com/bugzy-ai/bugzy-oss/discussions)
247
+ - **Issues**: [github.com/bugzy-ai/bugzy/issues](https://github.com/bugzy-ai/bugzy/issues)
248
+ - **Discussions**: [github.com/bugzy-ai/bugzy/discussions](https://github.com/bugzy-ai/bugzy/discussions)
248
249
  - **Documentation**: [docs.bugzy.dev](https://docs.bugzy.dev)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bugzy-ai/bugzy",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Open-source AI agent configuration for QA automation with Claude Code",
5
5
  "publishConfig": {
6
6
  "access": "public"