@koda-sl/baker-cli 0.173.0-dev.be88d2a8c.1276eb11 → 0.173.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 +0 -46
- package/dist/{chunk-K424D3CY.js → chunk-CG6OTNUU.js} +4 -4
- package/dist/chunk-CG6OTNUU.js.map +1 -0
- package/dist/cli.js +1870 -1895
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-K424D3CY.js.map +0 -1
package/README.md
CHANGED
|
@@ -2695,52 +2695,6 @@ baker mcp remove --name weather
|
|
|
2695
2695
|
|
|
2696
2696
|
---
|
|
2697
2697
|
|
|
2698
|
-
### `baker facts list | record`
|
|
2699
|
-
|
|
2700
|
-
What the company's own people said about their business, settled with them in the guided Setup: what counts as a win, who buys, where leads land, which channels have worked before, how they want to be talked to, and their red lines. Each entry carries where it came from — a machine check, a human answer, a call, or the agent.
|
|
2701
|
-
|
|
2702
|
-
Read it before writing anything customer-facing. Record what the user tells you mid-conversation so it reaches Setup instead of dying in a paragraph.
|
|
2703
|
-
|
|
2704
|
-
```bash
|
|
2705
|
-
baker facts list # settled and contested entries
|
|
2706
|
-
baker facts list --full # plus unanswered questions and unconfirmed suggestions
|
|
2707
|
-
baker facts record --key crm --value salesforce --quote "we moved off HubSpot in March"
|
|
2708
|
-
```
|
|
2709
|
-
|
|
2710
|
-
**`list` flags:**
|
|
2711
|
-
|
|
2712
|
-
| Flag | Description |
|
|
2713
|
-
|----------|-----------------------------------------------------------------|
|
|
2714
|
-
| `--full` | Include unanswered questions and unconfirmed suggestions |
|
|
2715
|
-
|
|
2716
|
-
**`record` flags:**
|
|
2717
|
-
|
|
2718
|
-
| Flag | Description |
|
|
2719
|
-
|----------------|-------------------------------------------------------------------------|
|
|
2720
|
-
| `--key` | Which question this answers (see `baker facts list --full`) — required |
|
|
2721
|
-
| `--value` | The answer, in the user's own terms — required |
|
|
2722
|
-
| `--quote` | What the user actually said, shown when they confirm it |
|
|
2723
|
-
| `--selections` | Comma-separated option values, for questions that take a set |
|
|
2724
|
-
|
|
2725
|
-
**Response:**
|
|
2726
|
-
|
|
2727
|
-
```json
|
|
2728
|
-
{
|
|
2729
|
-
"ok": true,
|
|
2730
|
-
"data": {
|
|
2731
|
-
"facts": [
|
|
2732
|
-
{ "key": "crm", "question": "Where do your leads land?", "value": "hubspot", "source": "answered", "settled": true }
|
|
2733
|
-
],
|
|
2734
|
-
"missing": ["target-customer"]
|
|
2735
|
-
},
|
|
2736
|
-
"meta": { "count": 1 }
|
|
2737
|
-
}
|
|
2738
|
-
```
|
|
2739
|
-
|
|
2740
|
-
`record` always files a **suggestion**, never a settled answer — a human confirms it in Setup. Keys that are checked against the company's own systems (conversion tracking) are refused: nothing said in a conversation can satisfy them.
|
|
2741
|
-
|
|
2742
|
-
---
|
|
2743
|
-
|
|
2744
2698
|
### `baker history list`
|
|
2745
2699
|
|
|
2746
2700
|
Unified account history (audit log) — everything that changed on the account, newest first: publishes, chat lifecycle, backlog actions, team changes, setup links, tag and schedule changes, executed ad-platform writes, followed advertisers, media (images, videos, testimonials), creative generations, reports, domains, integrations, and API keys. Read-only.
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
__toESM
|
|
8
8
|
} from "./chunk-RK67WL4O.js";
|
|
9
9
|
|
|
10
|
-
//
|
|
10
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js
|
|
11
11
|
var require_safe_stable_stringify = __commonJS({
|
|
12
|
-
"
|
|
12
|
+
"../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
13
13
|
"use strict";
|
|
14
14
|
var { hasOwnProperty } = Object.prototype;
|
|
15
15
|
var stringify = configure2();
|
|
@@ -1075,7 +1075,7 @@ function resolveAdaptFormats(params) {
|
|
|
1075
1075
|
return params.formats ?? [];
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
//
|
|
1078
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1079
1079
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1080
1080
|
var configure = import__.default.configure;
|
|
1081
1081
|
var wrapper_default = import__.default;
|
|
@@ -8028,4 +8028,4 @@ export {
|
|
|
8028
8028
|
defaultRegistry,
|
|
8029
8029
|
createEngineFromEnv
|
|
8030
8030
|
};
|
|
8031
|
-
//# sourceMappingURL=chunk-
|
|
8031
|
+
//# sourceMappingURL=chunk-CG6OTNUU.js.map
|