@codyswann/lisa 2.127.0 → 2.128.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.
Files changed (200) hide show
  1. package/package.json +1 -1
  2. package/plugins/lisa/.claude-plugin/plugin.json +5 -1
  3. package/plugins/lisa/.codex-plugin/hooks.json +4 -0
  4. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  5. package/plugins/lisa/commands/parity-code-review.md +6 -0
  6. package/plugins/lisa/commands/parity-code-simplifier.md +6 -0
  7. package/plugins/lisa/commands/parity-coderabbit.md +6 -0
  8. package/plugins/lisa/commands/parity-safety-net-rules.md +6 -0
  9. package/plugins/lisa/commands/parity-sentry-sdk-setup.md +6 -0
  10. package/plugins/lisa/commands/parity-sentry-seer.md +6 -0
  11. package/plugins/lisa/commands/parity-skill-creator.md +6 -0
  12. package/plugins/lisa/hooks/parity-safety-net.sh +102 -0
  13. package/plugins/lisa/rules/eager/base-rules.md +1 -1
  14. package/plugins/lisa/rules/eager/leaf-only-lifecycle.md +4 -4
  15. package/plugins/lisa/rules/eager/repo-scope-split.md +1 -1
  16. package/plugins/lisa/rules/reference/config-resolution.md +1 -1
  17. package/plugins/lisa/rules/reference/leaf-only-lifecycle.md +9 -9
  18. package/plugins/lisa/rules/reference/repo-scope-split.md +2 -2
  19. package/plugins/lisa/skills/github-build-intake/SKILL.md +7 -7
  20. package/plugins/lisa/skills/github-validate-issue/SKILL.md +10 -11
  21. package/plugins/lisa/skills/intake-explain/SKILL.md +3 -3
  22. package/plugins/lisa/skills/jira-build-intake/SKILL.md +7 -7
  23. package/plugins/lisa/skills/jira-validate-ticket/SKILL.md +10 -11
  24. package/plugins/lisa/skills/linear-build-intake/SKILL.md +7 -7
  25. package/plugins/lisa/skills/linear-validate-issue/SKILL.md +10 -11
  26. package/plugins/lisa/skills/parity-code-review/SKILL.md +83 -0
  27. package/plugins/lisa/skills/parity-code-review/agents/openai.yaml +4 -0
  28. package/plugins/lisa/skills/parity-code-simplifier/SKILL.md +76 -0
  29. package/plugins/lisa/skills/parity-code-simplifier/agents/openai.yaml +4 -0
  30. package/plugins/lisa/skills/parity-coderabbit/SKILL.md +77 -0
  31. package/plugins/lisa/skills/parity-coderabbit/agents/openai.yaml +4 -0
  32. package/plugins/lisa/skills/parity-safety-net-rules/SKILL.md +144 -0
  33. package/plugins/lisa/skills/parity-safety-net-rules/agents/openai.yaml +4 -0
  34. package/plugins/lisa/skills/parity-sentry-sdk-setup/SKILL.md +211 -0
  35. package/plugins/lisa/skills/parity-sentry-sdk-setup/agents/openai.yaml +4 -0
  36. package/plugins/lisa/skills/parity-sentry-seer/SKILL.md +135 -0
  37. package/plugins/lisa/skills/parity-sentry-seer/agents/openai.yaml +4 -0
  38. package/plugins/lisa/skills/parity-skill-creator/SKILL.md +149 -0
  39. package/plugins/lisa/skills/parity-skill-creator/agents/openai.yaml +4 -0
  40. package/plugins/lisa/skills/repair-intake/SKILL.md +2 -2
  41. package/plugins/lisa/skills/tracker-build-intake/SKILL.md +4 -4
  42. package/plugins/lisa-agy/commands/parity-code-review.md +6 -0
  43. package/plugins/lisa-agy/commands/parity-code-simplifier.md +6 -0
  44. package/plugins/lisa-agy/commands/parity-coderabbit.md +6 -0
  45. package/plugins/lisa-agy/commands/parity-safety-net-rules.md +6 -0
  46. package/plugins/lisa-agy/commands/parity-sentry-sdk-setup.md +6 -0
  47. package/plugins/lisa-agy/commands/parity-sentry-seer.md +6 -0
  48. package/plugins/lisa-agy/commands/parity-skill-creator.md +6 -0
  49. package/plugins/lisa-agy/plugin.json +1 -1
  50. package/plugins/lisa-agy/skills/github-build-intake/SKILL.md +7 -7
  51. package/plugins/lisa-agy/skills/github-validate-issue/SKILL.md +10 -11
  52. package/plugins/lisa-agy/skills/intake-explain/SKILL.md +3 -3
  53. package/plugins/lisa-agy/skills/jira-build-intake/SKILL.md +7 -7
  54. package/plugins/lisa-agy/skills/jira-validate-ticket/SKILL.md +10 -11
  55. package/plugins/lisa-agy/skills/linear-build-intake/SKILL.md +7 -7
  56. package/plugins/lisa-agy/skills/linear-validate-issue/SKILL.md +10 -11
  57. package/plugins/lisa-agy/skills/parity-code-review/SKILL.md +83 -0
  58. package/plugins/lisa-agy/skills/parity-code-simplifier/SKILL.md +76 -0
  59. package/plugins/lisa-agy/skills/parity-coderabbit/SKILL.md +77 -0
  60. package/plugins/lisa-agy/skills/parity-safety-net-rules/SKILL.md +144 -0
  61. package/plugins/lisa-agy/skills/parity-sentry-sdk-setup/SKILL.md +211 -0
  62. package/plugins/lisa-agy/skills/parity-sentry-seer/SKILL.md +135 -0
  63. package/plugins/lisa-agy/skills/parity-skill-creator/SKILL.md +149 -0
  64. package/plugins/lisa-agy/skills/repair-intake/SKILL.md +2 -2
  65. package/plugins/lisa-agy/skills/tracker-build-intake/SKILL.md +4 -4
  66. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  67. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  68. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  69. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-copilot/.claude-plugin/plugin.json +5 -1
  72. package/plugins/lisa-copilot/commands/parity-code-review.md +6 -0
  73. package/plugins/lisa-copilot/commands/parity-code-simplifier.md +6 -0
  74. package/plugins/lisa-copilot/commands/parity-coderabbit.md +6 -0
  75. package/plugins/lisa-copilot/commands/parity-safety-net-rules.md +6 -0
  76. package/plugins/lisa-copilot/commands/parity-sentry-sdk-setup.md +6 -0
  77. package/plugins/lisa-copilot/commands/parity-sentry-seer.md +6 -0
  78. package/plugins/lisa-copilot/commands/parity-skill-creator.md +6 -0
  79. package/plugins/lisa-copilot/hooks/parity-safety-net.sh +102 -0
  80. package/plugins/lisa-copilot/rules/eager/base-rules.md +1 -1
  81. package/plugins/lisa-copilot/rules/eager/leaf-only-lifecycle.md +4 -4
  82. package/plugins/lisa-copilot/rules/eager/repo-scope-split.md +1 -1
  83. package/plugins/lisa-copilot/rules/reference/config-resolution.md +1 -1
  84. package/plugins/lisa-copilot/rules/reference/leaf-only-lifecycle.md +9 -9
  85. package/plugins/lisa-copilot/rules/reference/repo-scope-split.md +2 -2
  86. package/plugins/lisa-copilot/skills/github-build-intake/SKILL.md +7 -7
  87. package/plugins/lisa-copilot/skills/github-validate-issue/SKILL.md +10 -11
  88. package/plugins/lisa-copilot/skills/intake-explain/SKILL.md +3 -3
  89. package/plugins/lisa-copilot/skills/jira-build-intake/SKILL.md +7 -7
  90. package/plugins/lisa-copilot/skills/jira-validate-ticket/SKILL.md +10 -11
  91. package/plugins/lisa-copilot/skills/linear-build-intake/SKILL.md +7 -7
  92. package/plugins/lisa-copilot/skills/linear-validate-issue/SKILL.md +10 -11
  93. package/plugins/lisa-copilot/skills/parity-code-review/SKILL.md +83 -0
  94. package/plugins/lisa-copilot/skills/parity-code-simplifier/SKILL.md +76 -0
  95. package/plugins/lisa-copilot/skills/parity-coderabbit/SKILL.md +77 -0
  96. package/plugins/lisa-copilot/skills/parity-safety-net-rules/SKILL.md +144 -0
  97. package/plugins/lisa-copilot/skills/parity-sentry-sdk-setup/SKILL.md +211 -0
  98. package/plugins/lisa-copilot/skills/parity-sentry-seer/SKILL.md +135 -0
  99. package/plugins/lisa-copilot/skills/parity-skill-creator/SKILL.md +149 -0
  100. package/plugins/lisa-copilot/skills/repair-intake/SKILL.md +2 -2
  101. package/plugins/lisa-copilot/skills/tracker-build-intake/SKILL.md +4 -4
  102. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  103. package/plugins/lisa-cursor/commands/parity-code-review.md +6 -0
  104. package/plugins/lisa-cursor/commands/parity-code-simplifier.md +6 -0
  105. package/plugins/lisa-cursor/commands/parity-coderabbit.md +6 -0
  106. package/plugins/lisa-cursor/commands/parity-safety-net-rules.md +6 -0
  107. package/plugins/lisa-cursor/commands/parity-sentry-sdk-setup.md +6 -0
  108. package/plugins/lisa-cursor/commands/parity-sentry-seer.md +6 -0
  109. package/plugins/lisa-cursor/commands/parity-skill-creator.md +6 -0
  110. package/plugins/lisa-cursor/hooks/hooks.json +4 -0
  111. package/plugins/lisa-cursor/hooks/parity-safety-net.sh +102 -0
  112. package/plugins/lisa-cursor/rules/base-rules.mdc +1 -1
  113. package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +1 -1
  114. package/plugins/lisa-cursor/rules/leaf-only-lifecycle-reference.mdc +9 -9
  115. package/plugins/lisa-cursor/rules/leaf-only-lifecycle.mdc +4 -4
  116. package/plugins/lisa-cursor/rules/repo-scope-split-reference.mdc +2 -2
  117. package/plugins/lisa-cursor/rules/repo-scope-split.mdc +1 -1
  118. package/plugins/lisa-cursor/skills/github-build-intake/SKILL.md +7 -7
  119. package/plugins/lisa-cursor/skills/github-validate-issue/SKILL.md +10 -11
  120. package/plugins/lisa-cursor/skills/intake-explain/SKILL.md +3 -3
  121. package/plugins/lisa-cursor/skills/jira-build-intake/SKILL.md +7 -7
  122. package/plugins/lisa-cursor/skills/jira-validate-ticket/SKILL.md +10 -11
  123. package/plugins/lisa-cursor/skills/linear-build-intake/SKILL.md +7 -7
  124. package/plugins/lisa-cursor/skills/linear-validate-issue/SKILL.md +10 -11
  125. package/plugins/lisa-cursor/skills/parity-code-review/SKILL.md +83 -0
  126. package/plugins/lisa-cursor/skills/parity-code-simplifier/SKILL.md +76 -0
  127. package/plugins/lisa-cursor/skills/parity-coderabbit/SKILL.md +77 -0
  128. package/plugins/lisa-cursor/skills/parity-safety-net-rules/SKILL.md +144 -0
  129. package/plugins/lisa-cursor/skills/parity-sentry-sdk-setup/SKILL.md +211 -0
  130. package/plugins/lisa-cursor/skills/parity-sentry-seer/SKILL.md +135 -0
  131. package/plugins/lisa-cursor/skills/parity-skill-creator/SKILL.md +149 -0
  132. package/plugins/lisa-cursor/skills/repair-intake/SKILL.md +2 -2
  133. package/plugins/lisa-cursor/skills/tracker-build-intake/SKILL.md +4 -4
  134. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  135. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  136. package/plugins/lisa-expo-agy/plugin.json +1 -1
  137. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  138. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  139. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  140. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  141. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  142. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  143. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  144. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  145. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  146. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  147. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  148. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  149. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  150. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  151. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  152. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  153. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  154. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  155. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  156. package/plugins/lisa-rails-agy/plugin.json +1 -1
  157. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  158. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  159. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  160. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  161. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  162. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  163. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  164. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  165. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  166. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  167. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  168. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  169. package/plugins/src/base/.claude-plugin/plugin.json +2 -1
  170. package/plugins/src/base/commands/parity-code-review.md +6 -0
  171. package/plugins/src/base/commands/parity-code-simplifier.md +6 -0
  172. package/plugins/src/base/commands/parity-coderabbit.md +6 -0
  173. package/plugins/src/base/commands/parity-safety-net-rules.md +6 -0
  174. package/plugins/src/base/commands/parity-sentry-sdk-setup.md +6 -0
  175. package/plugins/src/base/commands/parity-sentry-seer.md +6 -0
  176. package/plugins/src/base/commands/parity-skill-creator.md +6 -0
  177. package/plugins/src/base/hooks/parity-safety-net.sh +102 -0
  178. package/plugins/src/base/rules/eager/base-rules.md +1 -1
  179. package/plugins/src/base/rules/eager/leaf-only-lifecycle.md +4 -4
  180. package/plugins/src/base/rules/eager/repo-scope-split.md +1 -1
  181. package/plugins/src/base/rules/reference/config-resolution.md +1 -1
  182. package/plugins/src/base/rules/reference/leaf-only-lifecycle.md +9 -9
  183. package/plugins/src/base/rules/reference/repo-scope-split.md +2 -2
  184. package/plugins/src/base/skills/github-build-intake/SKILL.md +7 -7
  185. package/plugins/src/base/skills/github-validate-issue/SKILL.md +10 -11
  186. package/plugins/src/base/skills/intake-explain/SKILL.md +3 -3
  187. package/plugins/src/base/skills/jira-build-intake/SKILL.md +7 -7
  188. package/plugins/src/base/skills/jira-validate-ticket/SKILL.md +10 -11
  189. package/plugins/src/base/skills/linear-build-intake/SKILL.md +7 -7
  190. package/plugins/src/base/skills/linear-validate-issue/SKILL.md +10 -11
  191. package/plugins/src/base/skills/parity-code-review/SKILL.md +83 -0
  192. package/plugins/src/base/skills/parity-code-simplifier/SKILL.md +76 -0
  193. package/plugins/src/base/skills/parity-coderabbit/SKILL.md +77 -0
  194. package/plugins/src/base/skills/parity-safety-net-rules/SKILL.md +144 -0
  195. package/plugins/src/base/skills/parity-sentry-sdk-setup/SKILL.md +211 -0
  196. package/plugins/src/base/skills/parity-sentry-seer/SKILL.md +135 -0
  197. package/plugins/src/base/skills/parity-skill-creator/SKILL.md +149 -0
  198. package/plugins/src/base/skills/repair-intake/SKILL.md +2 -2
  199. package/plugins/src/base/skills/tracker-build-intake/SKILL.md +4 -4
  200. package/scripts/plugin-parity-drift.mjs +9 -1
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: tracker-build-intake
3
- description: "Vendor-neutral wrapper for the build-queue scanner. Reads `tracker` from .lisa.config.json (default: jira) and dispatches to lisa:jira-build-intake (JQL/project-key queue), lisa:github-build-intake (GitHub repo queue keyed off the `status:ready` label), or lisa:linear-build-intake (Linear team queue keyed off the `status:ready` label). Every vendor scanner processes at most one eligible item per cycle and enforces the claim-time arm of the `leaf-only-lifecycle` rule — dispatch leaf work units only; move or safe-block a container with open child work (or a childless Epic/Story/Spike) that carries a stale build-ready role according to the vendor's lifecycle semantics. Counterpart to lisa:intake's PRD-side dispatchers."
3
+ description: "Vendor-neutral wrapper for the build-queue scanner. Reads `tracker` from .lisa.config.json (default: jira) and dispatches to lisa:jira-build-intake (JQL/project-key queue), lisa:github-build-intake (GitHub repo queue keyed off the `status:ready` label), or lisa:linear-build-intake (Linear team queue keyed off the `status:ready` label). Every vendor scanner processes at most one eligible item per cycle and enforces the claim-time arm of the `leaf-only-lifecycle` rule — dispatch leaf work units only; move or safe-block a container with open child work (or a childless Epic) that carries a stale build-ready role according to the vendor's lifecycle semantics. Counterpart to lisa:intake's PRD-side dispatchers."
4
4
  allowed-tools: ["Skill", "Bash", "Read"]
5
5
  ---
6
6
 
@@ -26,8 +26,8 @@ The vendor scanners also own the terminal native-closure step from `leaf-only-li
26
26
 
27
27
  This shim is dispatch only — it does not reclassify or re-gate items — but the contract it forwards is part of the build-intake API, so it is documented here once and the three vendor scanners implement it identically. Per the vendor-neutral `leaf-only-lifecycle` rule, **build intake claims only independently implementable leaf work units**:
28
28
 
29
- - A **leaf work unit** (Bug, Task, Sub-task, Improvement with no open child work) is claimed and built.
30
- - A **container** — anything with open child work, or a childless Epic/Story/Spike — that still carries a stale build-ready role is **never dispatched**. The GitHub scanner moves it out of the pickup queue by replacing `status:ready` with `status:in-progress` and posting an idempotent lifecycle-repair comment; other vendor scanners skip or safe-block according to their native lifecycle semantics.
29
+ - A **leaf work unit** (Bug, Task, Sub-task, Improvement, or a childless Story/Spike — anything with no open child work except an Epic) is claimed and built.
30
+ - A **container** — anything with open child work, or a childless Epic — that still carries a stale build-ready role is **never dispatched**. The GitHub scanner moves it out of the pickup queue by replacing `status:ready` with `status:in-progress` and posting an idempotent lifecycle-repair comment; other vendor scanners skip or safe-block according to their native lifecycle semantics.
31
31
 
32
32
  This is the claim-time arm of the rule. Its siblings are the write-time labeling (`lisa:tracker-write` → the vendor `*-write-*` skills apply build-ready to leaves only) and the validate-time S15 gate (`lisa:tracker-validate` → the vendor `*-validate-*` skills FAIL a build-ready container). All three arms cite `leaf-only-lifecycle` so no vendor drifts. Each vendor scanner implements the gate against its own hierarchy:
33
33
 
@@ -59,6 +59,6 @@ Intermediate env states are not native closure. A vendor scanner that resolves `
59
59
 
60
60
  - Single cycle per invocation — the vendor skill processes at most one eligible `Ready` item and exits. Scheduler repetition works the rest of the queue.
61
61
  - The vendor skills run their own pre-flight checks (JIRA workflow transitions for the JIRA path; label namespace adoption for the GitHub and Linear paths) before processing items. Never bypass.
62
- - **Leaf-only dispatch, every vendor.** Per the `leaf-only-lifecycle` rule, each vendor scanner dispatches leaf work units only and moves or safe-blocks a container (open child work, or a childless Epic/Story/Spike) carrying a stale build-ready role according to its lifecycle semantics. This shim does not re-implement the gate — it relies on the vendor scanner's Phase 3a — but the contract is uniform across `jira`, `github`, and `linear` so behavior never drifts by tracker.
62
+ - **Leaf-only dispatch, every vendor.** Per the `leaf-only-lifecycle` rule, each vendor scanner dispatches leaf work units only and moves or safe-blocks a container (open child work, or a childless Epic) carrying a stale build-ready role according to its lifecycle semantics. This shim does not re-implement the gate — it relies on the vendor scanner's Phase 3a — but the contract is uniform across `jira`, `github`, and `linear` so behavior never drifts by tracker.
63
63
  - **Terminal native closure, every capable vendor.** Per the same rule, each vendor scanner finalizes native open/closed state only at the true terminal `done` value. This shim never performs native closure itself, but callers can rely on the dispatched vendor scanner to apply the contract.
64
64
  - Never run two intake cycles concurrently against overlapping queues — the scheduling layer is responsible for serialization.
@@ -496,10 +496,18 @@ export function parseArgs(argv) {
496
496
  cacheRoot ??
497
497
  process.env.CLAUDE_PLUGIN_CACHE ??
498
498
  path.join(os.homedir(), ".claude", "plugins", "cache");
499
+ // Default roots: both the root-level Lisa skills AND the distributed base
500
+ // plugin skills (plugins/src/base/skills), where the real cross-agent parity
501
+ // reimplementations carrying `synced-from` pins now live. The generated
502
+ // plugins/lisa*/skills artifacts are deliberately NOT included — they are
503
+ // copies of plugins/src/base and would double-count every pin.
499
504
  const resolvedSkills =
500
505
  skillsRoots.length > 0
501
506
  ? skillsRoots
502
- : [path.join(REPO_ROOT, ".claude", "skills")];
507
+ : [
508
+ path.join(REPO_ROOT, ".claude", "skills"),
509
+ path.join(REPO_ROOT, "plugins", "src", "base", "skills"),
510
+ ];
503
511
  return {
504
512
  cacheRoot: path.resolve(resolvedCache),
505
513
  json,