buggazi 2.4.1 → 2.4.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/README.md +7 -0
- package/dist/api.js +1 -1
- package/dist/commands/admin.js +1 -1
- package/dist/commands/audit.js +1 -1
- package/dist/commands/auth.js +1 -1
- package/dist/commands/bugs.js +1 -1
- package/dist/commands/contracts.js +1 -1
- package/dist/commands/features.js +1 -1
- package/dist/commands/feedback.js +1 -1
- package/dist/commands/init.js +1 -1
- package/dist/commands/migrate.js +1 -1
- package/dist/commands/reset.js +1 -1
- package/dist/commands/settings.js +1 -1
- package/dist/commands/signup.js +1 -1
- package/dist/commands/snapshot.js +1 -1
- package/dist/commands/sprints.js +1 -1
- package/dist/commands/stats.js +1 -1
- package/dist/commands/status.js +1 -1
- package/dist/config.js +1 -1
- package/dist/contractHint.js +1 -1
- package/dist/format.js +1 -1
- package/dist/main.js +1 -1
- package/dist/mcp-tools.js +1 -1
- package/dist/mcp.js +1 -1
- package/dist/upload.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
# bgz
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/buggazi)
|
|
4
|
+
[](https://buggazi.com/docs/quickstart/remote-mcp.html)
|
|
4
5
|
|
|
5
6
|
Project management for coding agents. Bug tracking, feature planning, sprint management - as easy as git.
|
|
6
7
|
|
|
8
|
+
**Works with:** Claude Code · Cursor · Cline · Windsurf · Aider · Codex · any MCP client
|
|
9
|
+
|
|
10
|
+
[](https://prodmedia.tyga.host/public/tyga.cloud/landing/buggazi.com/buggazi-gtm-1.mp4)
|
|
11
|
+
|
|
12
|
+
*Install to shipped bug in 60 seconds — [watch the full demo](https://prodmedia.tyga.host/public/tyga.cloud/landing/buggazi.com/buggazi-gtm-1.mp4).*
|
|
13
|
+
|
|
7
14
|
## Install
|
|
8
15
|
|
|
9
16
|
```bash
|