@codyswann/lisa 2.283.0 → 2.285.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 (70) hide show
  1. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  2. package/dist/core/upstream-evidence-manifest.js +34 -2
  3. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  4. package/package.json +2 -1
  5. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  6. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  7. package/plugins/lisa/.codex-plugin/skills/lisa-task-decomposition/SKILL.md +26 -0
  8. package/plugins/lisa/rules/eager/dependency-trust-classes.md +43 -0
  9. package/plugins/lisa/rules/reference/dependency-trust-classes.md +243 -0
  10. package/plugins/lisa/skills/lisa-task-decomposition/SKILL.md +26 -0
  11. package/plugins/lisa-agy/plugin.json +1 -1
  12. package/plugins/lisa-agy/skills/lisa-task-decomposition/SKILL.md +26 -0
  13. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  14. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  15. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  16. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  17. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  18. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  19. package/plugins/lisa-copilot/rules/eager/dependency-trust-classes.md +43 -0
  20. package/plugins/lisa-copilot/rules/reference/dependency-trust-classes.md +243 -0
  21. package/plugins/lisa-copilot/skills/lisa-task-decomposition/SKILL.md +26 -0
  22. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  23. package/plugins/lisa-cursor/rules/dependency-trust-classes-reference.mdc +248 -0
  24. package/plugins/lisa-cursor/rules/dependency-trust-classes.mdc +48 -0
  25. package/plugins/lisa-cursor/skills/lisa-task-decomposition/SKILL.md +26 -0
  26. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  27. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  28. package/plugins/lisa-expo-agy/plugin.json +1 -1
  29. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  31. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  32. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  33. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  34. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  36. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  37. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  38. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  39. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  42. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  43. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  44. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  47. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  48. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  49. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  52. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  53. package/plugins/lisa-rails-agy/plugin.json +1 -1
  54. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  57. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  58. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  59. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  62. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  63. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  64. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  66. package/plugins/src/base/rules/eager/dependency-trust-classes.md +43 -0
  67. package/plugins/src/base/rules/reference/dependency-trust-classes.md +243 -0
  68. package/plugins/src/base/skills/lisa-task-decomposition/SKILL.md +26 -0
  69. package/scripts/check-duplicate-versions.mjs +715 -0
  70. package/ui/index.html +195 -43
@@ -74,6 +74,31 @@ Each task must have a verification method. Choose the most appropriate:
74
74
  - Prefer independent tasks that can run in parallel where possible
75
75
  - Flag external dependencies (other teams, services, permissions, data) that may block progress
76
76
 
77
+ ### 4.5. Classify Any New Material Dependency
78
+
79
+ Step 4 maps dependencies *between tasks*. This step covers third-party
80
+ dependencies a task proposes to **add**.
81
+
82
+ A dependency is **material** if its failure, disappearance, or bad update would
83
+ break something a user can see, or would cost real time to replace. If a work
84
+ unit proposes adding one, the work unit must, before it is buildable:
85
+
86
+ 1. **Name its trust class** — exactly one of: mature ecosystem primitive,
87
+ fast-moving standard implementation, build/development tool, runtime-critical
88
+ service client, thin wrapper suitable for in-house ownership, or
89
+ temporary/experimental dependency. See the `dependency-trust-classes` rule
90
+ for what each class means and why it is trusted.
91
+ 2. **State the class's required evidence** — the detection evidence that class
92
+ demands, and whether product/human ratification is required before the work
93
+ starts. Runtime-critical service clients and expiry extensions on temporary
94
+ dependencies always require ratification; a work unit that needs it and does
95
+ not say so is not ready.
96
+ 3. **Include updating `.lisa/DEPENDENCY_DECISIONS.md`** in its acceptance
97
+ criteria, so the record entry lands in the same change as the dependency.
98
+
99
+ If nobody can pick a class, that is the finding — resolve it before accepting
100
+ the work unit, not after the package is installed.
101
+
77
102
  ### 5. Determine Execution Order
78
103
 
79
104
  - Place foundational tasks first (types, schemas, interfaces, shared utilities)
@@ -121,6 +146,7 @@ Map each task to the skills needed to complete it. This enables delegation to sp
121
146
  - Every task must have at least one acceptance criterion that can be empirically verified
122
147
  - Do not create tasks that cannot be verified -- if you cannot define how to prove it is done, the task is not well-scoped
123
148
  - Every Task / Bug / Sub-task / Improvement is scoped to exactly one repo -- if the work spans repos, split into per-repo work units under a shared parent Story (see step 1.5)
149
+ - Any task proposing a new material dependency names its trust class, states that class's required evidence and whether human ratification is needed, and updates `.lisa/DEPENDENCY_DECISIONS.md` in the same change (see step 4.5) -- a proposed material dependency with no named class is not ready to build
124
150
  - Keep tasks ordered so that no task references work that has not been completed by a prior task
125
151
  - Flag any task that requires access, permissions, or external input not yet available
126
152
  - Prefer more small tasks over fewer large tasks -- smaller tasks are easier to verify and less risky to fail