@codyswann/lisa 3.9.2 → 3.10.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/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +7 -6
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/harper-fabric/package-lisa/package.lisa.json +1 -0
- package/package.json +2 -1
- package/phaser/copy-overwrite/ast-grep/rule-tests/.gitkeep +20 -0
- package/phaser/package-lisa/package.lisa.json +1 -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/rails/copy-overwrite/ast-grep/rule-tests/.gitkeep +20 -0
- package/typescript/copy-overwrite/ast-grep/rule-tests/.gitkeep +20 -3
- package/typescript/package-lisa/package.lisa.json +1 -0
package/package.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"knip:check": "knip",
|
|
18
18
|
"knip:fix": "knip --fix",
|
|
19
19
|
"sg:scan": "ast-grep scan",
|
|
20
|
+
"sg:test": "ast-grep test",
|
|
20
21
|
"build:plugins": "bash scripts/build-plugins.sh",
|
|
21
22
|
"prepare": "node -e \"if (process.env.INIT_CWD?.includes('.serverless')) process.exit(0); process.exit(1);\" || husky install || true",
|
|
22
23
|
"start": "node dist/index.js",
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
}
|
|
121
122
|
},
|
|
122
123
|
"name": "@codyswann/lisa",
|
|
123
|
-
"version": "3.
|
|
124
|
+
"version": "3.10.0",
|
|
124
125
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
125
126
|
"main": "dist/index.js",
|
|
126
127
|
"exports": {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Test cases for the ast-grep rules in ../rules/.
|
|
2
|
+
#
|
|
3
|
+
# These run. `ast-grep test` is wired to the `sg:test` package script and to
|
|
4
|
+
# the AST Grep Scan job in Lisa's quality workflow, so a wrong assertion here
|
|
5
|
+
# fails CI. The job counts the YAML files in this directory first: an empty
|
|
6
|
+
# directory is reported as a skipped step with a warning, never as a pass,
|
|
7
|
+
# because `ast-grep test` exits 0 when it finds nothing to run.
|
|
8
|
+
#
|
|
9
|
+
# A test file binds to a rule by its `id:` field, not by its filename — the
|
|
10
|
+
# `<rule-id>-test.yml` convention is for humans reading the tree. Each case
|
|
11
|
+
# listed under `valid:` must produce no diagnostic and each under `invalid:`
|
|
12
|
+
# must produce one, so every rule is asserted in both directions.
|
|
13
|
+
#
|
|
14
|
+
# Every `invalid:` case also needs a snapshot under __snapshots__/ pinning
|
|
15
|
+
# where the rule matched; a missing snapshot fails the run rather than being
|
|
16
|
+
# skipped. Record them with:
|
|
17
|
+
#
|
|
18
|
+
# ast-grep test --update-all (or: <package manager> run sg:test -U)
|
|
19
|
+
#
|
|
20
|
+
# See: https://ast-grep.github.io/guide/test-rule.html
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.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": "3.
|
|
3
|
+
"version": "3.10.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": "3.
|
|
3
|
+
"version": "3.10.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": "3.
|
|
3
|
+
"version": "3.10.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": "3.
|
|
3
|
+
"version": "3.10.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"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Test cases for the ast-grep rules in ../rules/.
|
|
2
|
+
#
|
|
3
|
+
# These run. `ast-grep test` is wired to the `sg:test` package script and to
|
|
4
|
+
# the AST Grep Scan job in Lisa's quality workflow, so a wrong assertion here
|
|
5
|
+
# fails CI. The job counts the YAML files in this directory first: an empty
|
|
6
|
+
# directory is reported as a skipped step with a warning, never as a pass,
|
|
7
|
+
# because `ast-grep test` exits 0 when it finds nothing to run.
|
|
8
|
+
#
|
|
9
|
+
# A test file binds to a rule by its `id:` field, not by its filename — the
|
|
10
|
+
# `<rule-id>-test.yml` convention is for humans reading the tree. Each case
|
|
11
|
+
# listed under `valid:` must produce no diagnostic and each under `invalid:`
|
|
12
|
+
# must produce one, so every rule is asserted in both directions.
|
|
13
|
+
#
|
|
14
|
+
# Every `invalid:` case also needs a snapshot under __snapshots__/ pinning
|
|
15
|
+
# where the rule matched; a missing snapshot fails the run rather than being
|
|
16
|
+
# skipped. Record them with:
|
|
17
|
+
#
|
|
18
|
+
# ast-grep test --update-all (or: <package manager> run sg:test -U)
|
|
19
|
+
#
|
|
20
|
+
# See: https://ast-grep.github.io/guide/test-rule.html
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
3
|
-
#
|
|
1
|
+
# Test cases for the ast-grep rules in ../rules/.
|
|
2
|
+
#
|
|
3
|
+
# These run. `ast-grep test` is wired to the `sg:test` package script and to
|
|
4
|
+
# the AST Grep Scan job in Lisa's quality workflow, so a wrong assertion here
|
|
5
|
+
# fails CI. The job counts the YAML files in this directory first: an empty
|
|
6
|
+
# directory is reported as a skipped step with a warning, never as a pass,
|
|
7
|
+
# because `ast-grep test` exits 0 when it finds nothing to run.
|
|
8
|
+
#
|
|
9
|
+
# A test file binds to a rule by its `id:` field, not by its filename — the
|
|
10
|
+
# `<rule-id>-test.yml` convention is for humans reading the tree. Each case
|
|
11
|
+
# listed under `valid:` must produce no diagnostic and each under `invalid:`
|
|
12
|
+
# must produce one, so every rule is asserted in both directions.
|
|
13
|
+
#
|
|
14
|
+
# Every `invalid:` case also needs a snapshot under __snapshots__/ pinning
|
|
15
|
+
# where the rule matched; a missing snapshot fails the run rather than being
|
|
16
|
+
# skipped. Record them with:
|
|
17
|
+
#
|
|
18
|
+
# ast-grep test --update-all (or: <package manager> run sg:test -U)
|
|
19
|
+
#
|
|
20
|
+
# See: https://ast-grep.github.io/guide/test-rule.html
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"knip:check": "knip",
|
|
17
17
|
"knip:fix": "knip --fix",
|
|
18
18
|
"sg:scan": "ast-grep scan",
|
|
19
|
+
"sg:test": "ast-grep test",
|
|
19
20
|
"prepare": "node -e \"if (process.env.INIT_CWD?.includes('.serverless')) process.exit(0); process.exit(1);\" || husky install || true",
|
|
20
21
|
"nightly:health": "node scripts/check-nightly-e2e-health.mjs",
|
|
21
22
|
"check:skipped-required-checks": "node scripts/check-skipped-required-checks.mjs",
|