@codyswann/lisa 3.18.1 → 3.19.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 +19 -1
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/health/drift-tickets.d.ts +88 -0
- package/dist/health/drift-tickets.d.ts.map +1 -0
- package/dist/health/drift-tickets.js +112 -0
- package/dist/health/drift-tickets.js.map +1 -0
- package/dist/health/index.d.ts +1 -0
- package/dist/health/index.d.ts.map +1 -1
- package/dist/health/index.js +1 -0
- package/dist/health/index.js.map +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/.codex-plugin/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-health-drift-cron/agents/openai.yaml +4 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-automations/SKILL.md +10 -0
- package/plugins/lisa/commands/health-drift-cron.md +9 -0
- package/plugins/lisa/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/lisa/skills/lisa-health-drift-cron/agents/openai.yaml +4 -0
- package/plugins/lisa/skills/lisa-setup-automations/SKILL.md +10 -0
- package/plugins/lisa-agy/commands/lisa/health-drift-cron.md +9 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/lisa-agy/skills/lisa-setup-automations/SKILL.md +10 -0
- 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-copilot/commands/lisa/health-drift-cron.md +9 -0
- package/plugins/lisa-copilot/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/lisa-copilot/skills/lisa-setup-automations/SKILL.md +10 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/commands/lisa/health-drift-cron.md +9 -0
- package/plugins/lisa-cursor/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/lisa-cursor/skills/lisa-setup-automations/SKILL.md +10 -0
- 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/commands/health-drift-cron.md +9 -0
- package/plugins/src/base/skills/lisa-health-drift-cron/SKILL.md +80 -0
- package/plugins/src/base/skills/lisa-setup-automations/SKILL.md +10 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA01EpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAirOjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -275,6 +275,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
275
275
|
"plugins/src/base/commands/git/commit.md": "fff4bf37e270d6a9ed8b8f97abe21d664d2998e8b9f3dd82754476558007cacc",
|
|
276
276
|
"plugins/src/base/commands/git/prune.md": "d1f520ffedaa1ca331c232c9e113ca8e7868a1e93028ff9d45a2bc32d7ce45e2",
|
|
277
277
|
"plugins/src/base/commands/git/submit-pr.md": "131ba633e9bc4379e0ed63f30752076b1aa5b5552d8f542624bc8d4451135773",
|
|
278
|
+
"plugins/src/base/commands/health-drift-cron.md": "bb656bdc2e03d77d6f34eeda82e05ae62bc9ca899ac14d3a1e9524875afcf954",
|
|
278
279
|
"plugins/src/base/commands/health.md": "f74536619029160e20240c3f1eaf02b300aaecd2a649651fd8ce6bf78f881c70",
|
|
279
280
|
"plugins/src/base/commands/implement.md": "9c3c7a97881583e3a8fb65555d085e8803e942a866a34c51cd7d4a9fcacdfb45",
|
|
280
281
|
"plugins/src/base/commands/improve-harness.md": "2547a45e1e510e9507d8d22fe6d0948dff896574d068f84b4d319088d020a721",
|
|
@@ -525,6 +526,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
525
526
|
"plugins/src/base/skills/lisa-github-verify/SKILL.md": "0d8dce0fff60591d1efff30e340c2cbbef2e8a849ed650389f2391518580ca53",
|
|
526
527
|
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "91c36d0a5fdc06bee1819e705d312317d42ecda67308b141f1a65b80e45bfbc0",
|
|
527
528
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "262f8a1bcfad4c5dd4456cfaaf1b71abf9697a0da588966e58ff491acd3c17e8",
|
|
529
|
+
"plugins/src/base/skills/lisa-health-drift-cron/SKILL.md": "852eb7410ce26badc7e441d32d43dc15004431abf413fd702f80b4dc5fff4a89",
|
|
528
530
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
529
531
|
"plugins/src/base/skills/lisa-implement/SKILL.md": "8771c97cc31d96339754e5d999483e94b6cc868ec32e6a62acb6e99793b56602",
|
|
530
532
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
|
|
@@ -639,7 +641,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
639
641
|
"plugins/src/base/skills/lisa-security-zap-scan/SKILL.md": "a5189442dbf970cc49fd089ab03c386c8a205b856e09501f6ad1966321e7e4b5",
|
|
640
642
|
"plugins/src/base/skills/lisa-sentry-access/SKILL.md": "e8ea8e6e4288385202f88b04e258b6d86f304a05d6dc118ebde6e88a7e8b5f44",
|
|
641
643
|
"plugins/src/base/skills/lisa-setup-atlassian/SKILL.md": "4fa7f9a83a9998951528c8ffffa930c61b5c316b510356a3e7a90ccb9d5ca123",
|
|
642
|
-
"plugins/src/base/skills/lisa-setup-automations/SKILL.md": "
|
|
644
|
+
"plugins/src/base/skills/lisa-setup-automations/SKILL.md": "4bf86639bca29641686fd124d7d4b6c177775063930a309e2c33f808e33d505f",
|
|
643
645
|
"plugins/src/base/skills/lisa-setup-automations/scripts/generate-workflow.mjs": "f639c3f174378f0068b9c9d56e59b356c6da988730a1390c61e4348b4a4073ac",
|
|
644
646
|
"plugins/src/base/skills/lisa-setup-confluence/SKILL.md": "e92d762dbdaeae671c3e52dfe8e10d40a10b606b5e050589181a3898649faedc",
|
|
645
647
|
"plugins/src/base/skills/lisa-setup-github-repo/SKILL.md": "b9b223a5ffad2f88e3fde5831b60fea9bdc2c981750c49d03bb046d43772a0d3",
|
|
@@ -2116,6 +2118,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2116
2118
|
"plugins/lisa-agy/commands/lisa/git/commit.md": true,
|
|
2117
2119
|
"plugins/lisa-agy/commands/lisa/git/prune.md": true,
|
|
2118
2120
|
"plugins/lisa-agy/commands/lisa/git/submit-pr.md": true,
|
|
2121
|
+
"plugins/lisa-agy/commands/lisa/health-drift-cron.md": true,
|
|
2119
2122
|
"plugins/lisa-agy/commands/lisa/health.md": true,
|
|
2120
2123
|
"plugins/lisa-agy/commands/lisa/implement.md": true,
|
|
2121
2124
|
"plugins/lisa-agy/commands/lisa/improve-harness.md": true,
|
|
@@ -2250,6 +2253,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2250
2253
|
"plugins/lisa-agy/skills/lisa-github-verify/SKILL.md": true,
|
|
2251
2254
|
"plugins/lisa-agy/skills/lisa-github-write-issue/SKILL.md": true,
|
|
2252
2255
|
"plugins/lisa-agy/skills/lisa-github-write-prd/SKILL.md": true,
|
|
2256
|
+
"plugins/lisa-agy/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
2253
2257
|
"plugins/lisa-agy/skills/lisa-health/SKILL.md": true,
|
|
2254
2258
|
"plugins/lisa-agy/skills/lisa-implement/SKILL.md": true,
|
|
2255
2259
|
"plugins/lisa-agy/skills/lisa-improve-code-complexity/SKILL.md": true,
|
|
@@ -2479,6 +2483,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2479
2483
|
"plugins/lisa-copilot/commands/lisa/git/commit.md": true,
|
|
2480
2484
|
"plugins/lisa-copilot/commands/lisa/git/prune.md": true,
|
|
2481
2485
|
"plugins/lisa-copilot/commands/lisa/git/submit-pr.md": true,
|
|
2486
|
+
"plugins/lisa-copilot/commands/lisa/health-drift-cron.md": true,
|
|
2482
2487
|
"plugins/lisa-copilot/commands/lisa/health.md": true,
|
|
2483
2488
|
"plugins/lisa-copilot/commands/lisa/implement.md": true,
|
|
2484
2489
|
"plugins/lisa-copilot/commands/lisa/improve-harness.md": true,
|
|
@@ -2719,6 +2724,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2719
2724
|
"plugins/lisa-copilot/skills/lisa-github-verify/SKILL.md": true,
|
|
2720
2725
|
"plugins/lisa-copilot/skills/lisa-github-write-issue/SKILL.md": true,
|
|
2721
2726
|
"plugins/lisa-copilot/skills/lisa-github-write-prd/SKILL.md": true,
|
|
2727
|
+
"plugins/lisa-copilot/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
2722
2728
|
"plugins/lisa-copilot/skills/lisa-health/SKILL.md": true,
|
|
2723
2729
|
"plugins/lisa-copilot/skills/lisa-implement/SKILL.md": true,
|
|
2724
2730
|
"plugins/lisa-copilot/skills/lisa-improve-code-complexity/SKILL.md": true,
|
|
@@ -2933,6 +2939,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2933
2939
|
"plugins/lisa-cursor/commands/lisa/git/commit.md": true,
|
|
2934
2940
|
"plugins/lisa-cursor/commands/lisa/git/prune.md": true,
|
|
2935
2941
|
"plugins/lisa-cursor/commands/lisa/git/submit-pr.md": true,
|
|
2942
|
+
"plugins/lisa-cursor/commands/lisa/health-drift-cron.md": true,
|
|
2936
2943
|
"plugins/lisa-cursor/commands/lisa/health.md": true,
|
|
2937
2944
|
"plugins/lisa-cursor/commands/lisa/implement.md": true,
|
|
2938
2945
|
"plugins/lisa-cursor/commands/lisa/improve-harness.md": true,
|
|
@@ -3174,6 +3181,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3174
3181
|
"plugins/lisa-cursor/skills/lisa-github-verify/SKILL.md": true,
|
|
3175
3182
|
"plugins/lisa-cursor/skills/lisa-github-write-issue/SKILL.md": true,
|
|
3176
3183
|
"plugins/lisa-cursor/skills/lisa-github-write-prd/SKILL.md": true,
|
|
3184
|
+
"plugins/lisa-cursor/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
3177
3185
|
"plugins/lisa-cursor/skills/lisa-health/SKILL.md": true,
|
|
3178
3186
|
"plugins/lisa-cursor/skills/lisa-implement/SKILL.md": true,
|
|
3179
3187
|
"plugins/lisa-cursor/skills/lisa-improve-code-complexity/SKILL.md": true,
|
|
@@ -5134,6 +5142,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5134
5142
|
"plugins/lisa/.codex-plugin/skills/lisa-github-write-issue/agents/openai.yaml": true,
|
|
5135
5143
|
"plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/SKILL.md": true,
|
|
5136
5144
|
"plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/agents/openai.yaml": true,
|
|
5145
|
+
"plugins/lisa/.codex-plugin/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
5146
|
+
"plugins/lisa/.codex-plugin/skills/lisa-health-drift-cron/agents/openai.yaml": true,
|
|
5137
5147
|
"plugins/lisa/.codex-plugin/skills/lisa-health/SKILL.md": true,
|
|
5138
5148
|
"plugins/lisa/.codex-plugin/skills/lisa-health/agents/openai.yaml": true,
|
|
5139
5149
|
"plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md": true,
|
|
@@ -5476,6 +5486,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5476
5486
|
"plugins/lisa/commands/git/commit.md": true,
|
|
5477
5487
|
"plugins/lisa/commands/git/prune.md": true,
|
|
5478
5488
|
"plugins/lisa/commands/git/submit-pr.md": true,
|
|
5489
|
+
"plugins/lisa/commands/health-drift-cron.md": true,
|
|
5479
5490
|
"plugins/lisa/commands/health.md": true,
|
|
5480
5491
|
"plugins/lisa/commands/implement.md": true,
|
|
5481
5492
|
"plugins/lisa/commands/improve-harness.md": true,
|
|
@@ -5770,6 +5781,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5770
5781
|
"plugins/lisa/skills/lisa-github-write-issue/agents/openai.yaml": true,
|
|
5771
5782
|
"plugins/lisa/skills/lisa-github-write-prd/SKILL.md": true,
|
|
5772
5783
|
"plugins/lisa/skills/lisa-github-write-prd/agents/openai.yaml": true,
|
|
5784
|
+
"plugins/lisa/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
5785
|
+
"plugins/lisa/skills/lisa-health-drift-cron/agents/openai.yaml": true,
|
|
5773
5786
|
"plugins/lisa/skills/lisa-health/SKILL.md": true,
|
|
5774
5787
|
"plugins/lisa/skills/lisa-health/agents/openai.yaml": true,
|
|
5775
5788
|
"plugins/lisa/skills/lisa-implement/SKILL.md": true,
|
|
@@ -6112,6 +6125,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6112
6125
|
"plugins/src/base/commands/git/commit.md": true,
|
|
6113
6126
|
"plugins/src/base/commands/git/prune.md": true,
|
|
6114
6127
|
"plugins/src/base/commands/git/submit-pr.md": true,
|
|
6128
|
+
"plugins/src/base/commands/health-drift-cron.md": true,
|
|
6115
6129
|
"plugins/src/base/commands/health.md": true,
|
|
6116
6130
|
"plugins/src/base/commands/implement.md": true,
|
|
6117
6131
|
"plugins/src/base/commands/improve-harness.md": true,
|
|
@@ -6362,6 +6376,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6362
6376
|
"plugins/src/base/skills/lisa-github-verify/SKILL.md": true,
|
|
6363
6377
|
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": true,
|
|
6364
6378
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": true,
|
|
6379
|
+
"plugins/src/base/skills/lisa-health-drift-cron/SKILL.md": true,
|
|
6365
6380
|
"plugins/src/base/skills/lisa-health/SKILL.md": true,
|
|
6366
6381
|
"plugins/src/base/skills/lisa-implement/SKILL.md": true,
|
|
6367
6382
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": true,
|
|
@@ -7247,6 +7262,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7247
7262
|
"src/health/contract.ts": true,
|
|
7248
7263
|
"src/health/deadline.ts": true,
|
|
7249
7264
|
"src/health/deterministic.ts": true,
|
|
7265
|
+
"src/health/drift-tickets.ts": true,
|
|
7250
7266
|
"src/health/evaluation-protocol.ts": true,
|
|
7251
7267
|
"src/health/finding-utils.ts": true,
|
|
7252
7268
|
"src/health/governance-probes.ts": true,
|
|
@@ -7625,6 +7641,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7625
7641
|
"tests/unit/codex/source-authored-openai-yaml.test.ts": true,
|
|
7626
7642
|
"tests/unit/config/ast-grep-rule-tests.test.ts": true,
|
|
7627
7643
|
"tests/unit/config/ast-grep-template.test.ts": true,
|
|
7644
|
+
"tests/unit/config/coderabbit-labeling-scope.test.ts": true,
|
|
7628
7645
|
"tests/unit/config/eslint-ignore-wiki.test.ts": true,
|
|
7629
7646
|
"tests/unit/config/eslint-no-unused-vars.test.ts": true,
|
|
7630
7647
|
"tests/unit/config/eslint-plugin-phaser.test.ts": true,
|
|
@@ -7713,6 +7730,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7713
7730
|
"tests/unit/health/deadline.test.ts": true,
|
|
7714
7731
|
"tests/unit/health/deterministic-regressions.test.ts": true,
|
|
7715
7732
|
"tests/unit/health/deterministic.test.ts": true,
|
|
7733
|
+
"tests/unit/health/drift-tickets.test.ts": true,
|
|
7716
7734
|
"tests/unit/health/gitignore.test.ts": true,
|
|
7717
7735
|
"tests/unit/health/package-surfaces.test.ts": true,
|
|
7718
7736
|
"tests/unit/health/storage.test.ts": true,
|