@go-labs-sg/bb 2.7.0 → 2.8.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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -168,10 +168,12 @@ bb inbound processing update <source-id> --mode SHADOW --enabled true --allow-st
168
168
  ```
169
169
 
170
170
  Mapping saves create and activate an immutable version. Automation configuration
171
- stores Slack, Asana, and Google Calendar destinations without secrets. Processing
172
- can remain in `SHADOW` to create durable plans without provider writes; use
173
- `ACTIVE` only after disabling the matching n8n Typeform trigger. These commands
174
- do not enable company, project, or QuickBooks creation.
171
+ stores Slack, Asana, Google Calendar, and the public GOSH brief URL without
172
+ secrets, including
173
+ the Asana section IDs used by the four Slack stage commands. Processing can
174
+ remain in `SHADOW` to create durable plans without provider writes; use `ACTIVE`
175
+ only after disabling the matching n8n Typeform trigger. These commands do not
176
+ enable company, project, or QuickBooks creation.
175
177
  Use `bb inbound source get` to inspect discovered Typeform field IDs and the
176
178
  currently active mapping before saving a replacement version.
177
179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-labs-sg/bb",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Budget Builder CLI for AI agents — manage budgets, bills, claims, quotations, and customer invoices with explicit workflow previews for sensitive changes.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",