@koda-sl/baker-cli 0.135.1-dev.46c403ad4 → 0.135.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 -22
- package/dist/{chunk-GKL4CUCC.js → chunk-CIF62V7L.js} +4 -4
- package/dist/chunk-CIF62V7L.js.map +1 -0
- package/dist/cli.js +1295 -1703
- package/dist/cli.js.map +1 -1
- package/dist/engine/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-GKL4CUCC.js.map +0 -1
package/README.md
CHANGED
|
@@ -2572,28 +2572,6 @@ baker history list --category ads --full # ad writes with raw metadata
|
|
|
2572
2572
|
|
|
2573
2573
|
---
|
|
2574
2574
|
|
|
2575
|
-
### `baker chats list | view | transcript | diff`
|
|
2576
|
-
|
|
2577
|
-
Read-only inspection of **other Sessions (chats) on the same account** — so an agent can reuse prior work ("like we did in that other chat, but for X"). Same-account only; never crosses a company boundary and has no write surface.
|
|
2578
|
-
|
|
2579
|
-
```bash
|
|
2580
|
-
baker chats list # other Sessions, newest first (all statuses)
|
|
2581
|
-
baker chats list --status active # only running Sessions
|
|
2582
|
-
baker chats view <id> # kickoff, outputs (changes), threads, commits
|
|
2583
|
-
baker chats transcript <id> --full # read the conversation, verbatim
|
|
2584
|
-
baker chats diff <id> --surface landings # real file-level changes, landings only
|
|
2585
|
-
baker chats diff <id> --full # include the unified-diff patch text
|
|
2586
|
-
```
|
|
2587
|
-
|
|
2588
|
-
**`list` flags:** `--status active|archived|all` (default `all`), `--limit` (1-100, default 20), `--full` (include each Session's full change list).
|
|
2589
|
-
**`view`:** returns the unified `effects` — git content (`content`, `creatives`) AND DB-only effects that never touch the repo (`actions`, `scheduledActions`, `tags`, `ads.{google,meta,linkedin}`), each resolved to real detail and flagged `staged` (in-progress draft) vs applied. Plus `kickoff`, `outputs` counts, `threads`, `commits`, `diffAvailable`.
|
|
2590
|
-
**`transcript` flags:** `--limit` (1-1000, default 100, most recent), `--full` (untruncated text). Returns `entries` (`role` + `text`) and `truncated`.
|
|
2591
|
-
**`diff` flags:** `--surface knowledge|company|brand|landings|flows|creatives`, `--full` (patch text per file). Returns `available`, `files` (`path`, `surface`, `status`, `additions`, `deletions`, `patch`).
|
|
2592
|
-
|
|
2593
|
-
A Session's effects live in two places: **git content** (files — landings, creatives, flows, brand, knowledge) and **DB-only effects** (Actions, Tags, ad-platform writes — never in the repo). `view` unifies BOTH. `diff` only covers the git content (the actual file patches) and only for a published Session; in-progress Sessions have no reachable file diff (`available: false`) — but `view` still shows their staged DB effects. Use `view` for the complete picture, `diff` to read the real file content.
|
|
2594
|
-
|
|
2595
|
-
---
|
|
2596
|
-
|
|
2597
2575
|
### `baker schema [command]`
|
|
2598
2576
|
|
|
2599
2577
|
Inspect command argument schemas for AI agent introspection.
|
|
@@ -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();
|
|
@@ -1034,7 +1034,7 @@ function resolveAdaptFormats(params) {
|
|
|
1034
1034
|
return params.formats ?? [];
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
//
|
|
1037
|
+
// ../../node_modules/.pnpm/safe-stable-stringify@2.5.0/node_modules/safe-stable-stringify/esm/wrapper.js
|
|
1038
1038
|
var import__ = __toESM(require_safe_stable_stringify(), 1);
|
|
1039
1039
|
var configure = import__.default.configure;
|
|
1040
1040
|
var wrapper_default = import__.default;
|
|
@@ -7798,4 +7798,4 @@ export {
|
|
|
7798
7798
|
defaultRegistry,
|
|
7799
7799
|
createEngineFromEnv
|
|
7800
7800
|
};
|
|
7801
|
-
//# sourceMappingURL=chunk-
|
|
7801
|
+
//# sourceMappingURL=chunk-CIF62V7L.js.map
|