framer-dalton 0.0.17 → 0.0.18
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/dist/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ import { z } from 'zod';
|
|
|
10
10
|
import { fileURLToPath } from 'url';
|
|
11
11
|
import { createTRPCClient, httpLink } from '@trpc/client';
|
|
12
12
|
|
|
13
|
-
/* @framer/ai CLI v0.0.
|
|
13
|
+
/* @framer/ai CLI v0.0.18 */
|
|
14
14
|
var __defProp = Object.defineProperty;
|
|
15
15
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
16
16
|
function openUrl(url) {
|
|
@@ -15222,7 +15222,7 @@ __name(renderDocs, "renderDocs");
|
|
|
15222
15222
|
// src/version.ts
|
|
15223
15223
|
var VERSION = (
|
|
15224
15224
|
// typeof is used to ensure this can be used just via tsx or node etc. without build
|
|
15225
|
-
"0.0.
|
|
15225
|
+
"0.0.18"
|
|
15226
15226
|
);
|
|
15227
15227
|
|
|
15228
15228
|
// src/relay-client.ts
|
|
@@ -13,7 +13,7 @@ import { createRequire } from 'module';
|
|
|
13
13
|
import * as vm from 'vm';
|
|
14
14
|
import { connect } from 'framer-api';
|
|
15
15
|
|
|
16
|
-
/* @framer/ai relay server v0.0.
|
|
16
|
+
/* @framer/ai relay server v0.0.18 */
|
|
17
17
|
var __defProp = Object.defineProperty;
|
|
18
18
|
var __knownSymbol = (name, symbol) => (symbol = Symbol[name]) ? symbol : /* @__PURE__ */ Symbol.for("Symbol." + name);
|
|
19
19
|
var __typeError = (msg) => {
|
|
@@ -93,7 +93,7 @@ __name(log, "log");
|
|
|
93
93
|
// src/version.ts
|
|
94
94
|
var VERSION = (
|
|
95
95
|
// typeof is used to ensure this can be used just via tsx or node etc. without build
|
|
96
|
-
"0.0.
|
|
96
|
+
"0.0.18"
|
|
97
97
|
);
|
|
98
98
|
|
|
99
99
|
// src/relay-client.ts
|
|
@@ -26,7 +26,7 @@ allowed-tools: ["Bash(npx framer-dalton:*)", "Bash(npx framer-dalton@latest:*)",
|
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
# 1) Read page structure first
|
|
29
|
-
npx framer-dalton read-project -s <sessionId> -q '
|
|
29
|
+
npx framer-dalton read-project -s <sessionId> -q '<get page structure>' -p "/"
|
|
30
30
|
|
|
31
31
|
# 2) Request additional targeted queries only if needed
|
|
32
32
|
|