@curenorway/kode-cli 1.17.0 → 1.17.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 CHANGED
@@ -4,7 +4,7 @@ Command-line tool for managing JavaScript and CSS scripts for Webflow sites via
4
4
 
5
5
  ## Features
6
6
 
7
- - **Webflow Auto-Inject** - Automatically injects init.js into Webflow `<head>` via Custom Code API during init
7
+ - **Webflow Integration** - Verifies init.js injection status (auto-injected at site creation in Cure App)
8
8
  - **Pull/Push scripts** - Sync scripts between local files and remote CDN with conflict detection
9
9
  - **Sync awareness** - Staleness indicators show when local state is out of date
10
10
  - **Deploy dry-run** - Preview what will be deployed before executing
@@ -64,7 +64,7 @@ Creates:
64
64
  - `.claude/skills/deploy/` - `/deploy` slash command for Claude Code
65
65
  - `.claude/skills/webflow-patterns/` - Webflow DOM reference (auto-loaded by Claude when relevant)
66
66
 
67
- Automatically registers and injects init.js into the Webflow site's `<head>` via the Custom Code API. If injection fails, it falls back to showing the manual embed code.
67
+ Verifies that init.js has been auto-injected into Webflow (this happens when the site is created in the Cure App). If not yet injected, prompts you to run `kode webflow inject`.
68
68
 
69
69
  ### `kode pull`
70
70
 
@@ -222,7 +222,7 @@ kode sync --dry-run # Preview what would change
222
222
 
223
223
  ### `kode webflow`
224
224
 
225
- Manage the Webflow Custom Code integration. During `kode init`, the init.js script is automatically injected into Webflow's `<head>` via the Custom Code API. These commands let you manage it afterwards.
225
+ Manage the Webflow Custom Code integration. The init.js script is auto-injected when a Kode site is created in the Cure App. These commands let you verify status, re-inject, or remove it.
226
226
 
227
227
  ```bash
228
228
  kode webflow status # Check if init.js is injected (default)
@@ -1201,7 +1201,7 @@ Option C: Full rollback
1201
1201
  }
1202
1202
 
1203
1203
  // src/version.ts
1204
- var CLI_VERSION = "1.17.0";
1204
+ var CLI_VERSION = "1.17.1";
1205
1205
 
1206
1206
  // src/commands/init.ts
1207
1207
  import chalk from "chalk";
package/dist/cli.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  updateClaudeMd,
24
24
  updateKodeDocs,
25
25
  watchCommand
26
- } from "./chunk-TDEFNKQQ.js";
26
+ } from "./chunk-7EPXFFNR.js";
27
27
 
28
28
  // src/cli.ts
29
29
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  updateScriptPurpose,
29
29
  watchCommand,
30
30
  writeContext
31
- } from "./chunk-TDEFNKQQ.js";
31
+ } from "./chunk-7EPXFFNR.js";
32
32
  export {
33
33
  KodeApiClient,
34
34
  KodeApiError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curenorway/kode-cli",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "CLI for Cure Kode CDN - manage, deploy, and sync JS/CSS scripts for Webflow sites with AI agent support",
5
5
  "type": "module",
6
6
  "bin": {