@codyswann/lisa 2.178.0 → 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 +89 -11
- package/plugins/lisa/skills/generate-claude-remote-build-script/SKILL.md +41 -7
- 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 +89 -11
- package/plugins/lisa-agy/skills/generate-claude-remote-build-script/SKILL.md +41 -7
- 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 +89 -11
- package/plugins/lisa-copilot/skills/generate-claude-remote-build-script/SKILL.md +41 -7
- 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 +89 -11
- package/plugins/lisa-cursor/skills/generate-claude-remote-build-script/SKILL.md +41 -7
- 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 +89 -11
- package/plugins/src/base/skills/generate-claude-remote-build-script/SKILL.md +41 -7
- package/plugins/src/base/skills/jam-access/SKILL.md +12 -11
|
@@ -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.
|