@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.
- package/{index-g81gg9gz.js → index-8xj4zxqp.js} +3 -3
- package/index.js +1 -1
- package/package.json +3 -3
- package/webappwiz.js +1 -1
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
table
|
|
3
3
|
} from "./index-pyjg1rtk.js";
|
|
4
4
|
// package.json
|
|
5
|
-
var version = "0.0.
|
|
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.
|
|
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.
|
|
187
|
+
version: 0.0.10
|
|
188
188
|
---
|
|
189
189
|
|
|
190
190
|
# Using webappwiz
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webappwiz/cli",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
21
|
-
"webappwiz": "^0.0.
|
|
20
|
+
"@webappwiz/rules": "^0.0.10",
|
|
21
|
+
"webappwiz": "^0.0.10"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"typescript": "^7"
|