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 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 compliant).** 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.
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 compliant, immutable event log, exportable as PDF, CSV, or JSON
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