@codyswann/lisa 2.190.1 → 2.190.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-agy/plugin.json +1 -1
- 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-cursor/.claude-plugin/plugin.json +1 -1
- 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/hooks/rubocop-on-edit.sh +2 -2
- package/plugins/lisa-rails/hooks/sg-scan-on-edit.sh +2 -2
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/hooks/rubocop-on-edit.sh +2 -2
- package/plugins/lisa-rails-copilot/hooks/sg-scan-on-edit.sh +2 -2
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/hooks/rubocop-on-edit.sh +2 -2
- package/plugins/lisa-rails-cursor/hooks/sg-scan-on-edit.sh +2 -2
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/hooks/sg-scan-on-edit.sh +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-copilot/hooks/sg-scan-on-edit.sh +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/hooks/sg-scan-on-edit.sh +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/rails/hooks/rubocop-on-edit.sh +2 -2
- package/plugins/src/rails/hooks/sg-scan-on-edit.sh +2 -2
- package/plugins/src/typescript/hooks/sg-scan-on-edit.sh +1 -1
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"ws": ">=8.20.1"
|
|
96
96
|
},
|
|
97
97
|
"name": "@codyswann/lisa",
|
|
98
|
-
"version": "2.190.
|
|
98
|
+
"version": "2.190.2",
|
|
99
99
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
100
100
|
"main": "dist/index.js",
|
|
101
101
|
"exports": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.190.
|
|
3
|
+
"version": "2.190.2",
|
|
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.190.
|
|
3
|
+
"version": "2.190.2",
|
|
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.190.
|
|
3
|
+
"version": "2.190.2",
|
|
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.190.
|
|
3
|
+
"version": "2.190.2",
|
|
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.190.
|
|
3
|
+
"version": "2.190.2",
|
|
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"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
# Behavior:
|
|
12
12
|
# - Exit 0: RuboCop passes or auto-fix resolved all errors
|
|
13
|
-
# - Exit
|
|
13
|
+
# - Exit 2: unfixable errors remain — blocks Claude so it fixes them immediately
|
|
14
14
|
#
|
|
15
15
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
16
16
|
# =============================================================================
|
|
@@ -75,4 +75,4 @@ fi
|
|
|
75
75
|
# Unfixable errors remain — block with feedback
|
|
76
76
|
echo "RuboCop found unfixable errors in: $FILE_PATH" >&2
|
|
77
77
|
echo "$OUTPUT" >&2
|
|
78
|
-
exit
|
|
78
|
+
exit 2
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Behavior:
|
|
11
11
|
# - Exit 0: no issues found or ast-grep not configured
|
|
12
|
-
# - Exit
|
|
12
|
+
# - Exit 2: issues found — blocks Claude so it fixes them immediately
|
|
13
13
|
#
|
|
14
14
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
15
15
|
# =============================================================================
|
|
@@ -70,5 +70,5 @@ if OUTPUT=$($SG_CMD scan "$FILE_PATH" 2>&1); then
|
|
|
70
70
|
else
|
|
71
71
|
echo "ast-grep found issues in: $FILE_PATH" >&2
|
|
72
72
|
echo "$OUTPUT" >&2
|
|
73
|
-
exit
|
|
73
|
+
exit 2
|
|
74
74
|
fi
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
# Behavior:
|
|
12
12
|
# - Exit 0: RuboCop passes or auto-fix resolved all errors
|
|
13
|
-
# - Exit
|
|
13
|
+
# - Exit 2: unfixable errors remain — blocks Claude so it fixes them immediately
|
|
14
14
|
#
|
|
15
15
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
16
16
|
# =============================================================================
|
|
@@ -75,4 +75,4 @@ fi
|
|
|
75
75
|
# Unfixable errors remain — block with feedback
|
|
76
76
|
echo "RuboCop found unfixable errors in: $FILE_PATH" >&2
|
|
77
77
|
echo "$OUTPUT" >&2
|
|
78
|
-
exit
|
|
78
|
+
exit 2
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Behavior:
|
|
11
11
|
# - Exit 0: no issues found or ast-grep not configured
|
|
12
|
-
# - Exit
|
|
12
|
+
# - Exit 2: issues found — blocks Claude so it fixes them immediately
|
|
13
13
|
#
|
|
14
14
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
15
15
|
# =============================================================================
|
|
@@ -70,5 +70,5 @@ if OUTPUT=$($SG_CMD scan "$FILE_PATH" 2>&1); then
|
|
|
70
70
|
else
|
|
71
71
|
echo "ast-grep found issues in: $FILE_PATH" >&2
|
|
72
72
|
echo "$OUTPUT" >&2
|
|
73
|
-
exit
|
|
73
|
+
exit 2
|
|
74
74
|
fi
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
# Behavior:
|
|
12
12
|
# - Exit 0: RuboCop passes or auto-fix resolved all errors
|
|
13
|
-
# - Exit
|
|
13
|
+
# - Exit 2: unfixable errors remain — blocks Claude so it fixes them immediately
|
|
14
14
|
#
|
|
15
15
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
16
16
|
# =============================================================================
|
|
@@ -75,4 +75,4 @@ fi
|
|
|
75
75
|
# Unfixable errors remain — block with feedback
|
|
76
76
|
echo "RuboCop found unfixable errors in: $FILE_PATH" >&2
|
|
77
77
|
echo "$OUTPUT" >&2
|
|
78
|
-
exit
|
|
78
|
+
exit 2
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Behavior:
|
|
11
11
|
# - Exit 0: no issues found or ast-grep not configured
|
|
12
|
-
# - Exit
|
|
12
|
+
# - Exit 2: issues found — blocks Claude so it fixes them immediately
|
|
13
13
|
#
|
|
14
14
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
15
15
|
# =============================================================================
|
|
@@ -70,5 +70,5 @@ if OUTPUT=$($SG_CMD scan "$FILE_PATH" 2>&1); then
|
|
|
70
70
|
else
|
|
71
71
|
echo "ast-grep found issues in: $FILE_PATH" >&2
|
|
72
72
|
echo "$OUTPUT" >&2
|
|
73
|
-
exit
|
|
73
|
+
exit 2
|
|
74
74
|
fi
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
# Behavior:
|
|
12
12
|
# - Exit 0: RuboCop passes or auto-fix resolved all errors
|
|
13
|
-
# - Exit
|
|
13
|
+
# - Exit 2: unfixable errors remain — blocks Claude so it fixes them immediately
|
|
14
14
|
#
|
|
15
15
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
16
16
|
# =============================================================================
|
|
@@ -75,4 +75,4 @@ fi
|
|
|
75
75
|
# Unfixable errors remain — block with feedback
|
|
76
76
|
echo "RuboCop found unfixable errors in: $FILE_PATH" >&2
|
|
77
77
|
echo "$OUTPUT" >&2
|
|
78
|
-
exit
|
|
78
|
+
exit 2
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
# Behavior:
|
|
11
11
|
# - Exit 0: no issues found or ast-grep not configured
|
|
12
|
-
# - Exit
|
|
12
|
+
# - Exit 2: issues found — blocks Claude so it fixes them immediately
|
|
13
13
|
#
|
|
14
14
|
# @see .claude/rules/verification.md "Self-Correction Loop" section
|
|
15
15
|
# =============================================================================
|
|
@@ -70,5 +70,5 @@ if OUTPUT=$($SG_CMD scan "$FILE_PATH" 2>&1); then
|
|
|
70
70
|
else
|
|
71
71
|
echo "ast-grep found issues in: $FILE_PATH" >&2
|
|
72
72
|
echo "$OUTPUT" >&2
|
|
73
|
-
exit
|
|
73
|
+
exit 2
|
|
74
74
|
fi
|