@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
package/package.json CHANGED
@@ -115,7 +115,7 @@
115
115
  "brace-expansion": ">=5.0.9"
116
116
  },
117
117
  "name": "@codyswann/lisa",
118
- "version": "2.330.0",
118
+ "version": "2.330.1",
119
119
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
120
120
  "main": "dist/index.js",
121
121
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Universal governance: agents, skills, commands, hooks, and rules for all projects.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -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
 
@@ -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
 
@@ -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`.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "AWS CDK-specific Lisa plugin.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
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
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Harper/Fabric-specific Lisa rules for TypeScript component apps.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -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-rails",
3
- "version": "2.330.0",
3
+ "version": "2.330.1",
4
4
  "description": "Ruby on Rails-specific skills and hooks for RuboCop and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -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-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"