@codyswann/lisa 2.330.0 → 2.330.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.
Files changed (76) 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 +4 -2
  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-setup-workstation/SKILL.md +27 -6
  19. package/plugins/lisa/commands/setup/workstation.md +2 -0
  20. package/plugins/lisa/skills/lisa-setup-workstation/SKILL.md +27 -6
  21. package/plugins/lisa-agy/commands/lisa/setup/workstation.md +2 -0
  22. package/plugins/lisa-agy/plugin.json +1 -1
  23. package/plugins/lisa-agy/skills/lisa-setup-workstation/SKILL.md +27 -6
  24. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  26. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  27. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  28. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  29. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-copilot/commands/lisa/setup/workstation.md +2 -0
  31. package/plugins/lisa-copilot/skills/lisa-setup-workstation/SKILL.md +27 -6
  32. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  33. package/plugins/lisa-cursor/commands/lisa/setup/workstation.md +2 -0
  34. package/plugins/lisa-cursor/skills/lisa-setup-workstation/SKILL.md +27 -6
  35. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  36. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  37. package/plugins/lisa-expo-agy/plugin.json +1 -1
  38. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  42. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  43. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  47. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  48. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  52. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  53. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  57. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  58. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  62. package/plugins/lisa-rails-agy/plugin.json +1 -1
  63. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  66. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  67. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  68. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  72. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  73. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  75. package/plugins/src/base/commands/setup/workstation.md +2 -0
  76. package/plugins/src/base/skills/lisa-setup-workstation/SKILL.md +27 -6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "TypeScript-specific hooks for formatting, linting, and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Distributable LLM Wiki kernel — ingest, query, lint, and maintain a git-native markdown knowledge base across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -5,3 +5,5 @@ argument-hint: "[--install] [--agents=claude,codex] [--provider=bitwarden] [--js
5
5
  ---
6
6
 
7
7
  Use the /lisa-setup-workstation skill to report and optionally install the coding agents, credential manager, and base tools this machine needs. $ARGUMENTS
8
+
9
+ Note: on a machine with no agent and no checkout — which is what this prepares — reach the same bootstrap without Lisa installed at all: `npx -y @codyswann/lisa@latest workstation --install`.
@@ -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