@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.
Files changed (100) hide show
  1. package/dist/cli/index.d.ts.map +1 -1
  2. package/dist/cli/index.js +3 -15
  3. package/dist/cli/index.js.map +1 -1
  4. package/dist/cli/standards-proof-cmd.d.ts +22 -0
  5. package/dist/cli/standards-proof-cmd.d.ts.map +1 -1
  6. package/dist/cli/standards-proof-cmd.js +18 -0
  7. package/dist/cli/standards-proof-cmd.js.map +1 -1
  8. package/dist/cli/workstation-cmd.d.ts +91 -0
  9. package/dist/cli/workstation-cmd.d.ts.map +1 -0
  10. package/dist/cli/workstation-cmd.js +127 -0
  11. package/dist/cli/workstation-cmd.js.map +1 -0
  12. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  13. package/dist/core/upstream-evidence-manifest.js +9 -6
  14. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  15. package/package.json +1 -1
  16. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  17. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  18. package/plugins/lisa/.codex-plugin/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  19. package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/SKILL.md +13 -1
  20. package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  21. package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  22. package/plugins/lisa/.codex-plugin/skills/lisa-setup-workstation/SKILL.md +27 -6
  23. package/plugins/lisa/commands/setup/workstation.md +2 -0
  24. package/plugins/lisa/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  25. package/plugins/lisa/skills/lisa-setup-remote-env/SKILL.md +13 -1
  26. package/plugins/lisa/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  27. package/plugins/lisa/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  28. package/plugins/lisa/skills/lisa-setup-workstation/SKILL.md +27 -6
  29. package/plugins/lisa-agy/commands/lisa/setup/workstation.md +2 -0
  30. package/plugins/lisa-agy/plugin.json +1 -1
  31. package/plugins/lisa-agy/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  32. package/plugins/lisa-agy/skills/lisa-setup-remote-env/SKILL.md +13 -1
  33. package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  34. package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  35. package/plugins/lisa-agy/skills/lisa-setup-workstation/SKILL.md +27 -6
  36. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  37. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  38. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  39. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  42. package/plugins/lisa-copilot/commands/lisa/setup/workstation.md +2 -0
  43. package/plugins/lisa-copilot/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  44. package/plugins/lisa-copilot/skills/lisa-setup-remote-env/SKILL.md +13 -1
  45. package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  46. package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  47. package/plugins/lisa-copilot/skills/lisa-setup-workstation/SKILL.md +27 -6
  48. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-cursor/commands/lisa/setup/workstation.md +2 -0
  50. package/plugins/lisa-cursor/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  51. package/plugins/lisa-cursor/skills/lisa-setup-remote-env/SKILL.md +13 -1
  52. package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  53. package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  54. package/plugins/lisa-cursor/skills/lisa-setup-workstation/SKILL.md +27 -6
  55. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  57. package/plugins/lisa-expo-agy/plugin.json +1 -1
  58. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  62. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  63. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  66. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  67. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  68. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  72. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  73. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  76. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  77. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  78. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  79. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  80. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  82. package/plugins/lisa-rails-agy/plugin.json +1 -1
  83. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  84. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  85. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  86. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  87. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  88. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  89. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  90. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  91. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  92. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  93. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  94. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  95. package/plugins/src/base/commands/setup/workstation.md +2 -0
  96. package/plugins/src/base/skills/lisa-detect-tooling/scripts/detect-tooling.mjs +2 -1
  97. package/plugins/src/base/skills/lisa-setup-remote-env/SKILL.md +13 -1
  98. package/plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +89 -0
  99. package/plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs +21 -1
  100. 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
- node scripts/cli.mjs # report what is present and missing
30
- node scripts/cli.mjs --install # install what is missing
31
- node scripts/cli.mjs --install --agents=claude,codex # only these agents
32
- node scripts/cli.mjs --provider=bitwarden # credential manager (asked if a TTY)
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