@codyswann/lisa 2.317.5 → 2.317.6
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/core/upstream-evidence-manifest.js +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/hooks/enforce-team-first.sh +17 -3
- 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-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/enforce-team-first.sh +17 -3
|
@@ -291,7 +291,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
291
291
|
"plugins/src/base/hooks/block-shell-json-parsing.sh": "3b5f074f3ab5708030af507eea962389f3b067c5dbdc76580bd9e44d3ac6c603",
|
|
292
292
|
"plugins/src/base/hooks/cleanup-stale-worktrees.sh": "c9b2fcca1b34d6f636b5289ece11b254cbb8ee2c2bac5c2e426b6f4dcfa972f2",
|
|
293
293
|
"plugins/src/base/hooks/debug-hook.sh": "50124ffc72d7914553b0ed259882f2202643cdccf238380675ac1ff6d8d27d05",
|
|
294
|
-
"plugins/src/base/hooks/enforce-team-first.sh": "
|
|
294
|
+
"plugins/src/base/hooks/enforce-team-first.sh": "104922ba5912b797bf9ce15881dcef76916ea1782ac1e669151265b7db9fb263",
|
|
295
295
|
"plugins/src/base/hooks/enforce-verification-gate.sh": "29885d07ff6da70f193ea0f0691d63f324deb79fbd7ede519596415875d94458",
|
|
296
296
|
"plugins/src/base/hooks/inject-flow-context.sh": "f4ab07065762d592c0fc36be2e4918e767b293aaa4094b9d85d69010576c6dbf",
|
|
297
297
|
"plugins/src/base/hooks/inject-rules.sh": "89a3780250e21aefa0eb83235523835ec0f83b25807b1ccc21f7a397a0459842",
|
package/package.json
CHANGED
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"brace-expansion": ">=5.0.8"
|
|
116
116
|
},
|
|
117
117
|
"name": "@codyswann/lisa",
|
|
118
|
-
"version": "2.317.
|
|
118
|
+
"version": "2.317.6",
|
|
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": {
|
|
@@ -51,8 +51,14 @@ TEAM_FLAG="${STATE_DIR}/${SESSION_ID}.team"
|
|
|
51
51
|
# Best-effort cleanup of stale state files. Errors are ignored.
|
|
52
52
|
find "$STATE_DIR" -maxdepth 1 -type f -mmin +1440 -delete 2>/dev/null || true
|
|
53
53
|
|
|
54
|
+
# Lifecycle skills are named with either separator depending on the call path:
|
|
55
|
+
# the Skill tool invokes plugin skills as `lisa:implement` (plugin:skill), while
|
|
56
|
+
# the skill's own slug is `lisa-implement`. Normalize `:` to `-` before matching
|
|
57
|
+
# so BOTH forms resolve — matching only the hyphen form made the "skill load is
|
|
58
|
+
# always allowed" branch below dead code for every real plugin-skill call, which
|
|
59
|
+
# blocked the very Skill call that loads the orchestration preamble.
|
|
54
60
|
is_lifecycle_skill() {
|
|
55
|
-
case "$1" in
|
|
61
|
+
case "${1//:/-}" in
|
|
56
62
|
lisa-research|lisa-plan|lisa-implement|lisa-intake|lisa-debrief) return 0 ;;
|
|
57
63
|
*) return 1 ;;
|
|
58
64
|
esac
|
|
@@ -200,7 +206,15 @@ If you are running Lisa in a non-Claude harness, this Claude enforcement hook
|
|
|
200
206
|
should not be installed; follow the runtime-aware orchestration preamble in the
|
|
201
207
|
skill instead.
|
|
202
208
|
|
|
203
|
-
|
|
204
|
-
|
|
209
|
+
Start by spawning the bounded input-resolver with the \`Agent\` tool.
|
|
210
|
+
|
|
211
|
+
THEN CALL \`Skill\` FOR /${ACTIVE_SKILL} AGAIN. This block is a precondition, not a
|
|
212
|
+
substitute for the skill — nothing in this message replaces its contents. If you
|
|
213
|
+
proceed straight from the input-resolver into the work, you will improvise a
|
|
214
|
+
lifecycle that only resembles the real one: the skill's own steps (auto-merge on
|
|
215
|
+
the PR, driving it to merged, usage accounting, two-way tracker linkage,
|
|
216
|
+
non-closing work-item refs, remote verification, config-bound status
|
|
217
|
+
transitions) are nowhere in this text and will be silently skipped. That failure
|
|
218
|
+
is invisible in the output — the work still looks finished.
|
|
205
219
|
EOF
|
|
206
220
|
exit 2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.317.
|
|
3
|
+
"version": "2.317.6",
|
|
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.317.
|
|
3
|
+
"version": "2.317.6",
|
|
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.317.
|
|
3
|
+
"version": "2.317.6",
|
|
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.317.
|
|
3
|
+
"version": "2.317.6",
|
|
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.317.
|
|
3
|
+
"version": "2.317.6",
|
|
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"
|
|
@@ -51,8 +51,14 @@ TEAM_FLAG="${STATE_DIR}/${SESSION_ID}.team"
|
|
|
51
51
|
# Best-effort cleanup of stale state files. Errors are ignored.
|
|
52
52
|
find "$STATE_DIR" -maxdepth 1 -type f -mmin +1440 -delete 2>/dev/null || true
|
|
53
53
|
|
|
54
|
+
# Lifecycle skills are named with either separator depending on the call path:
|
|
55
|
+
# the Skill tool invokes plugin skills as `lisa:implement` (plugin:skill), while
|
|
56
|
+
# the skill's own slug is `lisa-implement`. Normalize `:` to `-` before matching
|
|
57
|
+
# so BOTH forms resolve — matching only the hyphen form made the "skill load is
|
|
58
|
+
# always allowed" branch below dead code for every real plugin-skill call, which
|
|
59
|
+
# blocked the very Skill call that loads the orchestration preamble.
|
|
54
60
|
is_lifecycle_skill() {
|
|
55
|
-
case "$1" in
|
|
61
|
+
case "${1//:/-}" in
|
|
56
62
|
lisa-research|lisa-plan|lisa-implement|lisa-intake|lisa-debrief) return 0 ;;
|
|
57
63
|
*) return 1 ;;
|
|
58
64
|
esac
|
|
@@ -200,7 +206,15 @@ If you are running Lisa in a non-Claude harness, this Claude enforcement hook
|
|
|
200
206
|
should not be installed; follow the runtime-aware orchestration preamble in the
|
|
201
207
|
skill instead.
|
|
202
208
|
|
|
203
|
-
|
|
204
|
-
|
|
209
|
+
Start by spawning the bounded input-resolver with the \`Agent\` tool.
|
|
210
|
+
|
|
211
|
+
THEN CALL \`Skill\` FOR /${ACTIVE_SKILL} AGAIN. This block is a precondition, not a
|
|
212
|
+
substitute for the skill — nothing in this message replaces its contents. If you
|
|
213
|
+
proceed straight from the input-resolver into the work, you will improvise a
|
|
214
|
+
lifecycle that only resembles the real one: the skill's own steps (auto-merge on
|
|
215
|
+
the PR, driving it to merged, usage accounting, two-way tracker linkage,
|
|
216
|
+
non-closing work-item refs, remote verification, config-bound status
|
|
217
|
+
transitions) are nowhere in this text and will be silently skipped. That failure
|
|
218
|
+
is invisible in the output — the work still looks finished.
|
|
205
219
|
EOF
|
|
206
220
|
exit 2
|