buggazi 2.5.0 → 2.6.0

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.
@@ -0,0 +1,32 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": 412,
5
+ "name": "Checkout returns 500 when coupon is removed",
6
+ "story_type": "bug",
7
+ "estimate": 8,
8
+ "description": "Removing a coupon leaves cart.total undefined; the tax step assumes a number and throws."
9
+ },
10
+ {
11
+ "id": 418,
12
+ "name": "Add SSO via Google Workspace",
13
+ "story_type": "feature",
14
+ "estimate": 5,
15
+ "description": "Enterprise trials keep asking for Google SSO before they'll commit."
16
+ },
17
+ {
18
+ "id": 421,
19
+ "name": "Order confirmation email missing line items",
20
+ "story_type": "bug",
21
+ "estimate": 3,
22
+ "description": "Template renders totals but not the per-item breakdown."
23
+ },
24
+ {
25
+ "id": 430,
26
+ "name": "Bulk export orders as CSV",
27
+ "story_type": "chore",
28
+ "estimate": null,
29
+ "description": "Ops wants a one-click export for reconciliation."
30
+ }
31
+ ]
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buggazi",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Buggazi CLI - project management for coding agents. Bug tracking, feature planning, sprint management. As easy as git.",
5
5
  "bin": {
6
6
  "bgz": "bin/cli.js"