@codyswann/lisa 2.330.0 → 2.331.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/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +3 -15
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/standards-proof-cmd.d.ts +22 -0
- package/dist/cli/standards-proof-cmd.d.ts.map +1 -1
- package/dist/cli/standards-proof-cmd.js +18 -0
- package/dist/cli/standards-proof-cmd.js.map +1 -1
- package/dist/cli/workstation-cmd.d.ts +91 -0
- package/dist/cli/workstation-cmd.d.ts.map +1 -0
- package/dist/cli/workstation-cmd.js +127 -0
- package/dist/cli/workstation-cmd.js.map +1 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +9 -6
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa/commands/setup/workstation.md +2 -0
- package/plugins/lisa/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/lisa/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/lisa/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/lisa/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/lisa/skills/lisa-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa-agy/commands/lisa/setup/workstation.md +2 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/lisa-agy/skills/lisa-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/commands/lisa/setup/workstation.md +2 -0
- package/plugins/lisa-copilot/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/lisa-copilot/skills/lisa-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/commands/lisa/setup/workstation.md +2 -0
- package/plugins/lisa-cursor/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/lisa-cursor/skills/lisa-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/commands/setup/workstation.md +2 -0
- package/plugins/src/base/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
- package/plugins/src/base/skills/lisa-setup-remote-env/SKILL.md +13 -1
- package/plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
- package/plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
- package/plugins/src/base/skills/lisa-setup-workstation/SKILL.md +27 -6
|
@@ -334,6 +334,26 @@ export function assertPinned(tool) {
|
|
|
334
334
|
}
|
|
335
335
|
return;
|
|
336
336
|
}
|
|
337
|
+
// A tree carries the same checksum obligation and one more: which file inside
|
|
338
|
+
// it is the entry point. There is no sane default — the archive root is a
|
|
339
|
+
// directory, so guessing would install a directory as a binary.
|
|
340
|
+
if (tool.install === "release-tree") {
|
|
341
|
+
if (!tool.url || !tool.sha256) {
|
|
342
|
+
throw new Error(
|
|
343
|
+
`${tool.name}: a release-tree install needs both url and sha256.\n` +
|
|
344
|
+
`A version bump must move the checksum in the same reviewed commit.`
|
|
345
|
+
);
|
|
346
|
+
}
|
|
347
|
+
if (!tool.binary) {
|
|
348
|
+
throw new Error(
|
|
349
|
+
`${tool.name}: a release-tree install needs "binary" — the path to the ` +
|
|
350
|
+
`entry point INSIDE the archive, such as "maestro/bin/maestro".\n` +
|
|
351
|
+
`Unlike the single-file kinds there is nothing to fall back to: the ` +
|
|
352
|
+
`archive root is a directory.`
|
|
353
|
+
);
|
|
354
|
+
}
|
|
355
|
+
return;
|
|
356
|
+
}
|
|
337
357
|
if (tool.install === "npm-global") {
|
|
338
358
|
if (!tool.package)
|
|
339
359
|
throw new Error(`${tool.name}: npm-global install needs a package`);
|
|
@@ -341,6 +361,6 @@ export function assertPinned(tool) {
|
|
|
341
361
|
}
|
|
342
362
|
throw new Error(
|
|
343
363
|
`${tool.name}: unknown install method "${tool.install}".\n` +
|
|
344
|
-
`Supported: release-zip, release-tar, npm-global.`
|
|
364
|
+
`Supported: release-zip, release-tar, release-tree, npm-global.`
|
|
345
365
|
);
|
|
346
366
|
}
|
|
@@ -25,15 +25,36 @@ repository, and nothing here duplicates that manifest.
|
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
|
28
|
+
**Start here — this is the entry point that presumes nothing:**
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
npx -y @codyswann/lisa@latest workstation # report what is present and missing
|
|
32
|
+
npx -y @codyswann/lisa@latest workstation --install # install what is missing
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
That form needs only Node. No checkout, no agent, no Lisa install — npx resolves
|
|
36
|
+
the package into its own cache.
|
|
37
|
+
|
|
38
|
+
**Why it matters:** this skill exists to prepare a machine with *no coding agent*
|
|
39
|
+
and *no checkout*. But a skill can only be invoked by typing a slash command into
|
|
40
|
+
an agent, and Lisa ships as a devDependency, so it does not exist until a repo is
|
|
41
|
+
cloned and its dependencies installed. Both are exactly the state this is meant to
|
|
42
|
+
create — so as a skill alone, the bootstrap was unreachable in the one scenario it
|
|
43
|
+
was designed for. The CLI is the way in; the skill is the surface for people who
|
|
44
|
+
already have an agent.
|
|
45
|
+
|
|
46
|
+
Every flag is the same either way:
|
|
47
|
+
|
|
28
48
|
```sh
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
node scripts/cli.mjs --json # machine-readable plan
|
|
34
|
-
node scripts/cli.mjs --print-dockerfile # an image that runs this same script
|
|
49
|
+
lisa workstation --install --agents=claude,codex # only these agents
|
|
50
|
+
lisa workstation --provider=bitwarden # credential manager (asked if a TTY)
|
|
51
|
+
lisa workstation --json # machine-readable plan
|
|
52
|
+
lisa workstation --print-dockerfile # an image that runs this same script
|
|
35
53
|
```
|
|
36
54
|
|
|
55
|
+
Inside an agent, `/lisa:setup:workstation` runs the identical script; and the
|
|
56
|
+
script itself is directly runnable as `node scripts/cli.mjs …`.
|
|
57
|
+
|
|
37
58
|
Nothing is installed or written without `--install`. Exit status is non-zero when a required
|
|
38
59
|
tool is absent or an install fails, so this is usable as a gate.
|
|
39
60
|
|