@codyswann/lisa 2.291.0 → 2.292.0
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/all/merge/.claude/settings.json +1 -1
- package/cdk/merge/.claude/settings.json +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +14 -11
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/opencode/plugin-templates/parity-safety-net.sh +299 -35
- package/expo/merge/.claude/settings.json +1 -1
- package/harper-fabric/merge/.claude/settings.json +1 -1
- package/nestjs/merge/.claude/settings.json +1 -1
- package/package.json +1 -1
- package/phaser/merge/.claude/settings.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-parity-safety-net-rules/SKILL.md +41 -5
- package/plugins/lisa/hooks/parity-safety-net.sh +299 -35
- package/plugins/lisa/skills/lisa-parity-safety-net-rules/SKILL.md +41 -5
- package/plugins/lisa-agy/hooks/parity-safety-net.sh +299 -35
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-parity-safety-net-rules/SKILL.md +41 -5
- 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/hooks/parity-safety-net.sh +299 -35
- package/plugins/lisa-copilot/skills/lisa-parity-safety-net-rules/SKILL.md +41 -5
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/hooks/parity-safety-net.sh +299 -35
- package/plugins/lisa-cursor/skills/lisa-parity-safety-net-rules/SKILL.md +41 -5
- 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/hooks/parity-safety-net.sh +299 -35
- package/plugins/src/base/skills/lisa-parity-safety-net-rules/SKILL.md +41 -5
- package/rails/merge/.claude/settings.json +1 -1
- package/scripts/install-claude-plugins.sh +9 -6
- package/typescript/merge/.claude/settings.json +1 -1
|
@@ -526,19 +526,22 @@ for plugin in \
|
|
|
526
526
|
"code-review@claude-plugins-official" \
|
|
527
527
|
"coderabbit@claude-plugins-official" \
|
|
528
528
|
"skill-creator@claude-plugins-official" \
|
|
529
|
-
"atlassian@claude-plugins-official"
|
|
530
|
-
"safety-net@cc-marketplace"; do
|
|
529
|
+
"atlassian@claude-plugins-official"; do
|
|
531
530
|
install_plugin_if_missing "$plugin"
|
|
532
531
|
done
|
|
533
532
|
|
|
534
533
|
# Retire third-party plugins Lisa no longer curates. The base lisa plugin
|
|
535
534
|
# bundles the Sentry MCP server (plugins/src/base/.mcp.json) for every agent
|
|
536
535
|
# runtime, so the upstream sentry plugin registered the same server twice in
|
|
537
|
-
# each Claude session (issue #1955).
|
|
538
|
-
#
|
|
539
|
-
#
|
|
536
|
+
# each Claude session (issue #1955). Likewise, the Lisa-native
|
|
537
|
+
# parity-safety-net.sh hook screens every Bash command, so the upstream
|
|
538
|
+
# safety-net plugin double-screened each command; its material guards were
|
|
539
|
+
# absorbed into the Lisa hook (issue #1960). The merge settings templates flip
|
|
540
|
+
# both enabledPlugins entries to false; this removes the installs themselves.
|
|
541
|
+
# Version-gated like the other one-time heals so same-version runs don't spawn
|
|
542
|
+
# the CLI.
|
|
540
543
|
if [ "$FORCE_PLUGIN_SYNC" = "true" ]; then
|
|
541
|
-
for retired_plugin in "sentry@claude-plugins-official"; do
|
|
544
|
+
for retired_plugin in "sentry@claude-plugins-official" "safety-net@cc-marketplace"; do
|
|
542
545
|
claude plugin uninstall "$retired_plugin" --scope project </dev/null >/dev/null 2>&1 || true
|
|
543
546
|
done
|
|
544
547
|
fi
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"enabledPlugins": {
|
|
7
7
|
"lisa-typescript@lisa": true,
|
|
8
8
|
"typescript-lsp@claude-plugins-official": true,
|
|
9
|
-
"safety-net@cc-marketplace":
|
|
9
|
+
"safety-net@cc-marketplace": false,
|
|
10
10
|
"code-simplifier@claude-plugins-official": true,
|
|
11
11
|
"code-review@claude-plugins-official": true,
|
|
12
12
|
"coderabbit@claude-plugins-official": true,
|