@codyswann/lisa 3.11.7 → 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.
- package/all/copy-overwrite/scripts/check-state-classification.mjs +3 -0
- package/all/copy-overwrite/scripts/lisa-command-envelope.mjs +3 -0
- package/all/copy-overwrite/scripts/lisa-floor-collisions.mjs +3 -0
- package/all/copy-overwrite/scripts/lisa-schema-validate.mjs +3 -0
- package/all/copy-overwrite/scripts/lisa-work-item.mjs +3 -0
- package/cdk/copy-overwrite/eslint.cdk.ts +2 -2
- package/cdk/copy-overwrite/eslint.config.ts +2 -2
- package/cdk/copy-overwrite/eslint.slow.config.ts +2 -2
- package/cdk/copy-overwrite/vitest.cdk.ts +2 -2
- package/cdk/copy-overwrite/vitest.config.ts +2 -2
- package/cdk/create-only/.github/workflows/ci.yml +2 -2
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +85 -84
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/copy-overwrite/eslint.config.ts +2 -2
- package/expo/copy-overwrite/eslint.expo.ts +2 -2
- package/expo/copy-overwrite/eslint.slow.config.ts +2 -2
- package/expo/copy-overwrite/jest.config.ts +2 -2
- package/expo/copy-overwrite/jest.expo.ts +2 -2
- package/expo/copy-overwrite/jest.setup.pre.js +2 -2
- package/expo/copy-overwrite/jest.setup.ts +2 -2
- package/expo/copy-overwrite/scripts/bdd/baseline.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/contract.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/discover.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/envelope.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/parse.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/render.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/report.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/validate.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd/waivers.mjs +3 -0
- package/expo/copy-overwrite/scripts/bdd-matrix.mjs +3 -0
- package/expo/copy-overwrite/scripts/check-bdd-coverage.mjs +3 -0
- package/expo/copy-overwrite/scripts/check-e2e-coverage.mjs +3 -0
- package/expo/copy-overwrite/scripts/classify-maestro-failures.mjs +3 -0
- package/expo/create-only/lighthouserc.js +2 -2
- package/harper-fabric/copy-overwrite/.github/dependabot.yml +2 -2
- package/harper-fabric/copy-overwrite/.github/workflows/ci.yml +2 -2
- package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-early-return-in-search-loop.yml +2 -2
- package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-empty-conditions-with-sort.yml +2 -2
- package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-full-table-scan.yml +2 -2
- package/harper-fabric/copy-overwrite/ast-grep/rules/harper/require-statuscode-on-thrown-error.yml +2 -2
- package/harper-fabric/copy-overwrite/eslint.config.ts +2 -2
- package/harper-fabric/copy-overwrite/vitest.config.ts +2 -2
- package/nestjs/copy-overwrite/eslint.config.ts +2 -2
- package/nestjs/copy-overwrite/eslint.nestjs.ts +2 -2
- package/nestjs/copy-overwrite/eslint.slow.config.ts +2 -2
- package/nestjs/copy-overwrite/vitest.config.ts +2 -2
- package/nestjs/copy-overwrite/vitest.nestjs.ts +2 -2
- package/nestjs/create-only/.github/k6/examples/customer-deploy-integration.yml +2 -2
- package/nestjs/create-only/.github/k6/examples/data-driven-test.js +2 -2
- package/nestjs/create-only/.github/k6/scenarios/load.js +2 -2
- package/nestjs/create-only/.github/k6/scenarios/smoke.js +2 -2
- package/nestjs/create-only/.github/k6/scenarios/soak.js +2 -2
- package/nestjs/create-only/.github/k6/scenarios/spike.js +2 -2
- package/nestjs/create-only/.github/k6/scenarios/stress.js +2 -2
- package/nestjs/create-only/.github/k6/scripts/api-test.js +2 -2
- package/nestjs/create-only/.github/k6/scripts/default-test.js +2 -2
- package/nestjs/create-only/.github/workflows/ci.yml +2 -2
- package/package.json +1 -1
- package/phaser/copy-overwrite/.github/workflows/ci.yml +2 -2
- package/phaser/copy-overwrite/.husky/pre-push.verify +2 -2
- package/phaser/copy-overwrite/ast-grep/rules/phaser/no-canvas-renderer.yml +2 -2
- package/phaser/copy-overwrite/ast-grep/rules/phaser/no-raw-webgl-context.yml +2 -2
- package/phaser/copy-overwrite/eslint.config.ts +2 -2
- package/phaser/copy-overwrite/sgconfig.yml +2 -2
- package/phaser/copy-overwrite/vitest.config.ts +2 -2
- 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/Gemfile.lisa +2 -2
- package/rails/copy-overwrite/scripts/lisa-clean-git-env.sh +2 -0
- package/rails/copy-overwrite/sgconfig.yml +2 -2
- package/rails/create-only/.github/workflows/ci.yml +2 -2
- package/rails/create-only/.rubocop.local.yml +2 -1
- package/typescript/copy-overwrite/.claude/hooks/worktree-create.sh +2 -2
- package/typescript/copy-overwrite/.github/dependabot.yml +2 -2
- package/typescript/copy-overwrite/.gitleaksignore.local +2 -2
- package/typescript/copy-overwrite/.prettierignore +2 -2
- package/typescript/copy-overwrite/.yamllint +2 -2
- package/typescript/copy-overwrite/ast-grep/rules/no-missing-fs-extra-namespace-member-js.yml +2 -2
- package/typescript/copy-overwrite/ast-grep/rules/no-missing-fs-extra-namespace-member.yml +2 -2
- package/typescript/copy-overwrite/commitlint.config.cjs +2 -2
- package/typescript/copy-overwrite/eslint.config.ts +2 -2
- package/typescript/copy-overwrite/eslint.slow.config.ts +2 -2
- package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +3 -0
- package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +3 -0
- package/typescript/copy-overwrite/scripts/check-verification-coverage.mjs +3 -0
- package/typescript/copy-overwrite/scripts/lisa-mutation.mjs +2 -1
- package/typescript/copy-overwrite/sgconfig.yml +2 -2
- package/typescript/copy-overwrite/vitest.config.ts +2 -2
- package/typescript/create-only/.github/workflows/ci.yml +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/* eslint-disable max-lines-per-function -- config file needs a lot of lines */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*
|
|
5
5
|
* @jest-config-loader esbuild-register
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
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.
|
|
4
|
+
|
|
2
5
|
/**
|
|
3
6
|
* classify-maestro-failures — tell a preamble loss apart from a product
|
|
4
7
|
* regression when reading a Maestro JUnit report.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
|
|
4
4
|
# Harper/Fabric override of the TypeScript dependabot template.
|
|
5
5
|
# A fresh Harper/Fabric repo ships with only a `main` branch, so this file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
|
|
4
4
|
name: 🔍 CI Quality Checks
|
|
5
5
|
|
package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-early-return-in-search-loop.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: harper-no-early-return-in-search-loop
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: warning
|
package/harper-fabric/copy-overwrite/ast-grep/rules/harper/no-empty-conditions-with-sort.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: harper-no-empty-conditions-with-sort
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: error
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: harper-no-full-table-scan
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: warning
|
package/harper-fabric/copy-overwrite/ast-grep/rules/harper/require-statuscode-on-thrown-error.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: harper-require-statuscode-on-thrown-error
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: error
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/* eslint-disable max-lines-per-function -- config file requires many lines */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# Seeded by Lisa on first setup — this file is YOURS.
|
|
2
|
+
# Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
3
3
|
|
|
4
4
|
name: Deploy and Test
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { check, group, sleep } from "k6";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Seeded by Lisa on first setup — this file is YOURS.
|
|
3
|
+
* Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import http from "k6/http";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# Seeded by Lisa on first setup — this file is YOURS.
|
|
2
|
+
# Lisa will not overwrite it. (copy-overwrite assets ARE replaced each run.)
|
|
3
3
|
|
|
4
4
|
name: 🔍 CI Quality Checks
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"name": "@codyswann/lisa",
|
|
125
|
-
"version": "3.11.
|
|
125
|
+
"version": "3.11.8",
|
|
126
126
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
127
127
|
"main": "dist/index.js",
|
|
128
128
|
"exports": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
|
|
4
4
|
name: 🔍 CI Quality Checks
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
#
|
|
4
4
|
# Verification IS UAT — local mirror of the CI verification_coverage gate.
|
|
5
5
|
# Sourced by .husky/pre-push (the managed verification extension slot). Blocks a
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: phaser-no-canvas-renderer
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: error
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
id: phaser-no-raw-webgl-context
|
|
4
4
|
language: typescript
|
|
5
5
|
severity: error
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# This file is managed by Lisa.
|
|
2
|
-
# Do not edit directly — changes
|
|
1
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
2
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
3
3
|
|
|
4
4
|
# ast-grep configuration
|
|
5
5
|
# See: https://ast-grep.github.io/reference/sgconfig.html
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is managed by Lisa.
|
|
3
|
-
* Do not edit directly — changes
|
|
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.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|