@codyswann/lisa 2.178.1 → 2.178.2
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/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/rules/reference/integration-access-layer.md +1 -1
- package/plugins/lisa/skills/analyze-claude-remote/SKILL.md +50 -6
- package/plugins/lisa/skills/generate-claude-remote-build-script/SKILL.md +21 -0
- package/plugins/lisa/skills/jam-access/SKILL.md +12 -11
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/analyze-claude-remote/SKILL.md +50 -6
- package/plugins/lisa-agy/skills/generate-claude-remote-build-script/SKILL.md +21 -0
- package/plugins/lisa-agy/skills/jam-access/SKILL.md +12 -11
- 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/rules/reference/integration-access-layer.md +1 -1
- package/plugins/lisa-copilot/skills/analyze-claude-remote/SKILL.md +50 -6
- package/plugins/lisa-copilot/skills/generate-claude-remote-build-script/SKILL.md +21 -0
- package/plugins/lisa-copilot/skills/jam-access/SKILL.md +12 -11
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/integration-access-layer-reference.mdc +1 -1
- package/plugins/lisa-cursor/skills/analyze-claude-remote/SKILL.md +50 -6
- package/plugins/lisa-cursor/skills/generate-claude-remote-build-script/SKILL.md +21 -0
- package/plugins/lisa-cursor/skills/jam-access/SKILL.md +12 -11
- 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/rules/reference/integration-access-layer.md +1 -1
- package/plugins/src/base/skills/analyze-claude-remote/SKILL.md +50 -6
- package/plugins/src/base/skills/generate-claude-remote-build-script/SKILL.md +21 -0
- package/plugins/src/base/skills/jam-access/SKILL.md +12 -11
|
@@ -66,6 +66,27 @@ tracker/source, plus the host project's own package manager and tooling — not
|
|
|
66
66
|
When the entry is `GH_TOKEN`, add a comment from `platform.githubProxy` clarifying that the token
|
|
67
67
|
is for `gh` CLI commands against the project/Lisa repos, not for raw git clone/fetch/push or
|
|
68
68
|
sibling repos reachable through the routine's GitHub proxy.
|
|
69
|
+
For OPTIONAL non-tracker MCP recovery entries discovered by
|
|
70
|
+
`/lisa:analyze-claude-remote`, preserve the same names-only behavior:
|
|
71
|
+
include `JAM_PAT`, `SONAR_TOKEN`, or similar documented substrate env vars
|
|
72
|
+
only as optional secrets, with their acquire/scope comments when the analysis
|
|
73
|
+
supplied them. Never invent values or promote dormant substrates to required.
|
|
74
|
+
|
|
75
|
+
3a. **Emit substrate setup snippets.** When the inventory marks an MCP
|
|
76
|
+
`headlessUsable: true` through a documented substrate, render the matching
|
|
77
|
+
wiring guidance as commented, opt-in setup:
|
|
78
|
+
- CLI substrates: emit the detected install/login commands gated on the
|
|
79
|
+
optional env var. For Jam, this means `curl -fsSL https://native.jam.dev/install | bash`,
|
|
80
|
+
`export PATH="$HOME/.local/bin:$PATH"`, `printf '%s' "$JAM_PAT" | jam auth login --token`,
|
|
81
|
+
and `jam skills install`, all inside `[ -n "${JAM_PAT:-}" ] && ...` guards so missing
|
|
82
|
+
optional secrets do not fail the environment build.
|
|
83
|
+
- REST substitute substrates: do not install an MCP. Emit comments naming the
|
|
84
|
+
REST host and env var (for example `SONAR_TOKEN` with `https://sonarcloud.io/api/`) and
|
|
85
|
+
rely on the access skill or generated consumer to call the API.
|
|
86
|
+
- PAT-bearer MCP substrates: print a commented `.mcp.json` `headers` snippet from the
|
|
87
|
+
inventory's `mcpHeaders`. Use this only when the analysis explicitly says the same MCP
|
|
88
|
+
transport supports static-token auth. Do not print a Jam `.mcp.json` header snippet because
|
|
89
|
+
Jam's preferred headless substrate is its PAT-authenticated CLI.
|
|
69
90
|
|
|
70
91
|
4. **Emit the allowlist + gaps notice.** List any custom domains the setup or runtime reaches
|
|
71
92
|
(from `networkAccess.allowlistDomains`, falling back to legacy `allowlistDomains`) that the user
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: jam-access
|
|
3
|
-
description: "Vendor-neutral access layer for Jam. Jam triage rules and skills MUST delegate through this skill rather than calling Jam MCP tools directly. Resolves Jam MCP first when available, then falls back to JAM_PAT
|
|
3
|
+
description: "Vendor-neutral access layer for Jam. Jam triage rules and skills MUST delegate through this skill rather than calling Jam MCP tools directly. Resolves Jam MCP first when available, then falls back to the JAM_PAT-authenticated Jam CLI for headless routines."
|
|
4
4
|
allowed-tools: ["Bash", "Read", "Skill"]
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -24,16 +24,16 @@ Return parsed JSON or a concise structured summary in a `<result>` block.
|
|
|
24
24
|
Probe in order:
|
|
25
25
|
|
|
26
26
|
1. Jam MCP, if the tool is available and authenticated.
|
|
27
|
-
2.
|
|
27
|
+
2. Jam CLI authenticated with `JAM_PAT`.
|
|
28
28
|
|
|
29
|
-
Jam documents
|
|
30
|
-
|
|
29
|
+
Jam documents a PAT-authenticated CLI that is cleaner for remote routines than
|
|
30
|
+
editing `.mcp.json` headers. The headless tier uses:
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
|
-
curl -
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
33
|
+
curl -fsSL https://native.jam.dev/install | bash
|
|
34
|
+
export PATH="$HOME/.local/bin:$PATH"
|
|
35
|
+
printf '%s' "$JAM_PAT" | jam auth login --token
|
|
36
|
+
jam skills install
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
If neither tier works, fail with:
|
|
@@ -45,7 +45,8 @@ Error: no Jam access substrate available. Authenticate the Jam MCP or set JAM_PA
|
|
|
45
45
|
## Invariants
|
|
46
46
|
|
|
47
47
|
- Fallback is gated on `JAM_PAT`; do not retry Jam MCP failures blindly.
|
|
48
|
-
- Never commit a Jam PAT into `.mcp.json
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
- Never commit a Jam PAT into `.mcp.json` or any generated setup artifact.
|
|
49
|
+
- Headless Jam access requires `native.jam.dev` for the installer and
|
|
50
|
+
`api.jam.dev` for CLI/API calls in any custom remote network allowlist.
|
|
51
|
+
- If a requested operation is not yet mapped to the Jam CLI substrate, surface
|
|
51
52
|
that exact missing adapter instead of pretending the trace is unavailable.
|