@koda-sl/baker-cli 0.239.0 → 0.241.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 +2 -1
- package/dist/cli.js +166 -103
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5601,7 +5601,7 @@ baker landing inspiration page <source id> # a whole page as a section sequ
|
|
|
5601
5601
|
baker landing inspiration sequences "b2b saas pricing page" --scope all # what follows what, across many pages
|
|
5602
5602
|
baker landing inspiration add https://linear.app --note "client likes this density"
|
|
5603
5603
|
baker landing inspiration favorites # what this company has saved
|
|
5604
|
-
baker landing inspiration scrape <url> --out
|
|
5604
|
+
baker landing inspiration scrape <url> --out .baker/<dir> # capture any page now, synchronously
|
|
5605
5605
|
```
|
|
5606
5606
|
|
|
5607
5607
|
- **Hybrid search over three signals** — keywords, meaning, and *appearance* (the screenshot is embedded, so a query like "dark developer hero with a terminal" can match a section whose text never says "terminal"). Filters: `--type --composition --register --interaction --motion --media --device --theme --max-rank --min-craft --min-fidelity --domain --similar-to --scope --limit`.
|
|
@@ -5618,6 +5618,7 @@ baker landing inspiration scrape <url> --out <dir> # capture any page now, syn
|
|
|
5618
5618
|
- **Filming is the expensive pass, and it runs three sections at a time.** Every moving section is filmed in its own fresh page load — the only way to catch an entrance animation before it fires — so a page with ten moving sections pays for ten full loads. Measured on one heavy page, filming was 74% of the capture. The takes are independent, so they overlap; a page that cannot be captured inside the library's budget now says so instead of timing out silently.
|
|
5619
5619
|
- **A page we can't open says why.** A dead certificate, an address that doesn't resolve, a site that won't answer or one that is simply too slow each produce their own plain-language reason rather than a browser error.
|
|
5620
5620
|
- **Inspiration, never a clipboard.** Both `code` and `scrape` record what was consulted, and `critique`'s `originality` family blocks a publish that reuses a reference's copy verbatim.
|
|
5621
|
+
- **A capture has to land in `.baker/`, and `scrape` refuses anywhere else in a workspace.** `--out` is free-form and the directory is the agent's choice, but a capture is tens of MB of lossless PNG whose individual files clear every size gate — written to a tracked directory it becomes a permanent part of the client's repo, force-cloned into every later session. `.baker/` is gitignored precisely so a capture costs nothing. The refusal is scoped to the workspace: outside a git work tree — a local run against `/tmp` — any path is allowed, because there is no history to bloat.
|
|
5621
5622
|
|
|
5622
5623
|
### `baker landing critique`
|
|
5623
5624
|
|