@codyswann/lisa 3.11.6 → 3.11.8

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.
Files changed (145) hide show
  1. package/all/copy-overwrite/scripts/check-state-classification.mjs +3 -0
  2. package/all/copy-overwrite/scripts/lisa-command-envelope.mjs +3 -0
  3. package/all/copy-overwrite/scripts/lisa-floor-collisions.mjs +3 -0
  4. package/all/copy-overwrite/scripts/lisa-schema-validate.mjs +3 -0
  5. package/all/copy-overwrite/scripts/lisa-work-item.mjs +3 -0
  6. package/cdk/copy-overwrite/eslint.cdk.ts +2 -2
  7. package/cdk/copy-overwrite/eslint.config.ts +2 -2
  8. package/cdk/copy-overwrite/eslint.slow.config.ts +2 -2
  9. package/cdk/copy-overwrite/vitest.cdk.ts +2 -2
  10. package/cdk/copy-overwrite/vitest.config.ts +2 -2
  11. package/cdk/create-only/.github/workflows/ci.yml +2 -2
  12. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  13. package/dist/core/upstream-evidence-manifest.js +87 -86
  14. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  15. package/expo/copy-overwrite/eslint.config.ts +2 -2
  16. package/expo/copy-overwrite/eslint.expo.ts +2 -2
  17. package/expo/copy-overwrite/eslint.slow.config.ts +2 -2
  18. package/expo/copy-overwrite/jest.config.ts +2 -2
  19. package/expo/copy-overwrite/jest.expo.ts +2 -2
  20. package/expo/copy-overwrite/jest.setup.pre.js +2 -2
  21. package/expo/copy-overwrite/jest.setup.ts +2 -2
  22. package/expo/copy-overwrite/scripts/bdd/baseline.mjs +3 -0
  23. package/expo/copy-overwrite/scripts/bdd/contract.mjs +3 -0
  24. package/expo/copy-overwrite/scripts/bdd/discover.mjs +3 -0
  25. package/expo/copy-overwrite/scripts/bdd/envelope.mjs +3 -0
  26. package/expo/copy-overwrite/scripts/bdd/parse.mjs +3 -0
  27. package/expo/copy-overwrite/scripts/bdd/render.mjs +3 -0
  28. package/expo/copy-overwrite/scripts/bdd/report.mjs +3 -0
  29. package/expo/copy-overwrite/scripts/bdd/validate.mjs +3 -0
  30. package/expo/copy-overwrite/scripts/bdd/waivers.mjs +3 -0
  31. package/expo/copy-overwrite/scripts/bdd-matrix.mjs +3 -0
  32. package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +3 -0
  33. package/expo/copy-overwrite/scripts/check-e2e-coverage.mjs +3 -0
  34. package/expo/copy-overwrite/scripts/classify-maestro-failures.mjs +3 -0
  35. package/expo/create-only/lighthouserc.js +2 -2
  36. package/harper-fabric/copy-overwrite/.github/dependabot.yml +2 -2
  37. package/harper-fabric/copy-overwrite/.github/workflows/ci.yml +2 -2
  38. package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-early-return-in-search-loop.yml +2 -2
  39. package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-empty-conditions-with-sort.yml +2 -2
  40. package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-full-table-scan.yml +2 -2
  41. package/harper-fabric/copy-overwrite/ast-grep/rules/harper/require-statuscode-on-thrown-error.yml +2 -2
  42. package/harper-fabric/copy-overwrite/eslint.config.ts +2 -2
  43. package/harper-fabric/copy-overwrite/vitest.config.ts +2 -2
  44. package/nestjs/copy-overwrite/eslint.config.ts +2 -2
  45. package/nestjs/copy-overwrite/eslint.nestjs.ts +2 -2
  46. package/nestjs/copy-overwrite/eslint.slow.config.ts +2 -2
  47. package/nestjs/copy-overwrite/vitest.config.ts +2 -2
  48. package/nestjs/copy-overwrite/vitest.nestjs.ts +2 -2
  49. package/nestjs/create-only/.github/k6/examples/customer-deploy-integration.yml +2 -2
  50. package/nestjs/create-only/.github/k6/examples/data-driven-test.js +2 -2
  51. package/nestjs/create-only/.github/k6/scenarios/load.js +2 -2
  52. package/nestjs/create-only/.github/k6/scenarios/smoke.js +2 -2
  53. package/nestjs/create-only/.github/k6/scenarios/soak.js +2 -2
  54. package/nestjs/create-only/.github/k6/scenarios/spike.js +2 -2
  55. package/nestjs/create-only/.github/k6/scenarios/stress.js +2 -2
  56. package/nestjs/create-only/.github/k6/scripts/api-test.js +2 -2
  57. package/nestjs/create-only/.github/k6/scripts/default-test.js +2 -2
  58. package/nestjs/create-only/.github/workflows/ci.yml +2 -2
  59. package/package.json +1 -1
  60. package/phaser/copy-overwrite/.github/workflows/ci.yml +2 -2
  61. package/phaser/copy-overwrite/.husky/pre-push.verify +2 -2
  62. package/phaser/copy-overwrite/ast-grep/rules/phaser/no-canvas-renderer.yml +2 -2
  63. package/phaser/copy-overwrite/ast-grep/rules/phaser/no-raw-webgl-context.yml +2 -2
  64. package/phaser/copy-overwrite/eslint.config.ts +2 -2
  65. package/phaser/copy-overwrite/sgconfig.yml +2 -2
  66. package/phaser/copy-overwrite/vitest.config.ts +2 -2
  67. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  69. package/plugins/lisa/.codex-plugin/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  70. package/plugins/lisa/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  71. package/plugins/lisa-agy/plugin.json +1 -1
  72. package/plugins/lisa-agy/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  73. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  75. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  76. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  77. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  78. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  79. package/plugins/lisa-copilot/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  80. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-cursor/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  82. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  83. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  84. package/plugins/lisa-expo-agy/plugin.json +1 -1
  85. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  86. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  87. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  88. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  89. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  90. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  91. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  92. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  93. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  94. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  95. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  96. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  97. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  98. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  99. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  100. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  101. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  102. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  103. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  104. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  105. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  106. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  107. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  108. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  109. package/plugins/lisa-rails-agy/plugin.json +1 -1
  110. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  111. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  112. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  113. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  114. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  115. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  116. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  117. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  118. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  119. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  120. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  121. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  122. package/plugins/src/base/skills/lisa-parity-safety-net-rules/SKILL.md +18 -3
  123. package/rails/copy-overwrite/Gemfile.lisa +2 -2
  124. package/rails/copy-overwrite/scripts/lisa-clean-git-env.sh +2 -0
  125. package/rails/copy-overwrite/sgconfig.yml +2 -2
  126. package/rails/create-only/.github/workflows/ci.yml +2 -2
  127. package/rails/create-only/.rubocop.local.yml +2 -1
  128. package/scripts/check-required-check-promotions.mjs +93 -0
  129. package/typescript/copy-overwrite/.claude/hooks/worktree-create.sh +2 -2
  130. package/typescript/copy-overwrite/.github/dependabot.yml +2 -2
  131. package/typescript/copy-overwrite/.gitleaksignore.local +2 -2
  132. package/typescript/copy-overwrite/.prettierignore +2 -2
  133. package/typescript/copy-overwrite/.yamllint +2 -2
  134. package/typescript/copy-overwrite/ast-grep/rules/no-missing-fs-extra-namespace-member-js.yml +2 -2
  135. package/typescript/copy-overwrite/ast-grep/rules/no-missing-fs-extra-namespace-member.yml +2 -2
  136. package/typescript/copy-overwrite/commitlint.config.cjs +2 -2
  137. package/typescript/copy-overwrite/eslint.config.ts +2 -2
  138. package/typescript/copy-overwrite/eslint.slow.config.ts +2 -2
  139. package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +3 -0
  140. package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +3 -0
  141. package/typescript/copy-overwrite/scripts/check-verification-coverage.mjs +3 -0
  142. package/typescript/copy-overwrite/scripts/lisa-mutation.mjs +2 -1
  143. package/typescript/copy-overwrite/sgconfig.yml +2 -2
  144. package/typescript/copy-overwrite/vitest.config.ts +2 -2
  145. package/typescript/create-only/.github/workflows/ci.yml +2 -2
@@ -2,7 +2,7 @@
2
2
  name: lisa-parity-safety-net-rules
3
3
  description: "View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook (parity-safety-net.sh). The consolidated cross-agent equivalent of the upstream safety-net plugin's set-custom-rules + verify-custom-rules skills — manages a project-local list of extended-regex patterns that block destructive shell commands, on Codex, agy, Copilot, Cursor, and Claude."
4
4
  allowed-tools: ["Read", "Edit", "Write", "Bash"]
5
- synced-from: safety-net@cc-marketplace@2.0.3
5
+ synced-from: safety-net@cc-marketplace@2.0.4
6
6
  ---
7
7
 
8
8
  # Parity Safety-Net Rules
@@ -24,7 +24,7 @@ project-specific rules on top of those built-ins.
24
24
  > against Lisa conventions — it does **not** port or invoke upstream plugin
25
25
  > code.
26
26
  >
27
- > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.3`.
27
+ > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.4`.
28
28
  > `scripts/plugin-parity-drift.mjs` compares this pin against the upstream
29
29
  > version in the plugin cache and flags staleness. **Do not port or copy upstream
30
30
  > plugin code.**
@@ -34,7 +34,22 @@ project-specific rules on top of those built-ins.
34
34
  > rule-management skill or Lisa's project-local ERE rule contract, and Lisa does
35
35
  > not currently ship hooks for those runtimes, so no behavior is absorbed here.
36
36
  >
37
- > **Known gap at the 2.0.3 pin.** Upstream 2.0.0 rebuilt its engine and added two
37
+ > **2.0.4 review.** Method, so the next person can re-run it rather than trust
38
+ > it: hash the sorted (relative path, content) manifest of every rule-bearing
39
+ > directory in the plugin cache under both versions, then diff the trees
40
+ > excluding `dist/`, `.git/`, and `node_modules/`. Result — `src/` (230 files),
41
+ > `skills/` (1), and `hooks/` (1) are byte-identical across 2.0.3 and 2.0.4
42
+ > (`src` digest `7e346e205fbd1aa7` both sides). The only non-generated
43
+ > differences are the `version` string in `package.json`, `kimi.plugin.json`,
44
+ > and `.claude-plugin/plugin.json`, plus a test-harness fix in
45
+ > `tests/cli/cli-statusline.test.ts` that tolerates EPIPE when an oversized
46
+ > payload is flushed at the bounded reader's cap. Everything else is rebuilt
47
+ > `dist/` output. No rule, guard family, or skill surface moved, so nothing is
48
+ > absorbed here — and, critically, **2.0.4 does not close the gap recorded
49
+ > below**, which therefore carries forward unchanged rather than being dropped
50
+ > at the new pin.
51
+ >
52
+ > **Known gap at the 2.0.4 pin.** Upstream 2.0.0 rebuilt its engine and added two
38
53
  > guard families this hook does **not** mirror: `secret.*` (blocks reading or
39
54
  > copying SSH keys, `.env` files, cloud credentials, and coding-CLI credential
40
55
  > stores) and `rm.git-metadata` (blocks deleting the `.git` control plane). Both
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "AWS CDK-specific Lisa plugin.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -2,7 +2,7 @@
2
2
  name: lisa-parity-safety-net-rules
3
3
  description: "View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook (parity-safety-net.sh). The consolidated cross-agent equivalent of the upstream safety-net plugin's set-custom-rules + verify-custom-rules skills — manages a project-local list of extended-regex patterns that block destructive shell commands, on Codex, agy, Copilot, Cursor, and Claude."
4
4
  allowed-tools: ["Read", "Edit", "Write", "Bash"]
5
- synced-from: safety-net@cc-marketplace@2.0.3
5
+ synced-from: safety-net@cc-marketplace@2.0.4
6
6
  ---
7
7
 
8
8
  # Parity Safety-Net Rules
@@ -24,7 +24,7 @@ project-specific rules on top of those built-ins.
24
24
  > against Lisa conventions — it does **not** port or invoke upstream plugin
25
25
  > code.
26
26
  >
27
- > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.3`.
27
+ > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.4`.
28
28
  > `scripts/plugin-parity-drift.mjs` compares this pin against the upstream
29
29
  > version in the plugin cache and flags staleness. **Do not port or copy upstream
30
30
  > plugin code.**
@@ -34,7 +34,22 @@ project-specific rules on top of those built-ins.
34
34
  > rule-management skill or Lisa's project-local ERE rule contract, and Lisa does
35
35
  > not currently ship hooks for those runtimes, so no behavior is absorbed here.
36
36
  >
37
- > **Known gap at the 2.0.3 pin.** Upstream 2.0.0 rebuilt its engine and added two
37
+ > **2.0.4 review.** Method, so the next person can re-run it rather than trust
38
+ > it: hash the sorted (relative path, content) manifest of every rule-bearing
39
+ > directory in the plugin cache under both versions, then diff the trees
40
+ > excluding `dist/`, `.git/`, and `node_modules/`. Result — `src/` (230 files),
41
+ > `skills/` (1), and `hooks/` (1) are byte-identical across 2.0.3 and 2.0.4
42
+ > (`src` digest `7e346e205fbd1aa7` both sides). The only non-generated
43
+ > differences are the `version` string in `package.json`, `kimi.plugin.json`,
44
+ > and `.claude-plugin/plugin.json`, plus a test-harness fix in
45
+ > `tests/cli/cli-statusline.test.ts` that tolerates EPIPE when an oversized
46
+ > payload is flushed at the bounded reader's cap. Everything else is rebuilt
47
+ > `dist/` output. No rule, guard family, or skill surface moved, so nothing is
48
+ > absorbed here — and, critically, **2.0.4 does not close the gap recorded
49
+ > below**, which therefore carries forward unchanged rather than being dropped
50
+ > at the new pin.
51
+ >
52
+ > **Known gap at the 2.0.4 pin.** Upstream 2.0.0 rebuilt its engine and added two
38
53
  > guard families this hook does **not** mirror: `secret.*` (blocks reading or
39
54
  > copying SSH keys, `.env` files, cloud credentials, and coding-CLI credential
40
55
  > stores) and `rm.git-metadata` (blocks deleting the `.git` control plane). Both
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -2,7 +2,7 @@
2
2
  name: lisa-parity-safety-net-rules
3
3
  description: "View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook (parity-safety-net.sh). The consolidated cross-agent equivalent of the upstream safety-net plugin's set-custom-rules + verify-custom-rules skills — manages a project-local list of extended-regex patterns that block destructive shell commands, on Codex, agy, Copilot, Cursor, and Claude."
4
4
  allowed-tools: ["Read", "Edit", "Write", "Bash"]
5
- synced-from: safety-net@cc-marketplace@2.0.3
5
+ synced-from: safety-net@cc-marketplace@2.0.4
6
6
  ---
7
7
 
8
8
  # Parity Safety-Net Rules
@@ -24,7 +24,7 @@ project-specific rules on top of those built-ins.
24
24
  > against Lisa conventions — it does **not** port or invoke upstream plugin
25
25
  > code.
26
26
  >
27
- > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.3`.
27
+ > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.4`.
28
28
  > `scripts/plugin-parity-drift.mjs` compares this pin against the upstream
29
29
  > version in the plugin cache and flags staleness. **Do not port or copy upstream
30
30
  > plugin code.**
@@ -34,7 +34,22 @@ project-specific rules on top of those built-ins.
34
34
  > rule-management skill or Lisa's project-local ERE rule contract, and Lisa does
35
35
  > not currently ship hooks for those runtimes, so no behavior is absorbed here.
36
36
  >
37
- > **Known gap at the 2.0.3 pin.** Upstream 2.0.0 rebuilt its engine and added two
37
+ > **2.0.4 review.** Method, so the next person can re-run it rather than trust
38
+ > it: hash the sorted (relative path, content) manifest of every rule-bearing
39
+ > directory in the plugin cache under both versions, then diff the trees
40
+ > excluding `dist/`, `.git/`, and `node_modules/`. Result — `src/` (230 files),
41
+ > `skills/` (1), and `hooks/` (1) are byte-identical across 2.0.3 and 2.0.4
42
+ > (`src` digest `7e346e205fbd1aa7` both sides). The only non-generated
43
+ > differences are the `version` string in `package.json`, `kimi.plugin.json`,
44
+ > and `.claude-plugin/plugin.json`, plus a test-harness fix in
45
+ > `tests/cli/cli-statusline.test.ts` that tolerates EPIPE when an oversized
46
+ > payload is flushed at the bounded reader's cap. Everything else is rebuilt
47
+ > `dist/` output. No rule, guard family, or skill surface moved, so nothing is
48
+ > absorbed here — and, critically, **2.0.4 does not close the gap recorded
49
+ > below**, which therefore carries forward unchanged rather than being dropped
50
+ > at the new pin.
51
+ >
52
+ > **Known gap at the 2.0.4 pin.** Upstream 2.0.0 rebuilt its engine and added two
38
53
  > guard families this hook does **not** mirror: `secret.*` (blocks reading or
39
54
  > copying SSH keys, `.env` files, cloud credentials, and coding-CLI credential
40
55
  > stores) and `rm.git-metadata` (blocks deleting the `.git` control plane). Both
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Harper/Fabric-specific Lisa rules for TypeScript component apps.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
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": "3.11.6",
3
+ "version": "3.11.8",
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": "3.11.6",
3
+ "version": "3.11.8",
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": "3.11.6",
3
+ "version": "3.11.8",
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": "3.11.6",
3
+ "version": "3.11.8",
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-phaser",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Ruby on Rails-specific skills and hooks for RuboCop and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "TypeScript-specific hooks for formatting, linting, and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "Distributable LLM Wiki kernel — ingest, query, lint, and maintain a git-native markdown knowledge base across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "3.11.6",
3
+ "version": "3.11.8",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -2,7 +2,7 @@
2
2
  name: lisa-parity-safety-net-rules
3
3
  description: "View, set, and verify the custom guard rules enforced by Lisa's safety-net PreToolUse Bash hook (parity-safety-net.sh). The consolidated cross-agent equivalent of the upstream safety-net plugin's set-custom-rules + verify-custom-rules skills — manages a project-local list of extended-regex patterns that block destructive shell commands, on Codex, agy, Copilot, Cursor, and Claude."
4
4
  allowed-tools: ["Read", "Edit", "Write", "Bash"]
5
- synced-from: safety-net@cc-marketplace@2.0.3
5
+ synced-from: safety-net@cc-marketplace@2.0.4
6
6
  ---
7
7
 
8
8
  # Parity Safety-Net Rules
@@ -24,7 +24,7 @@ project-specific rules on top of those built-ins.
24
24
  > against Lisa conventions — it does **not** port or invoke upstream plugin
25
25
  > code.
26
26
  >
27
- > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.3`.
27
+ > **Drift tracking.** Pinned to `safety-net@cc-marketplace@2.0.4`.
28
28
  > `scripts/plugin-parity-drift.mjs` compares this pin against the upstream
29
29
  > version in the plugin cache and flags staleness. **Do not port or copy upstream
30
30
  > plugin code.**
@@ -34,7 +34,22 @@ project-specific rules on top of those built-ins.
34
34
  > rule-management skill or Lisa's project-local ERE rule contract, and Lisa does
35
35
  > not currently ship hooks for those runtimes, so no behavior is absorbed here.
36
36
  >
37
- > **Known gap at the 2.0.3 pin.** Upstream 2.0.0 rebuilt its engine and added two
37
+ > **2.0.4 review.** Method, so the next person can re-run it rather than trust
38
+ > it: hash the sorted (relative path, content) manifest of every rule-bearing
39
+ > directory in the plugin cache under both versions, then diff the trees
40
+ > excluding `dist/`, `.git/`, and `node_modules/`. Result — `src/` (230 files),
41
+ > `skills/` (1), and `hooks/` (1) are byte-identical across 2.0.3 and 2.0.4
42
+ > (`src` digest `7e346e205fbd1aa7` both sides). The only non-generated
43
+ > differences are the `version` string in `package.json`, `kimi.plugin.json`,
44
+ > and `.claude-plugin/plugin.json`, plus a test-harness fix in
45
+ > `tests/cli/cli-statusline.test.ts` that tolerates EPIPE when an oversized
46
+ > payload is flushed at the bounded reader's cap. Everything else is rebuilt
47
+ > `dist/` output. No rule, guard family, or skill surface moved, so nothing is
48
+ > absorbed here — and, critically, **2.0.4 does not close the gap recorded
49
+ > below**, which therefore carries forward unchanged rather than being dropped
50
+ > at the new pin.
51
+ >
52
+ > **Known gap at the 2.0.4 pin.** Upstream 2.0.0 rebuilt its engine and added two
38
53
  > guard families this hook does **not** mirror: `secret.*` (blocks reading or
39
54
  > copying SSH keys, `.env` files, cloud credentials, and coding-CLI credential
40
55
  > stores) and `rm.git-metadata` (blocks deleting the `.git` control plane). Both
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # This file is managed by Lisa. Do not edit directly.
4
- # These gems are governance-critical and will be overwritten on every `lisa` run.
3
+ # This file is managed by Lisa and IS replaced on each `lisa` run.
4
+ # Do not edit directly durable changes belong upstream in Lisa.
5
5
 
6
6
  # Runtime governance (all environments)
7
7
  gem "strong_migrations", "~> 2.5"
@@ -1,4 +1,6 @@
1
1
  #!/bin/sh
2
+ # This file is managed by Lisa and IS replaced on each `lisa` run.
3
+ # Do not edit directly — durable changes belong upstream in Lisa.
2
4
 
3
5
  set -eu
4
6