@koda-sl/baker-cli 0.276.0 → 0.277.0-dev.b34dd6132
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 +58 -0
- package/dist/{chunk-36KVUYVL.js → chunk-RQRP3SAY.js} +4 -4
- package/dist/chunk-RQRP3SAY.js.map +1 -0
- package/dist/cli.js +1791 -1498
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-36KVUYVL.js.map +0 -1
package/README.md
CHANGED
|
@@ -1552,6 +1552,64 @@ baker gsc sitemaps --site-url "https://example.com/"
|
|
|
1552
1552
|
|
|
1553
1553
|
---
|
|
1554
1554
|
|
|
1555
|
+
### Client readiness (`baker readiness`)
|
|
1556
|
+
|
|
1557
|
+
The client's pre-onboarding assessment: what their own policies let us connect to, host and measure,
|
|
1558
|
+
and how outcomes travel back to the ad platforms. Their answers add up to one Operating Mode.
|
|
1559
|
+
|
|
1560
|
+
**The agent proposes; a person answers.** Use this when the client has *already* told us something
|
|
1561
|
+
the assessment asks about — a call transcript, an architecture document, a security questionnaire, a
|
|
1562
|
+
thread — so nobody is asked twice for something they already said. A proposal carries the sentence it
|
|
1563
|
+
came from, is never scored, never counts as progress, and sits on the client's Readiness page until
|
|
1564
|
+
somebody accepts or corrects it.
|
|
1565
|
+
|
|
1566
|
+
#### `baker readiness questions`
|
|
1567
|
+
|
|
1568
|
+
Every question the company is being asked right now, with exact option values. Questions whose branch
|
|
1569
|
+
an earlier answer closed are not listed.
|
|
1570
|
+
|
|
1571
|
+
```bash
|
|
1572
|
+
baker readiness questions
|
|
1573
|
+
baker readiness questions --section lead-path --full
|
|
1574
|
+
```
|
|
1575
|
+
|
|
1576
|
+
Sections: `access`, `lead-path`, `return-path`, `web-presence`, `approvals`. `--full` adds why each
|
|
1577
|
+
question is asked.
|
|
1578
|
+
|
|
1579
|
+
#### `baker readiness suggest`
|
|
1580
|
+
|
|
1581
|
+
Propose one answer.
|
|
1582
|
+
|
|
1583
|
+
```bash
|
|
1584
|
+
baker readiness suggest --question B2.6 --value drops-fixable \
|
|
1585
|
+
--quote "Unknown fields get dropped today, but Luisa can add them to the schema in a sprint" \
|
|
1586
|
+
--said-by "Ana (client)" --source "Discovery call, 12 March" --confidence stated
|
|
1587
|
+
```
|
|
1588
|
+
|
|
1589
|
+
| Flag | Required | |
|
|
1590
|
+
| --- | --- | --- |
|
|
1591
|
+
| `--question` | yes | Question id, exactly as `questions` spells it |
|
|
1592
|
+
| `--value` | | Option value for a one-answer question, or their own words for a written one |
|
|
1593
|
+
| `--selections` | | Option values for a multi-select, comma separated |
|
|
1594
|
+
| `--other-text` | | Free text for the option that opens a box; only valid when that option is chosen |
|
|
1595
|
+
| `--quote` | yes | Their sentence, verbatim |
|
|
1596
|
+
| `--said-by` | yes | Who said it — a transcript carries both sides, and ours is not their answer |
|
|
1597
|
+
| `--source` | yes | How a person would name it: "Call with Marc, 12 March" |
|
|
1598
|
+
| `--confidence` | yes | `stated` (they said this) or `implied` (you are inferring it) |
|
|
1599
|
+
|
|
1600
|
+
Proposing twice against the same question replaces the first. A batch read wrong is cleared from the
|
|
1601
|
+
Readiness page in one click.
|
|
1602
|
+
|
|
1603
|
+
#### `baker readiness status`
|
|
1604
|
+
|
|
1605
|
+
What this Session has proposed, what people have answered, and what is still open.
|
|
1606
|
+
|
|
1607
|
+
```bash
|
|
1608
|
+
baker readiness status
|
|
1609
|
+
```
|
|
1610
|
+
|
|
1611
|
+
---
|
|
1612
|
+
|
|
1555
1613
|
### Competitive Intelligence (`baker research`)
|
|
1556
1614
|
|
|
1557
1615
|
Market and competitor research powered by DataForSEO and AI-powered Google Search grounding. Shows who's competing for keywords, search intent classification, competitor keyword strategies, keyword gaps, landing page performance, and open-ended AI research.
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
shouldEscalate
|
|
17
17
|
} from "./chunk-DZUVUGEP.js";
|
|
18
18
|
|
|
19
|
-
//
|
|
19
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/509a695c9237c6e3727f1f1f99169917f329e3ff3f7877be290b684e24bf153d/node_modules/safe-stable-stringify/index.js
|
|
20
20
|
var require_safe_stable_stringify = __commonJS({
|
|
21
|
-
"
|
|
21
|
+
"../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/509a695c9237c6e3727f1f1f99169917f329e3ff3f7877be290b684e24bf153d/node_modules/safe-stable-stringify/index.js"(exports, module) {
|
|
22
22
|
"use strict";
|
|
23
23
|
var { hasOwnProperty } = Object.prototype;
|
|
24
24
|
var stringify = configure2();
|
|
@@ -1092,7 +1092,7 @@ function resolveAdaptFormats(params) {
|
|
|
1092
1092
|
return params.formats ?? [];
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
//
|
|
1095
|
+
// ../../.pnpm-store/v10/links/@/safe-stable-stringify/2.5.0/509a695c9237c6e3727f1f1f99169917f329e3ff3f7877be290b684e24bf153d/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1096
1096
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1097
1097
|
var configure = import__.default.configure;
|
|
1098
1098
|
var wrapper_default = import__.default;
|
|
@@ -9154,4 +9154,4 @@ export {
|
|
|
9154
9154
|
defaultRegistry,
|
|
9155
9155
|
createEngineFromEnv
|
|
9156
9156
|
};
|
|
9157
|
-
//# sourceMappingURL=chunk-
|
|
9157
|
+
//# sourceMappingURL=chunk-RQRP3SAY.js.map
|