@codyswann/lisa 2.232.0 → 2.233.1

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 (119) hide show
  1. package/dist/migrations/ensure-lisa-postinstall.d.ts.map +1 -1
  2. package/dist/migrations/ensure-lisa-postinstall.js +9 -17
  3. package/dist/migrations/ensure-lisa-postinstall.js.map +1 -1
  4. package/dist/strategies/copy-contents.d.ts.map +1 -1
  5. package/dist/strategies/copy-contents.js +7 -0
  6. package/dist/strategies/copy-contents.js.map +1 -1
  7. package/dist/strategies/copy-overwrite.d.ts +0 -1
  8. package/dist/strategies/copy-overwrite.d.ts.map +1 -1
  9. package/dist/strategies/copy-overwrite.js +1 -7
  10. package/dist/strategies/copy-overwrite.js.map +1 -1
  11. package/package.json +1 -1
  12. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  13. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  14. package/plugins/lisa/.codex-plugin/skills/lisa-qa-checklist/SKILL.md +70 -0
  15. package/plugins/lisa/.codex-plugin/skills/lisa-qa-checklist/agents/openai.yaml +4 -0
  16. package/plugins/lisa/.codex-plugin/skills/lisa-qa-clear/SKILL.md +74 -0
  17. package/plugins/lisa/.codex-plugin/skills/lisa-qa-clear/agents/openai.yaml +4 -0
  18. package/plugins/lisa/.codex-plugin/skills/lisa-qa-fail/SKILL.md +92 -0
  19. package/plugins/lisa/.codex-plugin/skills/lisa-qa-fail/agents/openai.yaml +4 -0
  20. package/plugins/lisa/.codex-plugin/skills/lisa-qa-queue/SKILL.md +69 -0
  21. package/plugins/lisa/.codex-plugin/skills/lisa-qa-queue/agents/openai.yaml +4 -0
  22. package/plugins/lisa/.codex-plugin/skills/lisa-rework-triage/SKILL.md +3 -3
  23. package/plugins/lisa/commands/qa-checklist.md +6 -0
  24. package/plugins/lisa/commands/qa-clear.md +6 -0
  25. package/plugins/lisa/commands/qa-fail.md +6 -0
  26. package/plugins/lisa/commands/qa-queue.md +6 -0
  27. package/plugins/lisa/skills/lisa-qa-checklist/SKILL.md +70 -0
  28. package/plugins/lisa/skills/lisa-qa-checklist/agents/openai.yaml +4 -0
  29. package/plugins/lisa/skills/lisa-qa-clear/SKILL.md +74 -0
  30. package/plugins/lisa/skills/lisa-qa-clear/agents/openai.yaml +4 -0
  31. package/plugins/lisa/skills/lisa-qa-fail/SKILL.md +92 -0
  32. package/plugins/lisa/skills/lisa-qa-fail/agents/openai.yaml +4 -0
  33. package/plugins/lisa/skills/lisa-qa-queue/SKILL.md +69 -0
  34. package/plugins/lisa/skills/lisa-qa-queue/agents/openai.yaml +4 -0
  35. package/plugins/lisa/skills/lisa-rework-triage/SKILL.md +3 -3
  36. package/plugins/lisa-agy/commands/lisa/qa-checklist.md +6 -0
  37. package/plugins/lisa-agy/commands/lisa/qa-clear.md +6 -0
  38. package/plugins/lisa-agy/commands/lisa/qa-fail.md +6 -0
  39. package/plugins/lisa-agy/commands/lisa/qa-queue.md +6 -0
  40. package/plugins/lisa-agy/plugin.json +1 -1
  41. package/plugins/lisa-agy/skills/lisa-qa-checklist/SKILL.md +70 -0
  42. package/plugins/lisa-agy/skills/lisa-qa-clear/SKILL.md +74 -0
  43. package/plugins/lisa-agy/skills/lisa-qa-fail/SKILL.md +92 -0
  44. package/plugins/lisa-agy/skills/lisa-qa-queue/SKILL.md +69 -0
  45. package/plugins/lisa-agy/skills/lisa-rework-triage/SKILL.md +3 -3
  46. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  47. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  48. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  49. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  52. package/plugins/lisa-copilot/commands/lisa/qa-checklist.md +6 -0
  53. package/plugins/lisa-copilot/commands/lisa/qa-clear.md +6 -0
  54. package/plugins/lisa-copilot/commands/lisa/qa-fail.md +6 -0
  55. package/plugins/lisa-copilot/commands/lisa/qa-queue.md +6 -0
  56. package/plugins/lisa-copilot/skills/lisa-qa-checklist/SKILL.md +70 -0
  57. package/plugins/lisa-copilot/skills/lisa-qa-clear/SKILL.md +74 -0
  58. package/plugins/lisa-copilot/skills/lisa-qa-fail/SKILL.md +92 -0
  59. package/plugins/lisa-copilot/skills/lisa-qa-queue/SKILL.md +69 -0
  60. package/plugins/lisa-copilot/skills/lisa-rework-triage/SKILL.md +3 -3
  61. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  62. package/plugins/lisa-cursor/commands/lisa/qa-checklist.md +6 -0
  63. package/plugins/lisa-cursor/commands/lisa/qa-clear.md +6 -0
  64. package/plugins/lisa-cursor/commands/lisa/qa-fail.md +6 -0
  65. package/plugins/lisa-cursor/commands/lisa/qa-queue.md +6 -0
  66. package/plugins/lisa-cursor/skills/lisa-qa-checklist/SKILL.md +70 -0
  67. package/plugins/lisa-cursor/skills/lisa-qa-clear/SKILL.md +74 -0
  68. package/plugins/lisa-cursor/skills/lisa-qa-fail/SKILL.md +92 -0
  69. package/plugins/lisa-cursor/skills/lisa-qa-queue/SKILL.md +69 -0
  70. package/plugins/lisa-cursor/skills/lisa-rework-triage/SKILL.md +3 -3
  71. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  72. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  73. package/plugins/lisa-expo-agy/plugin.json +1 -1
  74. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  76. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  77. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  78. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  79. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  80. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  82. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  83. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  84. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  85. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  86. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  87. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  88. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  89. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  90. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  91. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  92. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  93. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  94. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  95. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  96. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  97. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  98. package/plugins/lisa-rails-agy/plugin.json +1 -1
  99. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  100. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  101. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  102. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  103. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  104. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  105. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  106. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  107. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  108. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  109. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  110. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  111. package/plugins/src/base/commands/qa-checklist.md +6 -0
  112. package/plugins/src/base/commands/qa-clear.md +6 -0
  113. package/plugins/src/base/commands/qa-fail.md +6 -0
  114. package/plugins/src/base/commands/qa-queue.md +6 -0
  115. package/plugins/src/base/skills/lisa-qa-checklist/SKILL.md +70 -0
  116. package/plugins/src/base/skills/lisa-qa-clear/SKILL.md +74 -0
  117. package/plugins/src/base/skills/lisa-qa-fail/SKILL.md +92 -0
  118. package/plugins/src/base/skills/lisa-qa-queue/SKILL.md +69 -0
  119. package/plugins/src/base/skills/lisa-rework-triage/SKILL.md +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"ensure-lisa-postinstall.d.ts","sourceRoot":"","sources":["../../src/migrations/ensure-lisa-postinstall.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,SAAS,EACT,gBAAgB,EAChB,eAAe,EAChB,MAAM,0BAA0B,CAAC;AAqFlC;;;;;;;;;GASG;AACH,qBAAa,8BAA+B,YAAW,SAAS;IAC9D,QAAQ,CAAC,IAAI,6BAA6B;IAC1C,QAAQ,CAAC,WAAW,qEACgD;IAEpE;;;;;;;;;;;;;OAaG;IACG,OAAO,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC;IAyBtD;;;;OAIG;IACG,KAAK,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,eAAe,CAAC;CAqC7D"}
1
+ {"version":3,"file":"ensure-lisa-postinstall.d.ts","sourceRoot":"","sources":["../../src/migrations/ensure-lisa-postinstall.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,SAAS,EACT,gBAAgB,EAChB,eAAe,EAChB,MAAM,0BAA0B,CAAC;AA2ElC;;;;;;;;;GASG;AACH,qBAAa,8BAA+B,YAAW,SAAS;IAC9D,QAAQ,CAAC,IAAI,6BAA6B;IAC1C,QAAQ,CAAC,WAAW,qEACgD;IAEpE;;;;;;;;;;;;;OAaG;IACG,OAAO,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC;IAyBtD;;;;OAIG;IACG,KAAK,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,eAAe,CAAC;CAqC7D"}
@@ -24,15 +24,7 @@ async function readPackageJson(projectDir) {
24
24
  * have this form chained with other commands; we detect and replace it so
25
25
  * the CI guard is introduced without duplicating the invocation.
26
26
  */
27
- const LEGACY_LISA_INVOCATION_RE = /(?:\[ -n "\$CI" \] \|\| )?(?:LISA_BOOTSTRAP=1 )?node node_modules\/@codyswann\/lisa\/dist\/index\.js --yes --skip-git-check \. 2>\/dev\/null \|\| true/;
28
- /**
29
- * Guarded Lisa invocation pattern (CI guard directly gates the Lisa command).
30
- * Used to detect when the migration has already been applied. Avoids false
31
- * positives where the CI guard precedes an unrelated command (e.g.
32
- * `[ -n "$CI" ] || patch-package && node ...lisa...`), which would leave Lisa
33
- * effectively unguarded inside a `&&` chain.
34
- */
35
- const GUARDED_LISA_INVOCATION_RE = /\[ -n "\$CI" \] \|\| LISA_BOOTSTRAP=1 node node_modules\/@codyswann\/lisa\/dist\/index\.js --yes --skip-git-check \. 2>\/dev\/null \|\| true/;
27
+ const LISA_INVOCATION_RE = /(?:(?:\[ -n "\$CI" \] \|\| )|(?:LISA_BOOTSTRAP=1 ))*node node_modules\/@codyswann\/lisa\/dist\/index\.js --yes --skip-git-check \. 2>\/dev\/null \|\| true/;
36
28
  /**
37
29
  * Compose the new postinstall, prepending the Lisa invocation to any existing command.
38
30
  * If the existing script already contains a legacy Lisa invocation (no CI guard),
@@ -46,7 +38,7 @@ function composePostinstall(existing) {
46
38
  return LISA_INVOCATION;
47
39
  }
48
40
  if (trimmed.includes(LISA_MARKER)) {
49
- return trimmed.replace(LEGACY_LISA_INVOCATION_RE, LISA_INVOCATION);
41
+ return trimmed.replace(LISA_INVOCATION_RE, LISA_INVOCATION);
50
42
  }
51
43
  return `${LISA_INVOCATION} && ${trimmed}`;
52
44
  }
@@ -102,15 +94,15 @@ export class EnsureLisaPostinstallMigration {
102
94
  return false;
103
95
  }
104
96
  const postinstall = pkg.scripts?.postinstall;
105
- if (!hasNodePostinstallType(ctx.detectedTypes)) {
106
- return (!!postinstall &&
107
- postinstall.includes(LISA_MARKER) &&
108
- !GUARDED_LISA_INVOCATION_RE.test(postinstall));
97
+ if (!postinstall) {
98
+ return hasNodePostinstallType(ctx.detectedTypes);
109
99
  }
110
- if (postinstall && GUARDED_LISA_INVOCATION_RE.test(postinstall)) {
111
- return false;
100
+ const normalizedPostinstall = composePostinstall(postinstall);
101
+ if (!hasNodePostinstallType(ctx.detectedTypes)) {
102
+ return (postinstall.includes(LISA_MARKER) &&
103
+ normalizedPostinstall !== postinstall);
112
104
  }
113
- return true;
105
+ return normalizedPostinstall !== postinstall;
114
106
  }
115
107
  /**
116
108
  * Apply the migration, prepending the Lisa invocation to the project's postinstall
@@ -1 +1 @@
1
- {"version":3,"file":"ensure-lisa-postinstall.js","sourceRoot":"","sources":["../../src/migrations/ensure-lisa-postinstall.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ensure-lisa-postinstall.js","sourceRoot":"","sources":["../../src/migrations/ensure-lisa-postinstall.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"copy-contents.d.ts","sourceRoot":"","sources":["../../src/strategies/copy-contents.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG9E;;;;;;GAMG;AACH,qBAAa,oBAAqB,YAAW,aAAa;IACxD,QAAQ,CAAC,IAAI,EAAG,eAAe,CAAU;IAEzC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA4B;IAChE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA0B;IAE5D;;;;;;OAMG;IACH,OAAO,CAAC,mBAAmB;IAqB3B;;;;;;OAMG;IACH,OAAO,CAAC,gBAAgB;IAiBxB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IA0BpB;;;;;;;OAOG;YACW,aAAa;IAc3B;;;;;;;OAOG;YACW,WAAW;IAkBzB;;;;;;;;;;;;OAYG;YACW,eAAe;IAkB7B;;;;;;;OAOG;IACG,KAAK,CACT,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,mBAAmB,CAAC;CAkEhC"}
1
+ {"version":3,"file":"copy-contents.d.ts","sourceRoot":"","sources":["../../src/strategies/copy-contents.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG9E;;;;;;GAMG;AACH,qBAAa,oBAAqB,YAAW,aAAa;IACxD,QAAQ,CAAC,IAAI,EAAG,eAAe,CAAU;IAEzC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAA4B;IAChE,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAA0B;IAE5D;;;;;;OAMG;IACH,OAAO,CAAC,mBAAmB;IAqB3B;;;;;;OAMG;IACH,OAAO,CAAC,gBAAgB;IAiBxB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IA0BpB;;;;;;;OAOG;YACW,aAAa;IAc3B;;;;;;;OAOG;YACW,WAAW;IAkBzB;;;;;;;;;;;;OAYG;YACW,eAAe;IAkB7B;;;;;;;OAOG;IACG,KAAK,CACT,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,mBAAmB,CAAC;CA0EhC"}
@@ -163,6 +163,13 @@ export class CopyContentsStrategy {
163
163
  action: "skipped",
164
164
  };
165
165
  }
166
+ if (context.config.skipGitCheck) {
167
+ return {
168
+ relativePath: realRelativePath,
169
+ strategy: this.name,
170
+ action: "skipped",
171
+ };
172
+ }
166
173
  const sourceContent = await readFile(sourcePath, "utf-8");
167
174
  const destContent = await readFile(realDestPath, "utf-8");
168
175
  // A copy-contents source must itself carry a guardrails block to manage.
@@ -1 +1 @@
1
- {"version":3,"file":"copy-contents.js","sourceRoot":"","sources":["../../src/strategies/copy-contents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAGlC,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9E;;;;;;GAMG;AACH,MAAM,OAAO,oBAAoB;IACtB,IAAI,GAAG,eAAwB,CAAC;IAExB,mBAAmB,GAAG,wBAAwB,CAAC;IAC/C,iBAAiB,GAAG,sBAAsB,CAAC;IAE5D;;;;;;OAMG;IACK,mBAAmB,CACzB,OAAe,EACf,WAAmB,EACnB,SAAiB;QAEjB,MAAM,UAAU,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAChD,IAAI,UAAU,KAAK,CAAC,CAAC,EAAE,CAAC;YACtB,OAAO,IAAI,CAAC;QACd,CAAC;QAED,MAAM,QAAQ,GAAG,OAAO,CAAC,OAAO,CAC9B,SAAS,EACT,UAAU,GAAG,WAAW,CAAC,MAAM,CAChC,CAAC;QACF,IAAI,QAAQ,KAAK,CAAC,CAAC,EAAE,CAAC;YACpB,OAAO,IAAI,CAAC;QACd,CAAC;QAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,QAAQ,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC;IACjE,CAAC;IAED;;;;;;OAMG;IACK,gBAAgB,CAAC,aAAqB;QAI5C,MAAM,KAAK,GAAG,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAC3C,MAAM,KAAK,GACT,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC;YAC7D,IAAI,CAAC,mBAAmB,CAAC;QAC3B,MAAM,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC;QAC5D,MAAM,WAAW,GAAG,GAAG,IAAI,CAAC,iBAAiB,GAAG,MAAM,EAAE,CAAC;QACzD,MAAM,GAAG,GAAG,KAAK,CAAC,QAAQ,CAAC,WAAW,CAAC;YACrC,CAAC,CAAC,WAAW;YACb,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QAE3B,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC;IACxB,CAAC;IAED;;;;;OAKG;IACK,YAAY,CAAC,aAAqB,EAAE,WAAmB;QAC7D,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QACrD,MAAM,KAAK,GAAG,IAAI,CAAC,mBAAmB,CACpC,WAAW,EACX,OAAO,CAAC,KAAK,EACb,OAAO,CAAC,GAAG,CACZ,CAAC;QAEF,IAAI,KAAK,EAAE,CAAC;YACV,2DAA2D;YAC3D,6DAA6D;YAC7D,MAAM,aAAa,GAAG,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC;gBAChD,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;gBAC5B,CAAC,CAAC,aAAa,CAAC;YAClB,OAAO,CACL,WAAW,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC;gBACjC,aAAa;gBACb,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAC7B,CAAC;QACJ,CAAC;QAED,4BAA4B;QAC5B,MAAM,MAAM,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;QAC1D,OAAO,WAAW,GAAG,MAAM,GAAG,aAAa,CAAC;IAC9C,CAAC;IAED;;;;;;;OAOG;IACK,KAAK,CAAC,aAAa,CACzB,UAAkB,EAClB,QAAgB,EAChB,YAAoB,EACpB,OAAwB;QAExB,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC;QAC3B,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACnB,MAAM,eAAe,CAAC,QAAQ,CAAC,CAAC;YAChC,MAAM,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;QACvC,CAAC;QACD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IACjE,CAAC;IAED;;;;;;;OAOG;IACK,KAAK,CAAC,WAAW,CACvB,QAAgB,EAChB,YAAoB,EACpB,aAAqB,EACrB,OAAwB;QAExB,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;QACvC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACnB,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;YAC3B,MAAM,SAAS,CAAC,QAAQ,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;QACpD,CAAC;QACD,OAAO;YACL,YAAY;YACZ,QAAQ,EAAE,IAAI,CAAC,IAAI;YACnB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;OAYG;IACK,KAAK,CAAC,eAAe,CAC3B,QAAgB,EAChB,YAAoB,EACpB,aAAqB,EACrB,OAAwB;QAExB,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC;QACvC,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACnB,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;YAC3B,MAAM,SAAS,CAAC,QAAQ,EAAE,aAAa,EAAE,OAAO,CAAC,CAAC;QACpD,CAAC;QACD,OAAO;YACL,YAAY;YACZ,QAAQ,EAAE,IAAI,CAAC,IAAI;YACnB,MAAM,EAAE,aAAa;SACtB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,KAAK,CACT,UAAkB,EAClB,QAAgB,EAChB,YAAoB,EACpB,OAAwB;QAExB,2EAA2E;QAC3E,wEAAwE;QACxE,0EAA0E;QAC1E,MAAM,gBAAgB,GAAG,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,WAAW,CAAC;QACjE,MAAM,YAAY,GAAG,gBAAgB;YACnC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,YAAY,CAAC;YACjD,CAAC,CAAC,QAAQ,CAAC;QACb,MAAM,gBAAgB,GAAG,gBAAgB;YACvC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE,YAAY,CAAC;YACrD,CAAC,CAAC,YAAY,CAAC;QAEjB,MAAM,UAAU,GAAG,MAAM,GAAG,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC;QAEtD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO,IAAI,CAAC,aAAa,CACvB,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,OAAO,CACR,CAAC;QACJ,CAAC;QAED,IAAI,MAAM,cAAc,CAAC,UAAU,EAAE,YAAY,CAAC,EAAE,CAAC;YACnD,OAAO;gBACL,YAAY,EAAE,gBAAgB;gBAC9B,QAAQ,EAAE,IAAI,CAAC,IAAI;gBACnB,MAAM,EAAE,SAAS;aAClB,CAAC;QACJ,CAAC;QAED,MAAM,aAAa,GAAG,MAAM,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QAC1D,MAAM,WAAW,GAAG,MAAM,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;QAE1D,yEAAyE;QACzE,sEAAsE;QACtE,uEAAuE;QACvE,kEAAkE;QAClE,wEAAwE;QACxE,mEAAmE;QACnE,IAAI,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,EAAE,CAAC;YACtD,OAAO,IAAI,CAAC,eAAe,CACzB,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,OAAO,CACR,CAAC;QACJ,CAAC;QAED,MAAM,aAAa,GAAG,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC;QAEpE,IAAI,aAAa,KAAK,WAAW,EAAE,CAAC;YAClC,OAAO;gBACL,YAAY,EAAE,gBAAgB;gBAC9B,QAAQ,EAAE,IAAI,CAAC,IAAI;gBACnB,MAAM,EAAE,SAAS;aAClB,CAAC;QACJ,CAAC;QAED,OAAO,IAAI,CAAC,WAAW,CACrB,YAAY,EACZ,gBAAgB,EAChB,aAAa,EACb,OAAO,CACR,CAAC;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"copy-contents.js","sourceRoot":"","sources":["../../src/strategies/copy-contents.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,6 @@ import type { ICopyStrategy, StrategyContext } from "./strategy.interface.js";
9
9
  */
10
10
  export declare class CopyOverwriteStrategy implements ICopyStrategy {
11
11
  readonly name: "copy-overwrite";
12
- private readonly postinstallHostOwnedPaths;
13
12
  /**
14
13
  * Apply copy-overwrite strategy: Create, skip, or prompt to overwrite file
15
14
  * @param sourcePath - Source file path
@@ -1 +1 @@
1
- {"version":3,"file":"copy-overwrite.d.ts","sourceRoot":"","sources":["../../src/strategies/copy-overwrite.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG9E;;;;;;GAMG;AACH,qBAAa,qBAAsB,YAAW,aAAa;IACzD,QAAQ,CAAC,IAAI,EAAG,gBAAgB,CAAU;IAC1C,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAIvC;IAEH;;;;;;;OAOG;IACG,KAAK,CACT,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,mBAAmB,CAAC;CAyChC"}
1
+ {"version":3,"file":"copy-overwrite.d.ts","sourceRoot":"","sources":["../../src/strategies/copy-overwrite.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAG9E;;;;;;GAMG;AACH,qBAAa,qBAAsB,YAAW,aAAa;IACzD,QAAQ,CAAC,IAAI,EAAG,gBAAgB,CAAU;IAE1C;;;;;;;OAOG;IACG,KAAK,CACT,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,mBAAmB,CAAC;CAsChC"}
@@ -10,11 +10,6 @@ import { filesIdentical, ensureParentDir } from "../utils/file-operations.js";
10
10
  */
11
11
  export class CopyOverwriteStrategy {
12
12
  name = "copy-overwrite";
13
- postinstallHostOwnedPaths = new Set([
14
- ".lintstagedrc.json",
15
- ".safety-net.json",
16
- "knip.json",
17
- ]);
18
13
  /**
19
14
  * Apply copy-overwrite strategy: Create, skip, or prompt to overwrite file
20
15
  * @param sourcePath - Source file path
@@ -36,8 +31,7 @@ export class CopyOverwriteStrategy {
36
31
  if (await filesIdentical(sourcePath, destPath)) {
37
32
  return { relativePath, strategy: this.name, action: "skipped" };
38
33
  }
39
- if (config.skipGitCheck &&
40
- this.postinstallHostOwnedPaths.has(relativePath)) {
34
+ if (config.skipGitCheck) {
41
35
  return { relativePath, strategy: this.name, action: "skipped" };
42
36
  }
43
37
  if (config.dryRun) {
@@ -1 +1 @@
1
- {"version":3,"file":"copy-overwrite.js","sourceRoot":"","sources":["../../src/strategies/copy-overwrite.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9E;;;;;;GAMG;AACH,MAAM,OAAO,qBAAqB;IACvB,IAAI,GAAG,gBAAyB,CAAC;IACzB,yBAAyB,GAAG,IAAI,GAAG,CAAC;QACnD,oBAAoB;QACpB,kBAAkB;QAClB,WAAW;KACZ,CAAC,CAAC;IAEH;;;;;;;OAOG;IACH,KAAK,CAAC,KAAK,CACT,UAAkB,EAClB,QAAgB,EAChB,YAAoB,EACpB,OAAwB;QAExB,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,eAAe,EAAE,GAAG,OAAO,CAAC;QACxD,MAAM,UAAU,GAAG,MAAM,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAElD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;gBACnB,MAAM,eAAe,CAAC,QAAQ,CAAC,CAAC;gBAChC,MAAM,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;YACvC,CAAC;YACD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;QACjE,CAAC;QAED,IAAI,MAAM,cAAc,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;YAC/C,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAClE,CAAC;QAED,IACE,MAAM,CAAC,YAAY;YACnB,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,YAAY,CAAC,EAChD,CAAC;YACD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAClE,CAAC;QAED,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;YAClB,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;QACtE,CAAC;QAED,MAAM,eAAe,GAAG,MAAM,eAAe,CAC3C,YAAY,EACZ,UAAU,EACV,QAAQ,CACT,CAAC;QAEF,IAAI,eAAe,EAAE,CAAC;YACpB,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;YAC3B,MAAM,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;YACrC,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;QACtE,CAAC;QAED,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;IAClE,CAAC;CACF"}
1
+ {"version":3,"file":"copy-overwrite.js","sourceRoot":"","sources":["../../src/strategies/copy-overwrite.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAE9E;;;;;;GAMG;AACH,MAAM,OAAO,qBAAqB;IACvB,IAAI,GAAG,gBAAyB,CAAC;IAE1C;;;;;;;OAOG;IACH,KAAK,CAAC,KAAK,CACT,UAAkB,EAClB,QAAgB,EAChB,YAAoB,EACpB,OAAwB;QAExB,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,eAAe,EAAE,GAAG,OAAO,CAAC;QACxD,MAAM,UAAU,GAAG,MAAM,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;QAElD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;gBACnB,MAAM,eAAe,CAAC,QAAQ,CAAC,CAAC;gBAChC,MAAM,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;YACvC,CAAC;YACD,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;QACjE,CAAC;QAED,IAAI,MAAM,cAAc,CAAC,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;YAC/C,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAClE,CAAC;QAED,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;YACxB,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;QAClE,CAAC;QAED,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC;YAClB,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;QACtE,CAAC;QAED,MAAM,eAAe,GAAG,MAAM,eAAe,CAC3C,YAAY,EACZ,UAAU,EACV,QAAQ,CACT,CAAC;QAEF,IAAI,eAAe,EAAE,CAAC;YACpB,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;YAC3B,MAAM,QAAQ,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;YACrC,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;QACtE,CAAC;QAED,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC;IAClE,CAAC;CACF"}
package/package.json CHANGED
@@ -102,7 +102,7 @@
102
102
  "form-data": ">=4.0.6"
103
103
  },
104
104
  "name": "@codyswann/lisa",
105
- "version": "2.232.0",
105
+ "version": "2.233.1",
106
106
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
107
107
  "main": "dist/index.js",
108
108
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.232.0",
3
+ "version": "2.233.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "2.232.0",
3
+ "version": "2.233.1",
4
4
  "description": "Universal governance: agents, skills, commands, hooks, and rules for all projects.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -0,0 +1,70 @@
1
+ ---
2
+ name: lisa-qa-checklist
3
+ description: "Serve the current manual…"
4
+ allowed-tools: ["Bash", "Read", "Glob", "Grep", "Write", "Edit"]
5
+ ---
6
+
7
+ # QA Checklist: $ARGUMENTS
8
+
9
+ The manual regression sweep exists to catch what automation does not. Its checklist must
10
+ therefore be computed, not remembered: curated journeys minus automated coverage, at the
11
+ moment the tester asks.
12
+
13
+ ## Sources
14
+
15
+ 1. **Curated journey list** — `qa.checklistFile` in `.lisa.config.json`, default
16
+ `.lisa/qa-checklist.md`. Format: one `## Journey: <name>` section per user journey,
17
+ with plain-language steps and an optional `automation:` line naming the covering spec
18
+ file(s) once one exists. If the file does not exist, offer to bootstrap it: derive
19
+ candidate journeys from the app's route map and the existing E2E suites' describe
20
+ blocks, write the draft, and ask the operator to curate it once. Never invent
21
+ journeys silently.
22
+ 2. **Automated coverage** — scan the repo's E2E suites (Playwright specs, Maestro flows;
23
+ locate via the project's e2e/test directories). An `automation:` line must name BOTH
24
+ the spec file and the specific test within it (the Playwright `describe`/`test` title
25
+ or Maestro flow name): `automation: <spec-path> :: <test-or-flow-name>`. A journey
26
+ counts as covered only when that spec file exists, the named test/flow is present in
27
+ it, and it is not skipped (`test.skip`, commented-out flow, or excluded from CI). A
28
+ file-only line, a named test that no longer matches, or any ambiguous mapping is
29
+ treated as **uncovered** — a live filename proves nothing about what the spec
30
+ exercises. A deleted, renamed, or skipped test silently un-covers its journey — the
31
+ very regression this check exists to catch; call it out loudly.
32
+
33
+ ## Serving the sweep
34
+
35
+ Present two lists, human-first:
36
+
37
+ ```text
38
+ ## Manual sweep — <n> journeys need your eyes
39
+ 1. <Journey name> — <plain-language steps>
40
+ Why manual: <no automation | automation skipped/stale: <spec>>
41
+ ...
42
+
43
+ ## Covered by automation — <n> journeys (skim, don't re-test)
44
+ - <Journey name> — <spec file> (<playwright|maestro>)
45
+ ```
46
+
47
+ Rules for the served text: steps an intern can follow, no spec-file jargon in the manual
48
+ section beyond the "why manual" line, and stable journey ordering (file order) so testers
49
+ can resume mid-sweep.
50
+
51
+ ## Maintaining the list
52
+
53
+ - Tester or operator adds/edits journeys in plain language → edit the checklist file
54
+ (this skill may apply the edit on request; it is a repo file, so changes ride normal
55
+ review).
56
+ - When a journey gains automation (e.g. `lisa-codify-verification` lands a spec), add its
57
+ `automation: <spec-path> :: <test-or-flow-name>` line — on request this skill locates
58
+ the covering spec and test, confirms the named test actually drives the journey's
59
+ steps, and writes the line itself.
60
+ - Never maintain per-tester copies; the file is the single source of truth and the
61
+ computed view is always derived fresh.
62
+
63
+ ## Rules
64
+
65
+ - Coverage claims must point at an existing, non-skipped spec — "there's a test somewhere"
66
+ does not count.
67
+ - Serving is read-only by default; file edits happen only on explicit request.
68
+ - If the automated-coverage scan finds specs exercising a journey that is missing from
69
+ the curated list entirely, surface it as a suggested addition — the human curates, the
70
+ skill proposes.
@@ -0,0 +1,4 @@
1
+ display_name: "QA Checklist"
2
+ short_description: "Serve the current manual…"
3
+ default_prompt:
4
+ - "Use $lisa-qa-checklist: Serve the current manual…."
@@ -0,0 +1,74 @@
1
+ ---
2
+ name: lisa-qa-clear
3
+ description: "Bulk-clear tickets a human QA…"
4
+ allowed-tools: ["Skill", "Bash", "Read", "Glob", "Grep"]
5
+ ---
6
+
7
+ # QA Clear: $ARGUMENTS
8
+
9
+ Human QA can only judge what a user can see. Tickets whose entire scope is a
10
+ non-user-facing repo were already verified by the automated lifecycle before reaching the
11
+ QA queue; holding them for a human who cannot observe them is pure queue noise. Clear
12
+ them in one auditable batch.
13
+
14
+ ## Config resolution
15
+
16
+ Read `.lisa.config.json`:
17
+
18
+ - **QA queue status** — `jira.workflow.qa.queue`, falling back to
19
+ `jira.workflow.done.staging`.
20
+ - **Certified status** — `jira.workflow.qa.certified`. Required; if missing, stop and
21
+ instruct the operator — never guess a terminal status.
22
+ - **Tracker dispatch** — `tracker` decides the surface as everywhere; on GitHub or
23
+ Linear the status names above map to the equivalent labels/states.
24
+ - **Non-user-facing repos** — `qa.nonUserFacingRepos` (array of repo names, e.g.
25
+ `["api", "infrastructure"]`). If the key is missing, derive a proposal from
26
+ the project registry (repos with no UI framework signals — no expo/react/native/web
27
+ app surface) and **present it for operator confirmation before moving anything**; never
28
+ bulk-transition on an unconfirmed inference. Recommend persisting the confirmed list to
29
+ the config.
30
+
31
+ ## Procedure
32
+
33
+ 1. Query all tickets in the QA queue status.
34
+ 2. Classify each by repo scope, in order:
35
+ - `repo:<name>` label or matching component → that repo.
36
+ - Unlabeled → determine the repo from the ticket content (description, AC, technical
37
+ approach) exactly as build-intake's repo-scope gate does, and stamp the
38
+ `repo:<name>` label while you're there so the next sweep is cheap.
39
+ - Undeterminable → leave in place; flag for the operator.
40
+ 3. Partition:
41
+ - **Every** touched repo is non-user-facing → eligible to clear.
42
+ - Any user-facing repo in scope (including mixed-scope) → stays in the queue for the
43
+ human pass via `lisa-qa-queue`.
44
+ 4. For each eligible ticket, in this order — the pairing must be failure-safe:
45
+ 1. Post the audit comment first:
46
+ `[lisa-qa-clear] Certified without human QA: scope is <repo(s)>, not observable
47
+ with end-user access. Verified by the automated lifecycle pre-promotion.`
48
+ 2. Then transition to the certified status.
49
+ 3. Verify both halves landed before counting the ticket as moved. A comment without
50
+ the transition, or a transition without the comment, is a **partial** — report it
51
+ as such, never as completed.
52
+ 5. Report the batch:
53
+
54
+ ```text
55
+ ## QA Clear — <date>
56
+ Moved to <certified>: <n> (<KEY-1>, <KEY-2>, …) — repo per ticket
57
+ Left in queue (user-facing): <n>
58
+ Left in queue (undeterminable repo — needs operator): <keys or none>
59
+ ```
60
+
61
+ The operator (or tester) reviews the moved list; anything that "sounds user-facing" can
62
+ be pulled back with a single instruction — the transition is reversible and the comment
63
+ marks exactly what was auto-cleared.
64
+
65
+ ## Rules
66
+
67
+ - Never clear a mixed-scope ticket — partial human-verifiability means human QA.
68
+ - Never bulk-move on an inferred repo list without explicit operator confirmation.
69
+ - Every cleared ticket carries the audit comment; a transition without the comment is a
70
+ bug in this procedure.
71
+ - Idempotent by repair, not by skip: a ticket is complete only when it has BOTH the
72
+ `[lisa-qa-clear]` comment AND the certified status. Re-runs finish partials — comment
73
+ present but not certified → transition it; certified but no comment → post the
74
+ comment. Only fully-complete tickets are skipped silently.
@@ -0,0 +1,4 @@
1
+ display_name: "QA Clear"
2
+ short_description: "Bulk-clear tickets a human QA…"
3
+ default_prompt:
4
+ - "Use $lisa-qa-clear: Bulk-clear tickets a human QA…."
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: lisa-qa-fail
3
+ description: "QA failure front door"
4
+ allowed-tools: ["Skill", "Bash", "Read", "Glob", "Grep"]
5
+ ---
6
+
7
+ # QA Fail: $ARGUMENTS
8
+
9
+ Convert a human failure observation into the exact artifact the fixing agent needs. Two
10
+ inputs arrive together or the report cannot be filed: a **target ticket** and the
11
+ **tester's verbatim description** (what they did, what they expected, what happened,
12
+ plus any screenshots).
13
+
14
+ ## Phase 1 — Resolve the target ticket
15
+
16
+ - **Tied report** (invoked from `lisa-qa-queue` with a key): use it.
17
+ - **Untied report** ("I found something broken: …"): run duplicate-discovery BEFORE any
18
+ write, reusing the mandatory relationship-discovery searches defined by the configured
19
+ tracker's write skill (dispatched through `lisa-tracker-write`): search open and
20
+ recently-closed tickets in the affected area, and the current QA-queue set. If an existing ticket
21
+ covers it, that ticket is the target — update it, never file a twin. Only when the
22
+ search documents no match, create a new Bug via `lisa-tracker-write` (which enforces
23
+ the full quality gates) and treat it as the target. Report which path was taken.
24
+
25
+ ## Phase 2 — Structured failure report
26
+
27
+ Fetch the bundle via `lisa-tracker-read`. Post one comment:
28
+
29
+ ```text
30
+ [lisa-qa-fail] QA failure — <one-line summary>
31
+ Reported by: <tester> on <date>, against <environment>
32
+ Steps to reproduce: <numbered, from the tester's words>
33
+ Expected: <what the ticket/AC promised, quoted or paraphrased faithfully>
34
+ Actual: <what the tester observed, verbatim where possible>
35
+ Failed acceptance criterion: <AC number/text from the ticket — or "not covered by any AC" (see gap)>
36
+ Attachments: <screenshots if provided>
37
+ ```
38
+
39
+ Preserve the tester's language in `Actual` — their words are the evidence; your job is
40
+ structure, not rewording.
41
+
42
+ ## Phase 3 — Expectation-gap diagnosis
43
+
44
+ Answer explicitly: **why did the implementing agent believe this was done?** Locate the
45
+ prior cycle's done-evidence — the build-evidence comment (`lisa-tracker-evidence` output),
46
+ the merged PR's verification section, and any codified regression test — and compare it
47
+ against the failure. Classify the gap (exactly one):
48
+
49
+ | Gap | Meaning |
50
+ |-----|---------|
51
+ | `ac-mismatch` | The evidence verified a different reading of the AC than QA's — the criterion is ambiguous or the ticket distorted it. |
52
+ | `verification-weakness` | The evidence never actually exercised the failing path (asserted adjacent behavior, mocked the surface, or skipped the step). |
53
+ | `environment-difference` | Verified where it works (e.g. dev) but fails on the QA environment — config, data, or deployment drift. |
54
+ | `data-difference` | Behavior depends on data present in one environment and absent in the other. |
55
+ | `regression-since-merge` | The evidence was genuinely valid when produced; later merges broke it. |
56
+ | `not-covered-by-ac` | QA's expectation is real but no AC promises it — a spec gap, not an implementation failure. |
57
+
58
+ Append to the same comment:
59
+
60
+ ```text
61
+ Expectation gap: <classification>
62
+ Why the agent thought it was done: <2-3 lines citing the specific evidence artifact>
63
+ ```
64
+
65
+ If no done-evidence exists at all, say so — `Expectation gap: no-evidence-found` is
66
+ itself a serious finding (the verification lifecycle was skipped) and must be surfaced,
67
+ not smoothed over.
68
+
69
+ For `not-covered-by-ac`, do NOT transition the ticket — the spec question goes to the
70
+ human product gate. Flag it in the response and stop after posting.
71
+
72
+ ## Phase 4 — Label and transition
73
+
74
+ 1. Apply the `qa-fail` label — this is the deterministic rework signal `lisa-rework-triage`
75
+ keys on at next claim, and the gap classification above becomes its primary evidence.
76
+ 2. Transition the ticket to the build-ready status (`jira.workflow.ready`, or the
77
+ configured tracker's equivalent ready label/state when `tracker` is GitHub or
78
+ Linear). The rework loop takes it from here: intake claims it, `lisa-ticket-triage` Phase 2.5 runs
79
+ `lisa-rework-triage`, and the fix proceeds with full context.
80
+ 3. Confirm to the tester in one plain sentence: what was recorded, and that the fix is
81
+ queued — no further action needed from them.
82
+
83
+ ## Rules
84
+
85
+ - Never file a new ticket without the documented duplicate search (Phase 1).
86
+ - Never paraphrase away the tester's observation; structure around it.
87
+ - One `[lisa-qa-fail]` comment per failure event — if the same tester reports the same
88
+ failure again before a fix ships, add a short "seen again <date>" line to the existing
89
+ comment instead of a new block.
90
+ - The expectation gap must cite a specific evidence artifact or say `no-evidence-found` —
91
+ a gap classification without a citation is a guess, and guesses are worse than
92
+ `no-evidence-found`.
@@ -0,0 +1,4 @@
1
+ display_name: "QA Fail"
2
+ short_description: "QA failure front door"
3
+ default_prompt:
4
+ - "Use $lisa-qa-fail: QA failure front door."
@@ -0,0 +1,69 @@
1
+ ---
2
+ name: lisa-qa-queue
3
+ description: "QA acceptance queue for human…"
4
+ allowed-tools: ["Skill", "Bash", "Read", "Glob", "Grep"]
5
+ ---
6
+
7
+ # QA Queue: $ARGUMENTS
8
+
9
+ Serve one ticket at a time to a human QA tester and record their verdict. The tester is
10
+ assumed **non-technical**: everything you present must be readable by an intern on their
11
+ first day — no stack traces, no jargon, no internal identifiers without explanation.
12
+
13
+ ## Config resolution
14
+
15
+ Read `.lisa.config.json`:
16
+
17
+ - **QA queue status** — `jira.workflow.qa.queue`, falling back to `jira.workflow.done.staging`
18
+ (whatever status the project uses for "deployed to the environment QA tests against").
19
+ If neither exists, stop and report the missing config.
20
+ - **Certified status** — `jira.workflow.qa.certified` (the project's "passed QA, ships
21
+ with the next release" status). Required for the pass path; if missing, stop and
22
+ instruct the operator to add it — never guess a terminal status.
23
+ - **Build-ready status** — `jira.workflow.ready` (fail path, via `lisa-qa-fail`).
24
+ - **Tracker dispatch** — as everywhere: `tracker` decides JIRA / GitHub / Linear surfaces;
25
+ status names above map to labels/states on non-JIRA trackers.
26
+
27
+ ## Serving the next item
28
+
29
+ 1. Query the QA queue: tickets in the queue status, oldest first, excluding tickets
30
+ already carrying an unresolved `[lisa-qa-fail]` verdict from this sweep. Skip tickets
31
+ whose repo is listed in `qa.nonUserFacingRepos` — those belong to `lisa-qa-clear`,
32
+ not a human tester; note any encountered so the operator knows to run the clear.
33
+ 2. Fetch the full context bundle via `lisa-tracker-read` (never serve from a bare summary).
34
+ 3. Present ONE ticket as an **acceptance brief**:
35
+ - **What changed, in user terms** — one or two sentences, translated from the ticket's
36
+ stakeholder section.
37
+ - **How to try it** — concrete steps on the QA environment (the `exploration` /
38
+ Validation Journey config supplies the URL and test credentials): where to go, what
39
+ to click or type, which account to use.
40
+ - **What success looks like** — each acceptance criterion rewritten as an observable
41
+ check ("you should see …"), numbered so the tester can cite one on failure.
42
+ - **Worth poking at** — up to three edge probes drawn from the ticket's edge-case
43
+ triage findings, phrased as actions ("try it with an empty search box").
44
+ 4. End with: "Say **pass**, or describe what you saw if it failed."
45
+
46
+ ## Recording the verdict
47
+
48
+ - **Pass** — transition the ticket to the certified status via the tracker access layer,
49
+ post a brief `[lisa-qa-queue] QA pass` comment naming who verified and when, and offer
50
+ the next item.
51
+ - **Fail** — invoke `lisa-qa-fail` with the ticket key and the tester's own words
52
+ (verbatim — do not paraphrase away detail; attach any screenshots they provided). That
53
+ skill owns the failure report, the expectation-gap diagnosis, the `qa-fail` label, and
54
+ the transition back to build-ready. When it completes, confirm to the tester in one
55
+ plain sentence what was recorded and offer the next item.
56
+ - **Unclear / can't test** — if the tester cannot exercise the ticket (missing access,
57
+ feature flag off, no test data), do NOT guess a verdict. Post a
58
+ `[lisa-qa-queue] QA blocked: <reason>` comment, leave the status untouched, flag it in
59
+ the session summary for the operator, and serve the next item.
60
+
61
+ ## Rules
62
+
63
+ - One ticket at a time — never dump the queue on the tester.
64
+ - The tester's verbatim description is evidence; preserve it exactly in whatever is posted.
65
+ - Never transition to certified without an explicit "pass" from the tester.
66
+ - All tracker writes go through the access layer / `lisa-qa-fail` — this skill never
67
+ hand-crafts tracker mutations beyond the pass transition and its comment.
68
+ - Session summary on request ("how did we do?"): counts of passed / failed / blocked /
69
+ remaining in queue.
@@ -0,0 +1,4 @@
1
+ display_name: "QA Queue"
2
+ short_description: "QA acceptance queue for human…"
3
+ default_prompt:
4
+ - "Use $lisa-qa-queue: QA acceptance queue for human…."
@@ -24,9 +24,9 @@ If none confirm, output `## Verdict: NOT_REWORK` and stop — this skill takes n
24
24
  first-attempt work.
25
25
 
26
26
  1. **Status history shows a post-implementation regression transition.** The ticket's
27
- changelog contains a transition from a post-build state (the configured `claimed`, any
28
- `done.*` environment state — e.g. `On Dev`, `On Stg` — or a review state) back to the
29
- configured `ready` state.
27
+ changelog contains a transition from a post-build state (the configured `claimed`,
28
+ any configured `done.*` environment state, or a review state) back to the configured
29
+ `ready` state.
30
30
  - JIRA: fetch the changelog via the `lisa-atlassian-access` REST substrate —
31
31
  `GET /rest/api/3/issue/<KEY>/changelog` — and scan `items[].field == "status"` entries.
32
32
  - GitHub: `gh issue view <n> --json timelineItems` (or the timeline API) — scan for the
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Serve the current manual regression checklist: curated journeys minus live automated E2E coverage, in plain language."
3
+ argument-hint: ""
4
+ ---
5
+
6
+ Use the /lisa-qa-checklist skill to serve the manual regression checklist. $ARGUMENTS
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Bulk-move QA-queue tickets scoped entirely to non-user-facing repos to the configured certified status, with an auditable moved-list report."
3
+ argument-hint: ""
4
+ ---
5
+
6
+ Use the /lisa-qa-clear skill to clear non-human-verifiable tickets from the QA queue. $ARGUMENTS
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "File a QA failure: find the right ticket (never a duplicate), write the structured failure report, diagnose the expectation gap, label qa-fail, and return the ticket to build-ready."
3
+ argument-hint: "[ticket-key] <what you saw, in your own words>"
4
+ ---
5
+
6
+ Use the /lisa-qa-fail skill to file this QA failure. $ARGUMENTS
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Serve the next ticket awaiting QA verdict as a plain-language acceptance brief; record pass (→ certified) or fail (→ structured report via lisa-qa-fail)."
3
+ argument-hint: "[pass | fail <description> | next]"
4
+ ---
5
+
6
+ Use the /lisa-qa-queue skill to serve the QA acceptance queue. $ARGUMENTS