@codyswann/lisa 2.185.0 → 2.186.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/package.json +1 -1
- package/phaser/copy-overwrite/.husky/pre-push.verify +19 -0
- 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-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/typescript/copy-contents/.husky/pre-push +13 -0
- package/typescript/copy-overwrite/scripts/lisa-mutation.mjs +2 -2
package/package.json
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"ws": ">=8.20.1"
|
|
94
94
|
},
|
|
95
95
|
"name": "@codyswann/lisa",
|
|
96
|
-
"version": "2.
|
|
96
|
+
"version": "2.186.0",
|
|
97
97
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
98
98
|
"main": "dist/index.js",
|
|
99
99
|
"exports": {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# This file is managed by Lisa.
|
|
2
|
+
# Do not edit directly -- changes will be overwritten on the next `lisa` run.
|
|
3
|
+
#
|
|
4
|
+
# Verification IS UAT — local mirror of the CI verification_coverage gate.
|
|
5
|
+
# Sourced by .husky/pre-push (the managed verification extension slot). Blocks a
|
|
6
|
+
# push whose feat/fix commits ship no verification (e2e) spec delta, so the gate
|
|
7
|
+
# is caught locally before code leaves the machine, not only in CI.
|
|
8
|
+
#
|
|
9
|
+
# The check (scripts/check-verification-coverage.mjs) falls back to diffing
|
|
10
|
+
# origin/main...HEAD and derives the change types from commit subjects. PR labels
|
|
11
|
+
# are not available locally, so the escape hatch for a genuinely non-behavioral
|
|
12
|
+
# change is an env var:
|
|
13
|
+
#
|
|
14
|
+
# VERIFY_LABELS=verification-exempt git push
|
|
15
|
+
#
|
|
16
|
+
if [ -f scripts/check-verification-coverage.mjs ]; then
|
|
17
|
+
echo "✅ Verification (UAT) coverage check..."
|
|
18
|
+
node scripts/check-verification-coverage.mjs || exit 1
|
|
19
|
+
fi
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.186.0",
|
|
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.
|
|
3
|
+
"version": "2.186.0",
|
|
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.
|
|
3
|
+
"version": "2.186.0",
|
|
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.
|
|
3
|
+
"version": "2.186.0",
|
|
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.
|
|
3
|
+
"version": "2.186.0",
|
|
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"
|
|
@@ -308,6 +308,19 @@ fi
|
|
|
308
308
|
# fi
|
|
309
309
|
# fi
|
|
310
310
|
|
|
311
|
+
# Managed verification (UAT) extension slot (see .husky/pre-push.verify).
|
|
312
|
+
# Opt-in project types (e.g. phaser) ship this snippet via Lisa; it mirrors the
|
|
313
|
+
# CI verification_coverage gate locally. It is absent for types that have not
|
|
314
|
+
# opted into verify_enforced, so this block is a no-op for them.
|
|
315
|
+
if [ -f .husky/pre-push.verify ]; then
|
|
316
|
+
# shellcheck source=/dev/null
|
|
317
|
+
. .husky/pre-push.verify
|
|
318
|
+
if [ $? -ne 0 ]; then
|
|
319
|
+
echo "❌ Verification (UAT) coverage check failed."
|
|
320
|
+
exit 1
|
|
321
|
+
fi
|
|
322
|
+
fi
|
|
323
|
+
|
|
311
324
|
# Project-specific extension slot (see .husky/pre-push.local).
|
|
312
325
|
# This hook sources pre-push.local if present so per-project checks
|
|
313
326
|
# (e.g., app-boot verification, schema validation) survive Lisa template
|
|
@@ -100,8 +100,8 @@ if (!base) {
|
|
|
100
100
|
const isMutable = f =>
|
|
101
101
|
/\.(ts|tsx)$/.test(f) &&
|
|
102
102
|
!/\.(spec|test)\.(ts|tsx)$/.test(f) &&
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
!f.endsWith(".d.ts") &&
|
|
104
|
+
!f.endsWith(".stories.tsx") &&
|
|
105
105
|
(f.startsWith("src/") || f.startsWith("lib/"));
|
|
106
106
|
|
|
107
107
|
let changed = [];
|