@webappwiz/cli 0.0.9 → 0.0.10

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.
@@ -2,7 +2,7 @@ import {
2
2
  table
3
3
  } from "./index-pyjg1rtk.js";
4
4
  // package.json
5
- var version = "0.0.9";
5
+ var version = "0.0.10";
6
6
 
7
7
  // skills/add.ts
8
8
  import { ConsoleLogger } from "webappwiz/log";
@@ -15,7 +15,7 @@ import { dirname } from "node:path";
15
15
  var arbor_skill_default = `---
16
16
  name: arbor
17
17
  description: Use the @webappwiz/arbor CLI to land your work on trunk, or a base branch given as an argument, from an isolated git worktree without pull requests. Read this before making any code change in an arbor repository, since it decides where the work happens, and whenever you need to add, claim, merge, remove, list, show, locate, or escalate a task.
18
- version: 0.0.9
18
+ version: 0.0.10
19
19
  ---
20
20
 
21
21
  # Using arbor
@@ -184,7 +184,7 @@ not squashing.
184
184
  var webappwiz_skill_default = `---
185
185
  name: webappwiz
186
186
  description: Check whether the webappwiz package already covers a piece of infrastructure before writing it by hand or adding a dependency for it. Read this before writing any of: time, clocks, durations or timers; logging; id generation; HTTP serving; CLI argument parsing; background tasks or queues; web workers; markdown parsing; typed event emitters; 2D geometry or spatial indexes; filesystem, env or process access; typed RPC over fetch; schema validation; AbortSignal plumbing; disposable resources; browser scroll, animation frames or visibility. Also use whenever the user says webappwiz.
187
- version: 0.0.9
187
+ version: 0.0.10
188
188
  ---
189
189
 
190
190
  # Using webappwiz
package/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  update,
7
7
  update1 as update2,
8
8
  version
9
- } from "./index-g81gg9gz.js";
9
+ } from "./index-8xj4zxqp.js";
10
10
  import {
11
11
  JUDGE_RULES
12
12
  } from "./index-htwb54c6.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webappwiz/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "The webappwiz CLI: judge code against rules and manage agent skills",
5
5
  "license": "MIT",
6
6
  "author": "Jared Johnson",
@@ -17,8 +17,8 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@webappwiz/rules": "^0.0.9",
21
- "webappwiz": "^0.0.9"
20
+ "@webappwiz/rules": "^0.0.10",
21
+ "webappwiz": "^0.0.10"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "typescript": "^7"
package/webappwiz.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  update,
5
5
  update1 as update2,
6
6
  version
7
- } from "./index-g81gg9gz.js";
7
+ } from "./index-8xj4zxqp.js";
8
8
  import {
9
9
  JUDGE_RULES
10
10
  } from "./index-htwb54c6.js";