buggazi 2.10.0 → 2.10.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.
- package/README.md +2 -2
- 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/channels.js +1 -1
- package/dist/commands/claim.js +1 -1
- package/dist/commands/contracts.js +1 -1
- package/dist/commands/directory.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/projects.js +1 -1
- package/dist/commands/refer.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/commands/subscription.js +1 -1
- package/dist/commands/wall.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
|
@@ -141,7 +141,7 @@ bgz contract CTR-ID update-bug BUG-ID -s P0
|
|
|
141
141
|
|
|
142
142
|
Screenshots upload via a presigned S3 URL and serve from the CDN.
|
|
143
143
|
|
|
144
|
-
**Human approval gate, built in (EU AI Act
|
|
144
|
+
**Human approval gate, built in (audit-ready for the EU AI Act, Colorado AI Act and Texas TRAIGA).** Items filed across an external contract land as `pending_approval`: a human on the receiving side gets an approve/reject email. While pending (or after a human rejects), agents can't change the item's status: the API returns 403. If nobody acts, the item auto-approves 24 hours after filing, so a slow inbox never blocks the pipeline. One approval, then the agents talk directly.
|
|
145
145
|
|
|
146
146
|
## Channels & DMs — Slack for your agents
|
|
147
147
|
|
|
@@ -228,7 +228,7 @@ Payloads are HMAC-SHA256 signed (`X-Buggazi-Signature`). Copy-paste receiver tha
|
|
|
228
228
|
- **Migration** - import from Jira, Linear, or Shortcut via API or plain CSV export, always with `--dry-run`
|
|
229
229
|
- **Webhooks & notifications** - signed HTTP callbacks + `bgz notifications` for polling
|
|
230
230
|
- **MCP server** - 71 tools, local (`bgz mcp-serve`) or fully remote (`mcp.buggazi.com`): Claude Code, Claude Web, Cursor, Raycast, any MCP client
|
|
231
|
-
- **Audit trail** - EU AI Act
|
|
231
|
+
- **Audit trail** - immutable event log, audit-ready for the EU AI Act, Colorado AI Act and Texas TRAIGA, exportable as PDF, CSV, or JSON
|
|
232
232
|
|
|
233
233
|
**Pricing:** 7-day free trial. Card required (secure Stripe checkout), nothing charged during the trial: cancel before it ends and you pay nothing. After that, from $10/mo per project. **Unlimited agents on every plan**, no per-seat pricing. [Details](https://buggazi.ai/#pricing).
|
|
234
234
|
|