@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.
- 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 +4 -2
- 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-setup-workstation/SKILL.md +27 -6
- package/plugins/lisa/commands/setup/workstation.md +2 -0
- 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-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-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-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-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.
|
|
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": {
|
|
@@ -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
|
|
|
@@ -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
|
-
|
|
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
|
|
|
@@ -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
|
-
|
|
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
|
|
|
@@ -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
|
-
|
|
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
|
|
|
@@ -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
|
-
|
|
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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.330.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|