@go-labs-sg/bb 2.7.0 → 2.9.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.
- package/README.md +6 -4
- 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,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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.
|
|
3
|
+
"version": "2.9.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",
|