@codyswann/lisa 2.195.4 → 2.195.7

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 (809) hide show
  1. package/README.md +17 -3
  2. package/all/copy-contents/gitignore +10 -4
  3. package/dist/cli/print-update-warning.d.ts +1 -1
  4. package/dist/cli/print-update-warning.js +2 -2
  5. package/dist/cli/print-update-warning.js.map +1 -1
  6. package/dist/cli/update-check.d.ts +6 -0
  7. package/dist/cli/update-check.d.ts.map +1 -1
  8. package/dist/cli/update-check.js +3 -3
  9. package/dist/cli/update-check.js.map +1 -1
  10. package/dist/cli/update-cmd.d.ts +1 -1
  11. package/dist/cli/update-cmd.d.ts.map +1 -1
  12. package/dist/cli/update-cmd.js +8 -7
  13. package/dist/cli/update-cmd.js.map +1 -1
  14. package/dist/codex/hooks-installer.d.ts +4 -1
  15. package/dist/codex/hooks-installer.d.ts.map +1 -1
  16. package/dist/codex/hooks-installer.js +109 -30
  17. package/dist/codex/hooks-installer.js.map +1 -1
  18. package/dist/codex/mcp-installer.d.ts +22 -0
  19. package/dist/codex/mcp-installer.d.ts.map +1 -0
  20. package/dist/codex/mcp-installer.js +135 -0
  21. package/dist/codex/mcp-installer.js.map +1 -0
  22. package/dist/codex/plugin-marketplace-installer.d.ts +19 -13
  23. package/dist/codex/plugin-marketplace-installer.d.ts.map +1 -1
  24. package/dist/codex/plugin-marketplace-installer.js +69 -72
  25. package/dist/codex/plugin-marketplace-installer.js.map +1 -1
  26. package/dist/codex/project-hooks-cleanup.d.ts +12 -0
  27. package/dist/codex/project-hooks-cleanup.d.ts.map +1 -0
  28. package/dist/codex/project-hooks-cleanup.js +31 -0
  29. package/dist/codex/project-hooks-cleanup.js.map +1 -0
  30. package/dist/codex/project-overlay.d.ts +23 -0
  31. package/dist/codex/project-overlay.d.ts.map +1 -0
  32. package/dist/codex/project-overlay.js +64 -0
  33. package/dist/codex/project-overlay.js.map +1 -0
  34. package/dist/codex/scripts/inject-rules.sh +4 -0
  35. package/dist/codex/scripts/install-pkgs.sh +4 -0
  36. package/dist/codex/scripts/setup-jira-cli.sh +5 -1
  37. package/dist/codex/settings-installer.d.ts.map +1 -1
  38. package/dist/codex/settings-installer.js +16 -3
  39. package/dist/codex/settings-installer.js.map +1 -1
  40. package/dist/codex/skills-installer.d.ts +15 -19
  41. package/dist/codex/skills-installer.d.ts.map +1 -1
  42. package/dist/codex/skills-installer.js +47 -140
  43. package/dist/codex/skills-installer.js.map +1 -1
  44. package/dist/core/lisa-plugin-selection.d.ts +16 -0
  45. package/dist/core/lisa-plugin-selection.d.ts.map +1 -0
  46. package/dist/core/lisa-plugin-selection.js +59 -0
  47. package/dist/core/lisa-plugin-selection.js.map +1 -0
  48. package/dist/core/lisa-rules-mirror.d.ts +2 -1
  49. package/dist/core/lisa-rules-mirror.d.ts.map +1 -1
  50. package/dist/core/lisa-rules-mirror.js +19 -3
  51. package/dist/core/lisa-rules-mirror.js.map +1 -1
  52. package/dist/core/lisa-skill-sources.d.ts.map +1 -1
  53. package/dist/core/lisa-skill-sources.js +16 -1
  54. package/dist/core/lisa-skill-sources.js.map +1 -1
  55. package/dist/core/lisa.d.ts +4 -6
  56. package/dist/core/lisa.d.ts.map +1 -1
  57. package/dist/core/lisa.js +12 -38
  58. package/dist/core/lisa.js.map +1 -1
  59. package/dist/migrations/ensure-lisa-postinstall.d.ts.map +1 -1
  60. package/dist/migrations/ensure-lisa-postinstall.js +4 -3
  61. package/dist/migrations/ensure-lisa-postinstall.js.map +1 -1
  62. package/dist/opencode/plugin-templates/lisa-session-bootstrap.ts +2 -3
  63. package/expo/create-only/.github/workflows/deploy.yml +6 -6
  64. package/npm-package/create-only/.github/workflows/publish-to-npm.yml +2 -1
  65. package/package.json +2 -3
  66. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  67. package/plugins/lisa/.codex-plugin/plugin.json +2 -2
  68. package/plugins/lisa/.codex-plugin/skills/lisa-acceptance-criteria/SKILL.md +71 -0
  69. package/plugins/lisa/.codex-plugin/skills/lisa-acceptance-criteria/agents/openai.yaml +4 -0
  70. package/plugins/lisa/.codex-plugin/skills/lisa-agent-design-best-practices/SKILL.md +219 -0
  71. package/plugins/lisa/.codex-plugin/skills/lisa-agent-design-best-practices/agents/openai.yaml +4 -0
  72. package/plugins/lisa/.codex-plugin/skills/lisa-analyze-claude-remote/SKILL.md +429 -0
  73. package/plugins/lisa/.codex-plugin/skills/lisa-analyze-claude-remote/agents/openai.yaml +4 -0
  74. package/plugins/lisa/.codex-plugin/skills/lisa-atlassian-access/SKILL.md +361 -0
  75. package/plugins/lisa/.codex-plugin/skills/lisa-atlassian-access/agents/openai.yaml +4 -0
  76. package/plugins/lisa/.codex-plugin/skills/lisa-atlassian-access/scripts/markdown-to-adf.mjs +214 -0
  77. package/plugins/lisa/.codex-plugin/skills/lisa-automation-status/SKILL.md +111 -0
  78. package/plugins/lisa/.codex-plugin/skills/lisa-automation-status/agents/openai.yaml +4 -0
  79. package/plugins/lisa/.codex-plugin/skills/lisa-bug-triage/SKILL.md +23 -0
  80. package/plugins/lisa/.codex-plugin/skills/lisa-bug-triage/agents/openai.yaml +4 -0
  81. package/plugins/lisa/.codex-plugin/skills/lisa-codebase-research/SKILL.md +87 -0
  82. package/plugins/lisa/.codex-plugin/skills/lisa-codebase-research/agents/openai.yaml +4 -0
  83. package/plugins/lisa/.codex-plugin/skills/lisa-codify-verification/SKILL.md +162 -0
  84. package/plugins/lisa/.codex-plugin/skills/lisa-codify-verification/agents/openai.yaml +4 -0
  85. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-prd-intake/SKILL.md +417 -0
  86. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-prd-intake/agents/openai.yaml +4 -0
  87. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-to-tracker/SKILL.md +356 -0
  88. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-to-tracker/agents/openai.yaml +4 -0
  89. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-write-prd/SKILL.md +109 -0
  90. package/plugins/lisa/.codex-plugin/skills/lisa-confluence-write-prd/agents/openai.yaml +4 -0
  91. package/plugins/lisa/.codex-plugin/skills/lisa-cross-pollinate/SKILL.md +175 -0
  92. package/plugins/lisa/.codex-plugin/skills/lisa-cross-pollinate/agents/openai.yaml +4 -0
  93. package/plugins/lisa/.codex-plugin/skills/lisa-debrief/SKILL.md +94 -0
  94. package/plugins/lisa/.codex-plugin/skills/lisa-debrief/agents/openai.yaml +4 -0
  95. package/plugins/lisa/.codex-plugin/skills/lisa-debrief-apply/SKILL.md +63 -0
  96. package/plugins/lisa/.codex-plugin/skills/lisa-debrief-apply/agents/openai.yaml +4 -0
  97. package/plugins/lisa/.codex-plugin/skills/lisa-doctor/SKILL.md +336 -0
  98. package/plugins/lisa/.codex-plugin/skills/lisa-doctor/agents/openai.yaml +4 -0
  99. package/plugins/lisa/.codex-plugin/skills/lisa-drive-pr-to-merge/SKILL.md +179 -0
  100. package/plugins/lisa/.codex-plugin/skills/lisa-drive-pr-to-merge/agents/openai.yaml +4 -0
  101. package/plugins/lisa/.codex-plugin/skills/lisa-epic-triage/SKILL.md +28 -0
  102. package/plugins/lisa/.codex-plugin/skills/lisa-epic-triage/agents/openai.yaml +4 -0
  103. package/plugins/lisa/.codex-plugin/skills/lisa-exploratory-qa/SKILL.md +91 -0
  104. package/plugins/lisa/.codex-plugin/skills/lisa-exploratory-qa/agents/openai.yaml +4 -0
  105. package/plugins/lisa/.codex-plugin/skills/lisa-fix-linter-error/SKILL.md +45 -0
  106. package/plugins/lisa/.codex-plugin/skills/lisa-fix-linter-error/agents/openai.yaml +4 -0
  107. package/plugins/lisa/.codex-plugin/skills/lisa-generate-claude-remote-build-script/SKILL.md +224 -0
  108. package/plugins/lisa/.codex-plugin/skills/lisa-generate-claude-remote-build-script/agents/openai.yaml +4 -0
  109. package/plugins/lisa/.codex-plugin/skills/lisa-git-commit/SKILL.md +48 -0
  110. package/plugins/lisa/.codex-plugin/skills/lisa-git-commit/agents/openai.yaml +4 -0
  111. package/plugins/lisa/.codex-plugin/skills/lisa-git-prune/SKILL.md +35 -0
  112. package/plugins/lisa/.codex-plugin/skills/lisa-git-prune/agents/openai.yaml +4 -0
  113. package/plugins/lisa/.codex-plugin/skills/lisa-git-submit-pr/SKILL.md +113 -0
  114. package/plugins/lisa/.codex-plugin/skills/lisa-git-submit-pr/agents/openai.yaml +4 -0
  115. package/plugins/lisa/.codex-plugin/skills/lisa-github-add-journey/SKILL.md +115 -0
  116. package/plugins/lisa/.codex-plugin/skills/lisa-github-add-journey/agents/openai.yaml +4 -0
  117. package/plugins/lisa/.codex-plugin/skills/lisa-github-build-intake/SKILL.md +446 -0
  118. package/plugins/lisa/.codex-plugin/skills/lisa-github-build-intake/agents/openai.yaml +4 -0
  119. package/plugins/lisa/.codex-plugin/skills/lisa-github-create/SKILL.md +101 -0
  120. package/plugins/lisa/.codex-plugin/skills/lisa-github-create/agents/openai.yaml +4 -0
  121. package/plugins/lisa/.codex-plugin/skills/lisa-github-evidence/SKILL.md +110 -0
  122. package/plugins/lisa/.codex-plugin/skills/lisa-github-evidence/agents/openai.yaml +4 -0
  123. package/plugins/lisa/.codex-plugin/skills/lisa-github-journey/SKILL.md +121 -0
  124. package/plugins/lisa/.codex-plugin/skills/lisa-github-journey/agents/openai.yaml +4 -0
  125. package/plugins/lisa/.codex-plugin/skills/lisa-github-prd-intake/SKILL.md +432 -0
  126. package/plugins/lisa/.codex-plugin/skills/lisa-github-prd-intake/agents/openai.yaml +4 -0
  127. package/plugins/lisa/.codex-plugin/skills/lisa-github-project-v2/SKILL.md +227 -0
  128. package/plugins/lisa/.codex-plugin/skills/lisa-github-project-v2/agents/openai.yaml +4 -0
  129. package/plugins/lisa/.codex-plugin/skills/lisa-github-read-issue/SKILL.md +248 -0
  130. package/plugins/lisa/.codex-plugin/skills/lisa-github-read-issue/agents/openai.yaml +4 -0
  131. package/plugins/lisa/.codex-plugin/skills/lisa-github-sync/SKILL.md +132 -0
  132. package/plugins/lisa/.codex-plugin/skills/lisa-github-sync/agents/openai.yaml +4 -0
  133. package/plugins/lisa/.codex-plugin/skills/lisa-github-to-tracker/SKILL.md +339 -0
  134. package/plugins/lisa/.codex-plugin/skills/lisa-github-to-tracker/agents/openai.yaml +4 -0
  135. package/plugins/lisa/.codex-plugin/skills/lisa-github-validate-issue/SKILL.md +330 -0
  136. package/plugins/lisa/.codex-plugin/skills/lisa-github-validate-issue/agents/openai.yaml +4 -0
  137. package/plugins/lisa/.codex-plugin/skills/lisa-github-verify/SKILL.md +29 -0
  138. package/plugins/lisa/.codex-plugin/skills/lisa-github-verify/agents/openai.yaml +4 -0
  139. package/plugins/lisa/.codex-plugin/skills/lisa-github-write-issue/SKILL.md +339 -0
  140. package/plugins/lisa/.codex-plugin/skills/lisa-github-write-issue/agents/openai.yaml +4 -0
  141. package/plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/SKILL.md +157 -0
  142. package/plugins/lisa/.codex-plugin/skills/lisa-github-write-prd/agents/openai.yaml +4 -0
  143. package/plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md +202 -0
  144. package/plugins/lisa/.codex-plugin/skills/lisa-implement/agents/openai.yaml +4 -0
  145. package/plugins/lisa/.codex-plugin/skills/lisa-improve-code-complexity/SKILL.md +44 -0
  146. package/plugins/lisa/.codex-plugin/skills/lisa-improve-code-complexity/agents/openai.yaml +4 -0
  147. package/plugins/lisa/.codex-plugin/skills/lisa-improve-max-lines/SKILL.md +45 -0
  148. package/plugins/lisa/.codex-plugin/skills/lisa-improve-max-lines/agents/openai.yaml +4 -0
  149. package/plugins/lisa/.codex-plugin/skills/lisa-improve-max-lines-per-function/SKILL.md +46 -0
  150. package/plugins/lisa/.codex-plugin/skills/lisa-improve-max-lines-per-function/agents/openai.yaml +4 -0
  151. package/plugins/lisa/.codex-plugin/skills/lisa-improve-test-coverage/SKILL.md +44 -0
  152. package/plugins/lisa/.codex-plugin/skills/lisa-improve-test-coverage/agents/openai.yaml +4 -0
  153. package/plugins/lisa/.codex-plugin/skills/lisa-improve-tests/SKILL.md +47 -0
  154. package/plugins/lisa/.codex-plugin/skills/lisa-improve-tests/agents/openai.yaml +4 -0
  155. package/plugins/lisa/.codex-plugin/skills/lisa-intake/SKILL.md +133 -0
  156. package/plugins/lisa/.codex-plugin/skills/lisa-intake/agents/openai.yaml +4 -0
  157. package/plugins/lisa/.codex-plugin/skills/lisa-intake-explain/SKILL.md +279 -0
  158. package/plugins/lisa/.codex-plugin/skills/lisa-intake-explain/agents/openai.yaml +4 -0
  159. package/plugins/lisa/.codex-plugin/skills/lisa-jam-access/SKILL.md +52 -0
  160. package/plugins/lisa/.codex-plugin/skills/lisa-jam-access/agents/openai.yaml +4 -0
  161. package/plugins/lisa/.codex-plugin/skills/lisa-jira-add-journey/SKILL.md +121 -0
  162. package/plugins/lisa/.codex-plugin/skills/lisa-jira-add-journey/agents/openai.yaml +4 -0
  163. package/plugins/lisa/.codex-plugin/skills/lisa-jira-build-intake/SKILL.md +368 -0
  164. package/plugins/lisa/.codex-plugin/skills/lisa-jira-build-intake/agents/openai.yaml +4 -0
  165. package/plugins/lisa/.codex-plugin/skills/lisa-jira-create/SKILL.md +154 -0
  166. package/plugins/lisa/.codex-plugin/skills/lisa-jira-create/agents/openai.yaml +4 -0
  167. package/plugins/lisa/.codex-plugin/skills/lisa-jira-evidence/SKILL.md +90 -0
  168. package/plugins/lisa/.codex-plugin/skills/lisa-jira-evidence/agents/openai.yaml +4 -0
  169. package/plugins/lisa/.codex-plugin/skills/lisa-jira-evidence/scripts/post-evidence.sh +180 -0
  170. package/plugins/lisa/.codex-plugin/skills/lisa-jira-journey/SKILL.md +127 -0
  171. package/plugins/lisa/.codex-plugin/skills/lisa-jira-journey/agents/openai.yaml +4 -0
  172. package/plugins/lisa/.codex-plugin/skills/lisa-jira-journey/scripts/generate-templates.py +233 -0
  173. package/plugins/lisa/.codex-plugin/skills/lisa-jira-journey/scripts/parse-plan.py +368 -0
  174. package/plugins/lisa/.codex-plugin/skills/lisa-jira-read-ticket/SKILL.md +198 -0
  175. package/plugins/lisa/.codex-plugin/skills/lisa-jira-read-ticket/agents/openai.yaml +4 -0
  176. package/plugins/lisa/.codex-plugin/skills/lisa-jira-read-ticket/scripts/download-attachment.sh +110 -0
  177. package/plugins/lisa/.codex-plugin/skills/lisa-jira-sync/SKILL.md +108 -0
  178. package/plugins/lisa/.codex-plugin/skills/lisa-jira-sync/agents/openai.yaml +4 -0
  179. package/plugins/lisa/.codex-plugin/skills/lisa-jira-validate-ticket/SKILL.md +317 -0
  180. package/plugins/lisa/.codex-plugin/skills/lisa-jira-validate-ticket/agents/openai.yaml +4 -0
  181. package/plugins/lisa/.codex-plugin/skills/lisa-jira-verify/SKILL.md +30 -0
  182. package/plugins/lisa/.codex-plugin/skills/lisa-jira-verify/agents/openai.yaml +4 -0
  183. package/plugins/lisa/.codex-plugin/skills/lisa-jira-write-ticket/SKILL.md +267 -0
  184. package/plugins/lisa/.codex-plugin/skills/lisa-jira-write-ticket/agents/openai.yaml +4 -0
  185. package/plugins/lisa/.codex-plugin/skills/lisa-jsdoc-best-practices/SKILL.md +432 -0
  186. package/plugins/lisa/.codex-plugin/skills/lisa-jsdoc-best-practices/agents/openai.yaml +4 -0
  187. package/plugins/lisa/.codex-plugin/skills/lisa-linear-access/SKILL.md +90 -0
  188. package/plugins/lisa/.codex-plugin/skills/lisa-linear-access/agents/openai.yaml +4 -0
  189. package/plugins/lisa/.codex-plugin/skills/lisa-linear-add-journey/SKILL.md +105 -0
  190. package/plugins/lisa/.codex-plugin/skills/lisa-linear-add-journey/agents/openai.yaml +4 -0
  191. package/plugins/lisa/.codex-plugin/skills/lisa-linear-build-intake/SKILL.md +346 -0
  192. package/plugins/lisa/.codex-plugin/skills/lisa-linear-build-intake/agents/openai.yaml +4 -0
  193. package/plugins/lisa/.codex-plugin/skills/lisa-linear-create/SKILL.md +146 -0
  194. package/plugins/lisa/.codex-plugin/skills/lisa-linear-create/agents/openai.yaml +4 -0
  195. package/plugins/lisa/.codex-plugin/skills/lisa-linear-evidence/SKILL.md +103 -0
  196. package/plugins/lisa/.codex-plugin/skills/lisa-linear-evidence/agents/openai.yaml +4 -0
  197. package/plugins/lisa/.codex-plugin/skills/lisa-linear-journey/SKILL.md +134 -0
  198. package/plugins/lisa/.codex-plugin/skills/lisa-linear-journey/agents/openai.yaml +4 -0
  199. package/plugins/lisa/.codex-plugin/skills/lisa-linear-prd-intake/SKILL.md +383 -0
  200. package/plugins/lisa/.codex-plugin/skills/lisa-linear-prd-intake/agents/openai.yaml +4 -0
  201. package/plugins/lisa/.codex-plugin/skills/lisa-linear-read-issue/SKILL.md +200 -0
  202. package/plugins/lisa/.codex-plugin/skills/lisa-linear-read-issue/agents/openai.yaml +4 -0
  203. package/plugins/lisa/.codex-plugin/skills/lisa-linear-sync/SKILL.md +127 -0
  204. package/plugins/lisa/.codex-plugin/skills/lisa-linear-sync/agents/openai.yaml +4 -0
  205. package/plugins/lisa/.codex-plugin/skills/lisa-linear-to-tracker/SKILL.md +339 -0
  206. package/plugins/lisa/.codex-plugin/skills/lisa-linear-to-tracker/agents/openai.yaml +4 -0
  207. package/plugins/lisa/.codex-plugin/skills/lisa-linear-validate-issue/SKILL.md +314 -0
  208. package/plugins/lisa/.codex-plugin/skills/lisa-linear-validate-issue/agents/openai.yaml +4 -0
  209. package/plugins/lisa/.codex-plugin/skills/lisa-linear-verify/SKILL.md +51 -0
  210. package/plugins/lisa/.codex-plugin/skills/lisa-linear-verify/agents/openai.yaml +4 -0
  211. package/plugins/lisa/.codex-plugin/skills/lisa-linear-write-issue/SKILL.md +292 -0
  212. package/plugins/lisa/.codex-plugin/skills/lisa-linear-write-issue/agents/openai.yaml +4 -0
  213. package/plugins/lisa/.codex-plugin/skills/lisa-linear-write-prd/SKILL.md +96 -0
  214. package/plugins/lisa/.codex-plugin/skills/lisa-linear-write-prd/agents/openai.yaml +4 -0
  215. package/plugins/lisa/.codex-plugin/skills/lisa-monitor/SKILL.md +69 -0
  216. package/plugins/lisa/.codex-plugin/skills/lisa-monitor/agents/openai.yaml +4 -0
  217. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-add-test-coverage/SKILL.md +40 -0
  218. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-add-test-coverage/agents/openai.yaml +4 -0
  219. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-improve-tests/SKILL.md +29 -0
  220. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-improve-tests/agents/openai.yaml +4 -0
  221. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-lower-code-complexity/SKILL.md +28 -0
  222. package/plugins/lisa/.codex-plugin/skills/lisa-nightly-lower-code-complexity/agents/openai.yaml +4 -0
  223. package/plugins/lisa/.codex-plugin/skills/lisa-notion-access/SKILL.md +226 -0
  224. package/plugins/lisa/.codex-plugin/skills/lisa-notion-access/agents/openai.yaml +4 -0
  225. package/plugins/lisa/.codex-plugin/skills/lisa-notion-prd-intake/SKILL.md +360 -0
  226. package/plugins/lisa/.codex-plugin/skills/lisa-notion-prd-intake/agents/openai.yaml +4 -0
  227. package/plugins/lisa/.codex-plugin/skills/lisa-notion-to-tracker/SKILL.md +353 -0
  228. package/plugins/lisa/.codex-plugin/skills/lisa-notion-to-tracker/agents/openai.yaml +4 -0
  229. package/plugins/lisa/.codex-plugin/skills/lisa-notion-write-prd/SKILL.md +109 -0
  230. package/plugins/lisa/.codex-plugin/skills/lisa-notion-write-prd/agents/openai.yaml +4 -0
  231. package/plugins/lisa/.codex-plugin/skills/lisa-parity-code-review/SKILL.md +83 -0
  232. package/plugins/lisa/.codex-plugin/skills/lisa-parity-code-review/agents/openai.yaml +4 -0
  233. package/plugins/lisa/.codex-plugin/skills/lisa-parity-code-simplifier/SKILL.md +76 -0
  234. package/plugins/lisa/.codex-plugin/skills/lisa-parity-code-simplifier/agents/openai.yaml +4 -0
  235. package/plugins/lisa/.codex-plugin/skills/lisa-parity-coderabbit/SKILL.md +77 -0
  236. package/plugins/lisa/.codex-plugin/skills/lisa-parity-coderabbit/agents/openai.yaml +4 -0
  237. package/plugins/lisa/.codex-plugin/skills/lisa-parity-safety-net-rules/SKILL.md +144 -0
  238. package/plugins/lisa/.codex-plugin/skills/lisa-parity-safety-net-rules/agents/openai.yaml +4 -0
  239. package/plugins/lisa/.codex-plugin/skills/lisa-parity-sentry-sdk-setup/SKILL.md +211 -0
  240. package/plugins/lisa/.codex-plugin/skills/lisa-parity-sentry-sdk-setup/agents/openai.yaml +4 -0
  241. package/plugins/lisa/.codex-plugin/skills/lisa-parity-sentry-seer/SKILL.md +135 -0
  242. package/plugins/lisa/.codex-plugin/skills/lisa-parity-sentry-seer/agents/openai.yaml +4 -0
  243. package/plugins/lisa/.codex-plugin/skills/lisa-parity-skill-creator/SKILL.md +151 -0
  244. package/plugins/lisa/.codex-plugin/skills/lisa-parity-skill-creator/agents/openai.yaml +4 -0
  245. package/plugins/lisa/.codex-plugin/skills/lisa-performance-review/SKILL.md +94 -0
  246. package/plugins/lisa/.codex-plugin/skills/lisa-performance-review/agents/openai.yaml +4 -0
  247. package/plugins/lisa/.codex-plugin/skills/lisa-plan/SKILL.md +60 -0
  248. package/plugins/lisa/.codex-plugin/skills/lisa-plan/agents/openai.yaml +4 -0
  249. package/plugins/lisa/.codex-plugin/skills/lisa-plugin-sync-explain/SKILL.md +53 -0
  250. package/plugins/lisa/.codex-plugin/skills/lisa-plugin-sync-explain/agents/openai.yaml +4 -0
  251. package/plugins/lisa/.codex-plugin/skills/lisa-posthog-access/SKILL.md +60 -0
  252. package/plugins/lisa/.codex-plugin/skills/lisa-posthog-access/agents/openai.yaml +4 -0
  253. package/plugins/lisa/.codex-plugin/skills/lisa-prd-backlink/SKILL.md +265 -0
  254. package/plugins/lisa/.codex-plugin/skills/lisa-prd-backlink/agents/openai.yaml +4 -0
  255. package/plugins/lisa/.codex-plugin/skills/lisa-prd-source-write/SKILL.md +101 -0
  256. package/plugins/lisa/.codex-plugin/skills/lisa-prd-source-write/agents/openai.yaml +4 -0
  257. package/plugins/lisa/.codex-plugin/skills/lisa-prd-ticket-coverage/SKILL.md +170 -0
  258. package/plugins/lisa/.codex-plugin/skills/lisa-prd-ticket-coverage/agents/openai.yaml +4 -0
  259. package/plugins/lisa/.codex-plugin/skills/lisa-product-walkthrough/SKILL.md +104 -0
  260. package/plugins/lisa/.codex-plugin/skills/lisa-product-walkthrough/agents/openai.yaml +4 -0
  261. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/SKILL.md +315 -0
  262. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/agents/openai.yaml +4 -0
  263. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/examples/evidence-card-format.md +21 -0
  264. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/examples/host-project-only.md +22 -0
  265. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/examples/idempotency-verification-harness.md +57 -0
  266. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/examples/public-external-inspiration.md +22 -0
  267. package/plugins/lisa/.codex-plugin/skills/lisa-project-ideation/examples/unavailable-data-rejection.md +22 -0
  268. package/plugins/lisa/.codex-plugin/skills/lisa-pull-request-review/SKILL.md +84 -0
  269. package/plugins/lisa/.codex-plugin/skills/lisa-pull-request-review/agents/openai.yaml +4 -0
  270. package/plugins/lisa/.codex-plugin/skills/lisa-quality-review/SKILL.md +54 -0
  271. package/plugins/lisa/.codex-plugin/skills/lisa-quality-review/agents/openai.yaml +4 -0
  272. package/plugins/lisa/.codex-plugin/skills/lisa-queue-status/SKILL.md +133 -0
  273. package/plugins/lisa/.codex-plugin/skills/lisa-queue-status/agents/openai.yaml +4 -0
  274. package/plugins/lisa/.codex-plugin/skills/lisa-repair-intake/SKILL.md +1030 -0
  275. package/plugins/lisa/.codex-plugin/skills/lisa-repair-intake/agents/openai.yaml +4 -0
  276. package/plugins/lisa/.codex-plugin/skills/lisa-reproduce-bug/SKILL.md +96 -0
  277. package/plugins/lisa/.codex-plugin/skills/lisa-reproduce-bug/agents/openai.yaml +4 -0
  278. package/plugins/lisa/.codex-plugin/skills/lisa-research/SKILL.md +68 -0
  279. package/plugins/lisa/.codex-plugin/skills/lisa-research/agents/openai.yaml +4 -0
  280. package/plugins/lisa/.codex-plugin/skills/lisa-review-implementation/SKILL.md +209 -0
  281. package/plugins/lisa/.codex-plugin/skills/lisa-review-implementation/agents/openai.yaml +4 -0
  282. package/plugins/lisa/.codex-plugin/skills/lisa-review-local/SKILL.md +88 -0
  283. package/plugins/lisa/.codex-plugin/skills/lisa-review-local/agents/openai.yaml +4 -0
  284. package/plugins/lisa/.codex-plugin/skills/lisa-root-cause-analysis/SKILL.md +155 -0
  285. package/plugins/lisa/.codex-plugin/skills/lisa-root-cause-analysis/agents/openai.yaml +4 -0
  286. package/plugins/lisa/.codex-plugin/skills/lisa-security-review/SKILL.md +57 -0
  287. package/plugins/lisa/.codex-plugin/skills/lisa-security-review/agents/openai.yaml +4 -0
  288. package/plugins/lisa/.codex-plugin/skills/lisa-security-zap-scan/SKILL.md +33 -0
  289. package/plugins/lisa/.codex-plugin/skills/lisa-security-zap-scan/agents/openai.yaml +4 -0
  290. package/plugins/lisa/.codex-plugin/skills/lisa-sentry-access/SKILL.md +56 -0
  291. package/plugins/lisa/.codex-plugin/skills/lisa-sentry-access/agents/openai.yaml +4 -0
  292. package/plugins/lisa/.codex-plugin/skills/lisa-setup-atlassian/SKILL.md +347 -0
  293. package/plugins/lisa/.codex-plugin/skills/lisa-setup-atlassian/agents/openai.yaml +4 -0
  294. package/plugins/lisa/.codex-plugin/skills/lisa-setup-automations/SKILL.md +103 -0
  295. package/plugins/lisa/.codex-plugin/skills/lisa-setup-automations/agents/openai.yaml +4 -0
  296. package/plugins/lisa/.codex-plugin/skills/lisa-setup-confluence/SKILL.md +254 -0
  297. package/plugins/lisa/.codex-plugin/skills/lisa-setup-confluence/agents/openai.yaml +4 -0
  298. package/plugins/lisa/.codex-plugin/skills/lisa-setup-github/SKILL.md +268 -0
  299. package/plugins/lisa/.codex-plugin/skills/lisa-setup-github/agents/openai.yaml +4 -0
  300. package/plugins/lisa/.codex-plugin/skills/lisa-setup-jira/SKILL.md +198 -0
  301. package/plugins/lisa/.codex-plugin/skills/lisa-setup-jira/agents/openai.yaml +4 -0
  302. package/plugins/lisa/.codex-plugin/skills/lisa-setup-linear/SKILL.md +251 -0
  303. package/plugins/lisa/.codex-plugin/skills/lisa-setup-linear/agents/openai.yaml +4 -0
  304. package/plugins/lisa/.codex-plugin/skills/lisa-setup-notion/SKILL.md +316 -0
  305. package/plugins/lisa/.codex-plugin/skills/lisa-setup-notion/agents/openai.yaml +4 -0
  306. package/plugins/lisa/.codex-plugin/skills/lisa-sonarcloud-access/SKILL.md +71 -0
  307. package/plugins/lisa/.codex-plugin/skills/lisa-sonarcloud-access/agents/openai.yaml +4 -0
  308. package/plugins/lisa/.codex-plugin/skills/lisa-spec-conformance/SKILL.md +159 -0
  309. package/plugins/lisa/.codex-plugin/skills/lisa-spec-conformance/agents/openai.yaml +4 -0
  310. package/plugins/lisa/.codex-plugin/skills/lisa-sync-down/SKILL.md +171 -0
  311. package/plugins/lisa/.codex-plugin/skills/lisa-sync-down/agents/openai.yaml +4 -0
  312. package/plugins/lisa/.codex-plugin/skills/lisa-task-decomposition/SKILL.md +127 -0
  313. package/plugins/lisa/.codex-plugin/skills/lisa-task-decomposition/agents/openai.yaml +4 -0
  314. package/plugins/lisa/.codex-plugin/skills/lisa-task-triage/SKILL.md +23 -0
  315. package/plugins/lisa/.codex-plugin/skills/lisa-task-triage/agents/openai.yaml +4 -0
  316. package/plugins/lisa/.codex-plugin/skills/lisa-tdd-implementation/SKILL.md +86 -0
  317. package/plugins/lisa/.codex-plugin/skills/lisa-tdd-implementation/agents/openai.yaml +4 -0
  318. package/plugins/lisa/.codex-plugin/skills/lisa-tear-down-automations/SKILL.md +34 -0
  319. package/plugins/lisa/.codex-plugin/skills/lisa-tear-down-automations/agents/openai.yaml +4 -0
  320. package/plugins/lisa/.codex-plugin/skills/lisa-test-strategy/SKILL.md +63 -0
  321. package/plugins/lisa/.codex-plugin/skills/lisa-test-strategy/agents/openai.yaml +4 -0
  322. package/plugins/lisa/.codex-plugin/skills/lisa-ticket-triage/SKILL.md +186 -0
  323. package/plugins/lisa/.codex-plugin/skills/lisa-ticket-triage/agents/openai.yaml +4 -0
  324. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-add-journey/SKILL.md +27 -0
  325. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-add-journey/agents/openai.yaml +4 -0
  326. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-build-intake/SKILL.md +86 -0
  327. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-build-intake/agents/openai.yaml +4 -0
  328. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-create/SKILL.md +27 -0
  329. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-create/agents/openai.yaml +4 -0
  330. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-evidence/SKILL.md +53 -0
  331. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-evidence/agents/openai.yaml +4 -0
  332. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-journey/SKILL.md +27 -0
  333. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-journey/agents/openai.yaml +4 -0
  334. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-read/SKILL.md +28 -0
  335. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-read/agents/openai.yaml +4 -0
  336. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-source-artifacts/SKILL.md +107 -0
  337. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-source-artifacts/agents/openai.yaml +4 -0
  338. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-sync/SKILL.md +65 -0
  339. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-sync/agents/openai.yaml +4 -0
  340. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-validate/SKILL.md +37 -0
  341. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-validate/agents/openai.yaml +4 -0
  342. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-verify/SKILL.md +29 -0
  343. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-verify/agents/openai.yaml +4 -0
  344. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-write/SKILL.md +54 -0
  345. package/plugins/lisa/.codex-plugin/skills/lisa-tracker-write/agents/openai.yaml +4 -0
  346. package/plugins/lisa/.codex-plugin/skills/lisa-usage-accounting/SKILL.md +170 -0
  347. package/plugins/lisa/.codex-plugin/skills/lisa-usage-accounting/agents/openai.yaml +4 -0
  348. package/plugins/lisa/.codex-plugin/skills/lisa-use-the-product/SKILL.md +86 -0
  349. package/plugins/lisa/.codex-plugin/skills/lisa-use-the-product/agents/openai.yaml +4 -0
  350. package/plugins/lisa/.codex-plugin/skills/lisa-validate-tracker-mapping/SKILL.md +195 -0
  351. package/plugins/lisa/.codex-plugin/skills/lisa-validate-tracker-mapping/agents/openai.yaml +4 -0
  352. package/plugins/lisa/.codex-plugin/skills/lisa-verification-lifecycle/SKILL.md +365 -0
  353. package/plugins/lisa/.codex-plugin/skills/lisa-verification-lifecycle/agents/openai.yaml +4 -0
  354. package/plugins/lisa/.codex-plugin/skills/lisa-verify/SKILL.md +52 -0
  355. package/plugins/lisa/.codex-plugin/skills/lisa-verify/agents/openai.yaml +4 -0
  356. package/plugins/lisa/.codex-plugin/skills/lisa-verify-prd/SKILL.md +392 -0
  357. package/plugins/lisa/.codex-plugin/skills/lisa-verify-prd/agents/openai.yaml +4 -0
  358. package/plugins/lisa/.codex-plugin/skills/lisa-wiki-install/SKILL.md +101 -0
  359. package/plugins/lisa/.codex-plugin/skills/lisa-wiki-install/agents/openai.yaml +4 -0
  360. package/plugins/lisa/hooks/inject-rules.sh +3 -2
  361. package/plugins/lisa/hooks/install-pkgs.sh +4 -45
  362. package/plugins/lisa/hooks/setup-jira-cli.sh +4 -12
  363. package/plugins/lisa/skills/lisa-setup-linear/SKILL.md +1 -1
  364. package/plugins/lisa-agy/plugin.json +1 -1
  365. package/plugins/lisa-agy/skills/lisa-setup-linear/SKILL.md +1 -1
  366. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  367. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  368. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  369. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  370. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  371. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  372. package/plugins/lisa-copilot/hooks/inject-rules.sh +3 -2
  373. package/plugins/lisa-copilot/hooks/install-pkgs.sh +4 -45
  374. package/plugins/lisa-copilot/hooks/setup-jira-cli.sh +4 -12
  375. package/plugins/lisa-copilot/skills/lisa-setup-linear/SKILL.md +1 -1
  376. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  377. package/plugins/lisa-cursor/hooks/install-pkgs.sh +4 -45
  378. package/plugins/lisa-cursor/hooks/setup-jira-cli.sh +4 -12
  379. package/plugins/lisa-cursor/skills/lisa-setup-linear/SKILL.md +1 -1
  380. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  381. package/plugins/lisa-expo/.codex-plugin/plugin.json +2 -2
  382. package/plugins/lisa-expo/.codex-plugin/skills/add-app-clip/SKILL.md +280 -0
  383. package/plugins/lisa-expo/.codex-plugin/skills/add-app-clip/agents/openai.yaml +4 -0
  384. package/plugins/lisa-expo/.codex-plugin/skills/add-app-clip/references/native-module.md +96 -0
  385. package/plugins/lisa-expo/.codex-plugin/skills/apollo-client/SKILL.md +238 -0
  386. package/plugins/lisa-expo/.codex-plugin/skills/apollo-client/agents/openai.yaml +4 -0
  387. package/plugins/lisa-expo/.codex-plugin/skills/apollo-client/references/mutation-patterns.md +360 -0
  388. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/SKILL.md +367 -0
  389. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/agents/openai.yaml +4 -0
  390. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/references/atomic-levels.md +417 -0
  391. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/references/folder-structure.md +257 -0
  392. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/references/gluestack-mapping.md +233 -0
  393. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/scripts/test_validate_atomic_structure.py +240 -0
  394. package/plugins/lisa-expo/.codex-plugin/skills/atomic-design-gluestack/scripts/validate_atomic_structure.py +438 -0
  395. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/SKILL.md +321 -0
  396. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/agents/openai.yaml +4 -0
  397. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/animations.md +220 -0
  398. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/controls.md +272 -0
  399. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/form-sheet.md +253 -0
  400. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/gradients.md +106 -0
  401. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/icons.md +213 -0
  402. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/media.md +198 -0
  403. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/route-structure.md +229 -0
  404. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/search.md +248 -0
  405. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/storage.md +121 -0
  406. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/tabs.md +433 -0
  407. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  408. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/visual-effects.md +197 -0
  409. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/webgpu-three.md +605 -0
  410. package/plugins/lisa-expo/.codex-plugin/skills/building-native-ui/references/zoom-transitions.md +158 -0
  411. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/SKILL.md +299 -0
  412. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/agents/openai.yaml +4 -0
  413. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/references/examples.md +749 -0
  414. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/references/patterns.md +318 -0
  415. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/scripts/create_component.py +200 -0
  416. package/plugins/lisa-expo/.codex-plugin/skills/container-view-pattern/scripts/validate_component.py +209 -0
  417. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/SKILL.md +268 -0
  418. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/agents/openai.yaml +4 -0
  419. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/references/common-issues.md +619 -0
  420. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/references/file-extensions.md +340 -0
  421. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/references/platform-api.md +276 -0
  422. package/plugins/lisa-expo/.codex-plugin/skills/cross-platform-compatibility/scripts/validate_cross_platform.py +416 -0
  423. package/plugins/lisa-expo/.codex-plugin/skills/directory-structure/SKILL.md +214 -0
  424. package/plugins/lisa-expo/.codex-plugin/skills/directory-structure/agents/openai.yaml +4 -0
  425. package/plugins/lisa-expo/.codex-plugin/skills/directory-structure/scripts/validate_structure.py +454 -0
  426. package/plugins/lisa-expo/.codex-plugin/skills/e2e-coverage-gaps/SKILL.md +105 -0
  427. package/plugins/lisa-expo/.codex-plugin/skills/e2e-coverage-gaps/agents/openai.yaml +4 -0
  428. package/plugins/lisa-expo/.codex-plugin/skills/eas-update-insights/SKILL.md +228 -0
  429. package/plugins/lisa-expo/.codex-plugin/skills/eas-update-insights/agents/openai.yaml +4 -0
  430. package/plugins/lisa-expo/.codex-plugin/skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  431. package/plugins/lisa-expo/.codex-plugin/skills/eas-update-insights/references/update-insights-schema.md +69 -0
  432. package/plugins/lisa-expo/.codex-plugin/skills/expo-api-routes/SKILL.md +369 -0
  433. package/plugins/lisa-expo/.codex-plugin/skills/expo-api-routes/agents/openai.yaml +4 -0
  434. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/SKILL.md +54 -0
  435. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/agents/openai.yaml +4 -0
  436. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  437. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  438. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/references/comparison.md +63 -0
  439. package/plugins/lisa-expo/.codex-plugin/skills/expo-brownfield/references/troubleshooting.md +88 -0
  440. package/plugins/lisa-expo/.codex-plugin/skills/expo-cicd-workflows/SKILL.md +92 -0
  441. package/plugins/lisa-expo/.codex-plugin/skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  442. package/plugins/lisa-expo/.codex-plugin/skills/expo-cicd-workflows/scripts/fetch.js +113 -0
  443. package/plugins/lisa-expo/.codex-plugin/skills/expo-cicd-workflows/scripts/package.json +11 -0
  444. package/plugins/lisa-expo/.codex-plugin/skills/expo-cicd-workflows/scripts/validate.js +85 -0
  445. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/SKILL.md +193 -0
  446. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/agents/openai.yaml +4 -0
  447. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/references/app-store-metadata.md +479 -0
  448. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/references/ios-app-store.md +355 -0
  449. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/references/play-store.md +264 -0
  450. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/references/testflight.md +58 -0
  451. package/plugins/lisa-expo/.codex-plugin/skills/expo-deployment/references/workflows.md +200 -0
  452. package/plugins/lisa-expo/.codex-plugin/skills/expo-dev-client/SKILL.md +164 -0
  453. package/plugins/lisa-expo/.codex-plugin/skills/expo-dev-client/agents/openai.yaml +4 -0
  454. package/plugins/lisa-expo/.codex-plugin/skills/expo-env-config/SKILL.md +309 -0
  455. package/plugins/lisa-expo/.codex-plugin/skills/expo-env-config/agents/openai.yaml +4 -0
  456. package/plugins/lisa-expo/.codex-plugin/skills/expo-env-config/references/validation-patterns.md +417 -0
  457. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/SKILL.md +141 -0
  458. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/agents/openai.yaml +4 -0
  459. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/config-plugin.md +90 -0
  460. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/create-expo-module.md +206 -0
  461. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/lifecycle.md +127 -0
  462. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/module-config.md +48 -0
  463. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/native-module.md +286 -0
  464. package/plugins/lisa-expo/.codex-plugin/skills/expo-module/references/native-view.md +171 -0
  465. package/plugins/lisa-expo/.codex-plugin/skills/expo-router-best-practices/SKILL.md +431 -0
  466. package/plugins/lisa-expo/.codex-plugin/skills/expo-router-best-practices/agents/openai.yaml +4 -0
  467. package/plugins/lisa-expo/.codex-plugin/skills/expo-router-best-practices/references/official-docs.md +290 -0
  468. package/plugins/lisa-expo/.codex-plugin/skills/expo-router-best-practices/scripts/generate-route.py +171 -0
  469. package/plugins/lisa-expo/.codex-plugin/skills/expo-tailwind-setup/SKILL.md +480 -0
  470. package/plugins/lisa-expo/.codex-plugin/skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  471. package/plugins/lisa-expo/.codex-plugin/skills/expo-ui-jetpack-compose/SKILL.md +40 -0
  472. package/plugins/lisa-expo/.codex-plugin/skills/expo-ui-jetpack-compose/agents/openai.yaml +4 -0
  473. package/plugins/lisa-expo/.codex-plugin/skills/expo-ui-swift-ui/SKILL.md +39 -0
  474. package/plugins/lisa-expo/.codex-plugin/skills/expo-ui-swift-ui/agents/openai.yaml +4 -0
  475. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/SKILL.md +419 -0
  476. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/agents/openai.yaml +4 -0
  477. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/references/color-tokens.md +343 -0
  478. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/references/component-mapping.md +307 -0
  479. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/references/spacing-scale.md +300 -0
  480. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/scripts/test_validate_styling.py +240 -0
  481. package/plugins/lisa-expo/.codex-plugin/skills/gluestack-nativewind/scripts/validate_styling.py +424 -0
  482. package/plugins/lisa-expo/.codex-plugin/skills/jira-add-journey/SKILL.md +126 -0
  483. package/plugins/lisa-expo/.codex-plugin/skills/jira-add-journey/agents/openai.yaml +4 -0
  484. package/plugins/lisa-expo/.codex-plugin/skills/jira-create/SKILL.md +161 -0
  485. package/plugins/lisa-expo/.codex-plugin/skills/jira-create/agents/openai.yaml +4 -0
  486. package/plugins/lisa-expo/.codex-plugin/skills/jira-evidence/SKILL.md +78 -0
  487. package/plugins/lisa-expo/.codex-plugin/skills/jira-evidence/agents/openai.yaml +4 -0
  488. package/plugins/lisa-expo/.codex-plugin/skills/jira-evidence/scripts/post-evidence.sh +180 -0
  489. package/plugins/lisa-expo/.codex-plugin/skills/jira-journey/SKILL.md +190 -0
  490. package/plugins/lisa-expo/.codex-plugin/skills/jira-journey/agents/openai.yaml +4 -0
  491. package/plugins/lisa-expo/.codex-plugin/skills/jira-journey/scripts/generate-templates.py +281 -0
  492. package/plugins/lisa-expo/.codex-plugin/skills/jira-journey/scripts/parse-plan.py +368 -0
  493. package/plugins/lisa-expo/.codex-plugin/skills/jira-verify/SKILL.md +27 -0
  494. package/plugins/lisa-expo/.codex-plugin/skills/jira-verify/agents/openai.yaml +4 -0
  495. package/plugins/lisa-expo/.codex-plugin/skills/lisa-e2e-coverage-gaps/SKILL.md +13 -0
  496. package/plugins/lisa-expo/.codex-plugin/skills/lisa-e2e-coverage-gaps/agents/openai.yaml +4 -0
  497. package/plugins/lisa-expo/.codex-plugin/skills/local-state/SKILL.md +362 -0
  498. package/plugins/lisa-expo/.codex-plugin/skills/local-state/agents/openai.yaml +4 -0
  499. package/plugins/lisa-expo/.codex-plugin/skills/local-state/references/async-storage.md +505 -0
  500. package/plugins/lisa-expo/.codex-plugin/skills/local-state/references/persistence-patterns.md +711 -0
  501. package/plugins/lisa-expo/.codex-plugin/skills/local-state/references/reactive-variables.md +446 -0
  502. package/plugins/lisa-expo/.codex-plugin/skills/native-data-fetching/SKILL.md +507 -0
  503. package/plugins/lisa-expo/.codex-plugin/skills/native-data-fetching/agents/openai.yaml +4 -0
  504. package/plugins/lisa-expo/.codex-plugin/skills/native-data-fetching/references/expo-router-loaders.md +344 -0
  505. package/plugins/lisa-expo/.codex-plugin/skills/ops-browser-uat/SKILL.md +124 -0
  506. package/plugins/lisa-expo/.codex-plugin/skills/ops-browser-uat/agents/openai.yaml +4 -0
  507. package/plugins/lisa-expo/.codex-plugin/skills/ops-check-logs/SKILL.md +217 -0
  508. package/plugins/lisa-expo/.codex-plugin/skills/ops-check-logs/agents/openai.yaml +4 -0
  509. package/plugins/lisa-expo/.codex-plugin/skills/ops-db-ops/SKILL.md +123 -0
  510. package/plugins/lisa-expo/.codex-plugin/skills/ops-db-ops/agents/openai.yaml +4 -0
  511. package/plugins/lisa-expo/.codex-plugin/skills/ops-deploy/SKILL.md +123 -0
  512. package/plugins/lisa-expo/.codex-plugin/skills/ops-deploy/agents/openai.yaml +4 -0
  513. package/plugins/lisa-expo/.codex-plugin/skills/ops-monitor-errors/SKILL.md +99 -0
  514. package/plugins/lisa-expo/.codex-plugin/skills/ops-monitor-errors/agents/openai.yaml +4 -0
  515. package/plugins/lisa-expo/.codex-plugin/skills/ops-performance/SKILL.md +165 -0
  516. package/plugins/lisa-expo/.codex-plugin/skills/ops-performance/agents/openai.yaml +4 -0
  517. package/plugins/lisa-expo/.codex-plugin/skills/ops-run-local/SKILL.md +169 -0
  518. package/plugins/lisa-expo/.codex-plugin/skills/ops-run-local/agents/openai.yaml +4 -0
  519. package/plugins/lisa-expo/.codex-plugin/skills/ops-verify-health/SKILL.md +101 -0
  520. package/plugins/lisa-expo/.codex-plugin/skills/ops-verify-health/agents/openai.yaml +4 -0
  521. package/plugins/lisa-expo/.codex-plugin/skills/owasp-zap/SKILL.md +61 -0
  522. package/plugins/lisa-expo/.codex-plugin/skills/owasp-zap/agents/openai.yaml +4 -0
  523. package/plugins/lisa-expo/.codex-plugin/skills/play-store-access/SKILL.md +226 -0
  524. package/plugins/lisa-expo/.codex-plugin/skills/play-store-access/agents/openai.yaml +4 -0
  525. package/plugins/lisa-expo/.codex-plugin/skills/playwright-ci-debugging/SKILL.md +140 -0
  526. package/plugins/lisa-expo/.codex-plugin/skills/playwright-ci-debugging/agents/openai.yaml +4 -0
  527. package/plugins/lisa-expo/.codex-plugin/skills/playwright-selectors/SKILL.md +455 -0
  528. package/plugins/lisa-expo/.codex-plugin/skills/playwright-selectors/agents/openai.yaml +4 -0
  529. package/plugins/lisa-expo/.codex-plugin/skills/reduce-complexity/SKILL.md +251 -0
  530. package/plugins/lisa-expo/.codex-plugin/skills/reduce-complexity/agents/openai.yaml +4 -0
  531. package/plugins/lisa-expo/.codex-plugin/skills/reduce-complexity/references/extraction-strategies.md +456 -0
  532. package/plugins/lisa-expo/.codex-plugin/skills/reduce-complexity/references/refactoring-patterns.md +557 -0
  533. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/SKILL.md +314 -0
  534. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/agents/openai.yaml +4 -0
  535. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/references/async-patterns.md +420 -0
  536. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/references/expo-router-testing.md +556 -0
  537. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/references/mocking-patterns.md +590 -0
  538. package/plugins/lisa-expo/.codex-plugin/skills/testing-library/references/query-priority.md +291 -0
  539. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/SKILL.md +134 -0
  540. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/agents/openai.yaml +4 -0
  541. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  542. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  543. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/native-tabs.md +124 -0
  544. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/new-architecture.md +79 -0
  545. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/react-19.md +79 -0
  546. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/react-compiler.md +59 -0
  547. package/plugins/lisa-expo/.codex-plugin/skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  548. package/plugins/lisa-expo/.codex-plugin/skills/use-dom/SKILL.md +417 -0
  549. package/plugins/lisa-expo/.codex-plugin/skills/use-dom/agents/openai.yaml +4 -0
  550. package/plugins/lisa-expo/skills/building-native-ui/SKILL.md +1 -1
  551. package/plugins/lisa-expo-agy/plugin.json +1 -1
  552. package/plugins/lisa-expo-agy/skills/building-native-ui/SKILL.md +1 -1
  553. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  554. package/plugins/lisa-expo-copilot/skills/building-native-ui/SKILL.md +1 -1
  555. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  556. package/plugins/lisa-expo-cursor/skills/building-native-ui/SKILL.md +1 -1
  557. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  558. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +2 -2
  559. package/plugins/lisa-harper-fabric/.codex-plugin/skills/e2e-coverage-gaps/SKILL.md +105 -0
  560. package/plugins/lisa-harper-fabric/.codex-plugin/skills/e2e-coverage-gaps/agents/openai.yaml +4 -0
  561. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-auth/SKILL.md +368 -0
  562. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-auth/agents/openai.yaml +4 -0
  563. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-build-and-deploy/SKILL.md +198 -0
  564. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-build-and-deploy/agents/openai.yaml +4 -0
  565. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-caching/SKILL.md +265 -0
  566. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-caching/agents/openai.yaml +4 -0
  567. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-component-model/SKILL.md +87 -0
  568. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-component-model/agents/openai.yaml +4 -0
  569. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-config-yaml/SKILL.md +283 -0
  570. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-config-yaml/agents/openai.yaml +4 -0
  571. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-operations/SKILL.md +239 -0
  572. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-operations/agents/openai.yaml +4 -0
  573. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-realtime/SKILL.md +187 -0
  574. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-realtime/agents/openai.yaml +4 -0
  575. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-resources/SKILL.md +142 -0
  576. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-resources/agents/openai.yaml +4 -0
  577. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-rest-queries/SKILL.md +403 -0
  578. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-rest-queries/agents/openai.yaml +4 -0
  579. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-schema-graphql/SKILL.md +123 -0
  580. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-schema-graphql/agents/openai.yaml +4 -0
  581. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-testing/SKILL.md +254 -0
  582. package/plugins/lisa-harper-fabric/.codex-plugin/skills/harper-testing/agents/openai.yaml +4 -0
  583. package/plugins/lisa-harper-fabric/.codex-plugin/skills/lisa-e2e-coverage-gaps/SKILL.md +13 -0
  584. package/plugins/lisa-harper-fabric/.codex-plugin/skills/lisa-e2e-coverage-gaps/agents/openai.yaml +4 -0
  585. package/plugins/lisa-harper-fabric/hooks/block-generated-artifact-edits.sh +42 -24
  586. package/plugins/lisa-harper-fabric/hooks/enforce-config-extensions.mjs +12 -14
  587. package/plugins/lisa-harper-fabric/hooks/enforce-config-extensions.sh +30 -3
  588. package/plugins/lisa-harper-fabric/hooks/inject-rules.sh +1 -1
  589. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  590. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  591. package/plugins/lisa-harper-fabric-copilot/hooks/block-generated-artifact-edits.sh +42 -24
  592. package/plugins/lisa-harper-fabric-copilot/hooks/enforce-config-extensions.mjs +12 -14
  593. package/plugins/lisa-harper-fabric-copilot/hooks/enforce-config-extensions.sh +30 -3
  594. package/plugins/lisa-harper-fabric-copilot/hooks/inject-rules.sh +1 -1
  595. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  596. package/plugins/lisa-harper-fabric-cursor/hooks/block-generated-artifact-edits.sh +42 -24
  597. package/plugins/lisa-harper-fabric-cursor/hooks/enforce-config-extensions.mjs +12 -14
  598. package/plugins/lisa-harper-fabric-cursor/hooks/enforce-config-extensions.sh +30 -3
  599. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  600. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +2 -2
  601. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/SKILL.md +176 -0
  602. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/agents/openai.yaml +4 -0
  603. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/references/advanced-features.md +527 -0
  604. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/references/project-patterns.md +531 -0
  605. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/references/quick-start.md +257 -0
  606. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/references/resolvers-mutations.md +413 -0
  607. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-graphql/references/types-scalars.md +513 -0
  608. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-rules/SKILL.md +565 -0
  609. package/plugins/lisa-nestjs/.codex-plugin/skills/nestjs-rules/agents/openai.yaml +4 -0
  610. package/plugins/lisa-nestjs/.codex-plugin/skills/typeorm-patterns/SKILL.md +275 -0
  611. package/plugins/lisa-nestjs/.codex-plugin/skills/typeorm-patterns/agents/openai.yaml +4 -0
  612. package/plugins/lisa-nestjs/.codex-plugin/skills/typeorm-patterns/references/configuration-patterns.md +487 -0
  613. package/plugins/lisa-nestjs/.codex-plugin/skills/typeorm-patterns/references/entity-patterns.md +450 -0
  614. package/plugins/lisa-nestjs/.codex-plugin/skills/typeorm-patterns/references/observability-patterns.md +536 -0
  615. package/plugins/lisa-nestjs/skills/typeorm-patterns/references/configuration-patterns.md +5 -5
  616. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  617. package/plugins/lisa-nestjs-agy/skills/typeorm-patterns/references/configuration-patterns.md +5 -5
  618. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  619. package/plugins/lisa-nestjs-copilot/skills/typeorm-patterns/references/configuration-patterns.md +5 -5
  620. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  621. package/plugins/lisa-nestjs-cursor/skills/typeorm-patterns/references/configuration-patterns.md +5 -5
  622. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  623. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +2 -2
  624. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-repo-topic/SKILL.md +13 -0
  625. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-repo-topic/agents/openai.yaml +4 -0
  626. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-staff-slack/SKILL.md +13 -0
  627. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-staff-slack/agents/openai.yaml +4 -0
  628. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-staff-telegram/SKILL.md +13 -0
  629. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-connect-staff-telegram/agents/openai.yaml +4 -0
  630. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-repo-topic/SKILL.md +163 -0
  631. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-repo-topic/agents/openai.yaml +4 -0
  632. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-repo-topic/references/repo-topic-config.md +185 -0
  633. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-staff/SKILL.md +175 -0
  634. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-staff/agents/openai.yaml +4 -0
  635. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-staff/references/platform-routing.md +123 -0
  636. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-connect-staff/references/prompts.md +78 -0
  637. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-setup/SKILL.md +141 -0
  638. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-openclaw-setup/agents/openai.yaml +4 -0
  639. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-setup-openclaw/SKILL.md +13 -0
  640. package/plugins/lisa-openclaw/.codex-plugin/skills/lisa-setup-openclaw/agents/openai.yaml +4 -0
  641. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  642. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  643. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  644. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  645. package/plugins/lisa-phaser/.codex-plugin/plugin.json +2 -2
  646. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-accessibility/SKILL.md +135 -0
  647. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-accessibility/agents/openai.yaml +4 -0
  648. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-asset-pipeline/SKILL.md +222 -0
  649. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-asset-pipeline/agents/openai.yaml +4 -0
  650. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-asset-sourcing/SKILL.md +151 -0
  651. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-asset-sourcing/agents/openai.yaml +4 -0
  652. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-build-deploy/SKILL.md +153 -0
  653. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-build-deploy/agents/openai.yaml +4 -0
  654. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-i18n/SKILL.md +122 -0
  655. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-i18n/agents/openai.yaml +4 -0
  656. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-project-structure/SKILL.md +89 -0
  657. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-project-structure/agents/openai.yaml +4 -0
  658. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-services/SKILL.md +208 -0
  659. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-services/agents/openai.yaml +4 -0
  660. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-testing/SKILL.md +192 -0
  661. package/plugins/lisa-phaser/.codex-plugin/skills/phaser-testing/agents/openai.yaml +4 -0
  662. package/plugins/lisa-phaser/hooks/inject-rules.sh +1 -1
  663. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  664. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  665. package/plugins/lisa-phaser-copilot/hooks/inject-rules.sh +1 -1
  666. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  667. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  668. package/plugins/lisa-rails/.codex-plugin/plugin.json +2 -2
  669. package/plugins/lisa-rails/.codex-plugin/skills/action-controller-best-practices/SKILL.md +374 -0
  670. package/plugins/lisa-rails/.codex-plugin/skills/action-controller-best-practices/agents/openai.yaml +4 -0
  671. package/plugins/lisa-rails/.codex-plugin/skills/action-view-best-practices/SKILL.md +335 -0
  672. package/plugins/lisa-rails/.codex-plugin/skills/action-view-best-practices/agents/openai.yaml +4 -0
  673. package/plugins/lisa-rails/.codex-plugin/skills/active-record-model-best-practices/SKILL.md +166 -0
  674. package/plugins/lisa-rails/.codex-plugin/skills/active-record-model-best-practices/agents/openai.yaml +4 -0
  675. package/plugins/lisa-rails/.codex-plugin/skills/e2e-coverage-gaps/SKILL.md +105 -0
  676. package/plugins/lisa-rails/.codex-plugin/skills/e2e-coverage-gaps/agents/openai.yaml +4 -0
  677. package/plugins/lisa-rails/.codex-plugin/skills/fix-linter-error/SKILL.md +45 -0
  678. package/plugins/lisa-rails/.codex-plugin/skills/fix-linter-error/agents/openai.yaml +4 -0
  679. package/plugins/lisa-rails/.codex-plugin/skills/improve-code-complexity/SKILL.md +48 -0
  680. package/plugins/lisa-rails/.codex-plugin/skills/improve-code-complexity/agents/openai.yaml +4 -0
  681. package/plugins/lisa-rails/.codex-plugin/skills/improve-max-lines/SKILL.md +46 -0
  682. package/plugins/lisa-rails/.codex-plugin/skills/improve-max-lines/agents/openai.yaml +4 -0
  683. package/plugins/lisa-rails/.codex-plugin/skills/improve-max-lines-per-function/SKILL.md +46 -0
  684. package/plugins/lisa-rails/.codex-plugin/skills/improve-max-lines-per-function/agents/openai.yaml +4 -0
  685. package/plugins/lisa-rails/.codex-plugin/skills/improve-test-coverage/SKILL.md +45 -0
  686. package/plugins/lisa-rails/.codex-plugin/skills/improve-test-coverage/agents/openai.yaml +4 -0
  687. package/plugins/lisa-rails/.codex-plugin/skills/jira-add-journey/SKILL.md +65 -0
  688. package/plugins/lisa-rails/.codex-plugin/skills/jira-add-journey/agents/openai.yaml +4 -0
  689. package/plugins/lisa-rails/.codex-plugin/skills/jira-create/SKILL.md +100 -0
  690. package/plugins/lisa-rails/.codex-plugin/skills/jira-create/agents/openai.yaml +4 -0
  691. package/plugins/lisa-rails/.codex-plugin/skills/jira-evidence/SKILL.md +70 -0
  692. package/plugins/lisa-rails/.codex-plugin/skills/jira-evidence/agents/openai.yaml +4 -0
  693. package/plugins/lisa-rails/.codex-plugin/skills/jira-evidence/scripts/post-evidence.sh +180 -0
  694. package/plugins/lisa-rails/.codex-plugin/skills/jira-journey/SKILL.md +64 -0
  695. package/plugins/lisa-rails/.codex-plugin/skills/jira-journey/agents/openai.yaml +4 -0
  696. package/plugins/lisa-rails/.codex-plugin/skills/jira-verify/SKILL.md +26 -0
  697. package/plugins/lisa-rails/.codex-plugin/skills/jira-verify/agents/openai.yaml +4 -0
  698. package/plugins/lisa-rails/.codex-plugin/skills/lisa-e2e-coverage-gaps/SKILL.md +13 -0
  699. package/plugins/lisa-rails/.codex-plugin/skills/lisa-e2e-coverage-gaps/agents/openai.yaml +4 -0
  700. package/plugins/lisa-rails/.codex-plugin/skills/ops-check-logs/SKILL.md +191 -0
  701. package/plugins/lisa-rails/.codex-plugin/skills/ops-check-logs/agents/openai.yaml +4 -0
  702. package/plugins/lisa-rails/.codex-plugin/skills/ops-deploy/SKILL.md +153 -0
  703. package/plugins/lisa-rails/.codex-plugin/skills/ops-deploy/agents/openai.yaml +4 -0
  704. package/plugins/lisa-rails/.codex-plugin/skills/ops-run-local/SKILL.md +169 -0
  705. package/plugins/lisa-rails/.codex-plugin/skills/ops-run-local/agents/openai.yaml +4 -0
  706. package/plugins/lisa-rails/.codex-plugin/skills/ops-verify-jobs/SKILL.md +157 -0
  707. package/plugins/lisa-rails/.codex-plugin/skills/ops-verify-jobs/agents/openai.yaml +4 -0
  708. package/plugins/lisa-rails/.codex-plugin/skills/ops-verify-telemetry/SKILL.md +197 -0
  709. package/plugins/lisa-rails/.codex-plugin/skills/ops-verify-telemetry/agents/openai.yaml +4 -0
  710. package/plugins/lisa-rails/hooks/inject-rules.sh +2 -1
  711. package/plugins/lisa-rails-agy/plugin.json +1 -1
  712. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  713. package/plugins/lisa-rails-copilot/hooks/inject-rules.sh +2 -1
  714. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  715. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  716. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  717. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  718. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  719. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  720. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  721. package/plugins/lisa-wiki/.codex-plugin/plugin.json +2 -2
  722. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-add-ingest/SKILL.md +12 -0
  723. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-add-ingest/agents/openai.yaml +4 -0
  724. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-add-role/SKILL.md +12 -0
  725. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-add-role/agents/openai.yaml +4 -0
  726. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-ingest/SKILL.md +12 -0
  727. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-ingest/agents/openai.yaml +4 -0
  728. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-lint/SKILL.md +11 -0
  729. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-lint/agents/openai.yaml +4 -0
  730. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-migrate/SKILL.md +12 -0
  731. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-migrate/agents/openai.yaml +4 -0
  732. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-onboard-me/SKILL.md +12 -0
  733. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-onboard-me/agents/openai.yaml +4 -0
  734. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-query/SKILL.md +12 -0
  735. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-query/agents/openai.yaml +4 -0
  736. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-setup/SKILL.md +12 -0
  737. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-setup/agents/openai.yaml +4 -0
  738. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-setup-wiki/SKILL.md +12 -0
  739. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-setup-wiki/agents/openai.yaml +4 -0
  740. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-status/SKILL.md +12 -0
  741. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-status/agents/openai.yaml +4 -0
  742. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-add-ingest/SKILL.md +34 -0
  743. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-add-ingest/agents/openai.yaml +4 -0
  744. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-add-role/SKILL.md +30 -0
  745. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-add-role/agents/openai.yaml +4 -0
  746. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-confluence/SKILL.md +25 -0
  747. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-confluence/agents/openai.yaml +4 -0
  748. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-docs/SKILL.md +30 -0
  749. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-docs/agents/openai.yaml +4 -0
  750. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-git/SKILL.md +25 -0
  751. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-git/agents/openai.yaml +4 -0
  752. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-jira/SKILL.md +28 -0
  753. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-jira/agents/openai.yaml +4 -0
  754. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-memory/SKILL.md +28 -0
  755. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-memory/agents/openai.yaml +4 -0
  756. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-notion/SKILL.md +25 -0
  757. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-notion/agents/openai.yaml +4 -0
  758. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-roles/SKILL.md +22 -0
  759. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-roles/agents/openai.yaml +4 -0
  760. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-slack/SKILL.md +30 -0
  761. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-slack/agents/openai.yaml +4 -0
  762. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-web/SKILL.md +23 -0
  763. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-connector-web/agents/openai.yaml +4 -0
  764. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-doctor/SKILL.md +47 -0
  765. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-doctor/agents/openai.yaml +4 -0
  766. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-ingest/SKILL.md +99 -0
  767. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-ingest/agents/openai.yaml +4 -0
  768. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-lint/SKILL.md +32 -0
  769. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-lint/agents/openai.yaml +4 -0
  770. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-migrate/SKILL.md +43 -0
  771. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-migrate/agents/openai.yaml +4 -0
  772. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-onboard-me/SKILL.md +33 -0
  773. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-onboard-me/agents/openai.yaml +4 -0
  774. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-query/SKILL.md +36 -0
  775. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-query/agents/openai.yaml +4 -0
  776. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-setup/SKILL.md +75 -0
  777. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-setup/agents/openai.yaml +4 -0
  778. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-setup-automations/SKILL.md +83 -0
  779. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-setup-automations/agents/openai.yaml +4 -0
  780. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-status/SKILL.md +47 -0
  781. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-status/agents/openai.yaml +4 -0
  782. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-tear-down-automations/SKILL.md +34 -0
  783. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-tear-down-automations/agents/openai.yaml +4 -0
  784. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-usage/SKILL.md +50 -0
  785. package/plugins/lisa-wiki/.codex-plugin/skills/lisa-wiki-usage/agents/openai.yaml +4 -0
  786. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  787. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  788. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  789. package/plugins/src/base/hooks/inject-rules.sh +3 -2
  790. package/plugins/src/base/hooks/install-pkgs.sh +4 -45
  791. package/plugins/src/base/hooks/setup-jira-cli.sh +4 -12
  792. package/plugins/src/base/skills/lisa-setup-linear/SKILL.md +1 -1
  793. package/plugins/src/expo/skills/building-native-ui/SKILL.md +1 -1
  794. package/plugins/src/harper-fabric/hooks/block-generated-artifact-edits.sh +42 -24
  795. package/plugins/src/harper-fabric/hooks/enforce-config-extensions.mjs +12 -14
  796. package/plugins/src/harper-fabric/hooks/enforce-config-extensions.sh +30 -3
  797. package/plugins/src/harper-fabric/hooks/inject-rules.sh +1 -1
  798. package/plugins/src/nestjs/skills/typeorm-patterns/references/configuration-patterns.md +5 -5
  799. package/plugins/src/phaser/hooks/inject-rules.sh +1 -1
  800. package/plugins/src/rails/hooks/inject-rules.sh +2 -1
  801. package/scripts/clean-dist.mjs +7 -0
  802. package/scripts/generate-codex-plugin-artifacts.mjs +311 -20
  803. package/scripts/install-claude-plugins.sh +53 -40
  804. package/typescript/package-lisa/package.lisa.json +1 -1
  805. package/.agents/plugins/marketplace.json +0 -128
  806. package/dist/codex/lisa-plugin-detection.d.ts +0 -68
  807. package/dist/codex/lisa-plugin-detection.d.ts.map +0 -1
  808. package/dist/codex/lisa-plugin-detection.js +0 -139
  809. package/dist/codex/lisa-plugin-detection.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ display_name: "Cross Pollinate"
2
+ short_description: "Detect a host project's…"
3
+ default_prompt:
4
+ - "Use $lisa-cross-pollinate: Detect a host project's…."
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: lisa-debrief
3
+ description: "Run the Debrief flow over a…"
4
+ allowed-tools: ["Skill", "ToolSearch", "Bash", "Read", "Glob", "Grep", "TeamCreate"]
5
+ ---
6
+
7
+ # Debrief: $ARGUMENTS
8
+
9
+ Walk the original Plan for `$ARGUMENTS`, mine the completed work items and their PRs, and produce a triage-ready learnings document for human review.
10
+
11
+ ## Orchestration: agent team
12
+
13
+ If you are NOT already operating inside an agent team (no prior successful team-creation or subagent-delegation tool call in this session, not spawned into a team context), the very first thing you do is establish team orchestration.
14
+
15
+ Use the team tool for the current runtime:
16
+
17
+ - Claude Code >= 2.1.178: there is no `TeamCreate` tool; the team forms automatically when you spawn the first teammate with `Agent`. That first spawn should be the bounded specialist needed to start this flow. On older Claude Code that still exposes `TeamCreate`, the explicit team-create path is also acceptable.
18
+ - Codex: do not call `TeamCreate`; Codex does not expose that Claude tool. Use `tool_search` with a query like `multi-agent tools` to load `multi_agent_v1`, then use `multi_agent_v1.spawn_agent` for teammate delegation. Treat the first successful `spawn_agent` call as establishing team orchestration.
19
+ - Other runtimes: use the current runtime's tool-discovery mechanism to discover and call the appropriate multi-agent/team tool.
20
+
21
+ If no team creation or subagent delegation tool is available, explicitly state that team orchestration is unavailable in this runtime, continue as the lead agent, and preserve the workflow's review, verification, and task-tracking obligations locally.
22
+
23
+ Until the team is established, the first Codex teammate has been spawned, or the no-team fallback has been declared, do NOT call any of: `TaskCreate`, `Skill`, MCP tools (Atlassian / Linear / GitHub / Notion), `Read`, `Write`, `Edit`, `Bash`, `Grep`, `Glob`. The initial Claude `Agent` spawn described above is the only pre-team exception because it establishes the team. Resolving the work-item set, fetching tickets, walking PRs — all of those are tasks for the team you are about to create, not for the lead session before orchestration exists.
24
+
25
+ If you ARE already inside an agent team (e.g., a teammate invoked this skill via the Skill tool), do NOT create a second team — many harnesses reject double-creates — and do NOT collapse the nested flow into a single inline worker. A nested team-first flow must still bring in the specialists it requires by adding them to the existing team, not by doing the work itself:
26
+
27
+ - **Claude:** teams are flat and only the lead can add named teammates, so do NOT call `Agent` with a `name` from a teammate (the harness rejects it: *"Teammates cannot spawn other teammates — the team roster is flat"*). Send the team lead a message naming the specialist teammate(s) this flow needs, their task assignments, and completion criteria, then coordinate through the shared task list until they finish. An anonymous subagent (`Agent` with `name` omitted) is permitted only for bounded one-shot work whose result returns directly to you — it is not a substitute for the required lifecycle specialists.
28
+ - **Codex:** do NOT call `TeamCreate`. If the lead/root agent is addressable (you were given its id/handle), send it a request to `multi_agent_v1.spawn_agent` the specialist agent(s), including each agent's prompt, ownership, and expected result. If no lead handle exists but `spawn_agent` is available to you, spawn only the bounded specialist agent(s) this flow needs, `wait_agent` for their results, and relay those results upward to the parent/lead.
29
+
30
+ Treat the first successful lead-spawn request (or, on the Codex fallback, the first specialist spawn) as preserving team orchestration. Never satisfy a team-first lifecycle flow by doing all the work inline.
31
+
32
+ ## Input
33
+
34
+ `$ARGUMENTS` is one of:
35
+
36
+ | Input shape | Resolution |
37
+ |-------------|------------|
38
+ | Notion / Confluence / Linear / GitHub Issue PRD URL | Fetch the PRD; read its `## Tickets` (or equivalent) back-link section written by the Plan flow |
39
+ | File path to a PRD markdown | Read the file; parse its `## Tickets` section |
40
+ | JIRA epic key (e.g. `SE-1234`) or epic URL | Fetch the epic; list its child issues (Stories, Tasks, Bugs) |
41
+ | GitHub epic issue URL or `<org>/<repo>#<n>` | Fetch the epic issue; list its sub-issues / linked items |
42
+
43
+ If the PRD has no `## Tickets` section AND the input is not an epic, stop and report — the Plan flow's PRD back-link step (`lisa-prd-backlink`) was likely skipped. Suggest re-running Plan to populate the section, or pass the epic key directly.
44
+
45
+ ## Gate
46
+
47
+ Run before mining begins:
48
+
49
+ 1. **All work items terminal.** Every linked work item must be in a terminal state (Done / Closed / Cancelled equivalent for the tracker). If any item is still open, stop and list the unfinished items — Debrief is post-shipping by definition.
50
+ 2. **PR coverage.** Every Done item that was implementable (Story / Task / Bug; not Spike) must have at least one merged PR linked. Items missing a PR are recorded as **anomalies** to surface in the report rather than silently excluded — a Done item with no PR is itself a learning ("how did this ship?").
51
+ 3. **Headless safety.** In headless / `-p` / scheduled mode, do not block on missing input — fail fast with a clear error listing what was needed.
52
+
53
+ ## Flow
54
+
55
+ Execute the **Debrief** flow as defined in the `intent-routing` rule (loaded via the lisa plugin). The rule contains the canonical step sequence (gate, mining, synthesis, output, hand-off). This skill does NOT restate flow steps — change them in the rule, propagate everywhere.
56
+
57
+ The flow's mining step runs `tracker-mining-specialist` and `pr-mining-specialist` in parallel as separate tasks within the team. Both must complete before `learnings-synthesizer` runs. Express this with `blockedBy` so the synthesizer task is automatically gated on the two mining tasks.
58
+
59
+ ## Exhaustiveness expectation
60
+
61
+ Debrief is deliberately exhaustive — the human, not the agent, decides what is worth keeping. Specialists should err toward surfacing more candidates, not fewer. A candidate that the synthesizer rates low confidence is still a row in the triage doc; only outright duplicates are dropped.
62
+
63
+ ## Output
64
+
65
+ A markdown triage document at `./debrief/<initiative-slug>-<YYYY-MM-DD>.md` (or wherever the project's debrief output directory is configured) containing:
66
+
67
+ 1. **Header** — initiative name, source PRD/epic link, work-item count, PR count, generation date, gate results.
68
+ 2. **Anomalies** — work items missing PRs, items with abnormal status-transition timing, PRs with no review comments at all (signal-of-absence is a learning), etc.
69
+ 3. **Candidate learnings** — one row per candidate, grouped by category (Edge case / Recurring gotcha / Process friction / Tooling gap / Convention drift). Each row has:
70
+ - `Summary` — one sentence
71
+ - `Category`
72
+ - `Evidence` — links to the source ticket comment / PR comment / commit / test file (multiple allowed)
73
+ - `Recommended persistence destination` — the agent's best guess for where this should land if accepted (e.g., "Edge Case Brainstorm checklist → Navigation & URL state", "PROJECT_RULES.md", "memory: project_*.md", "new tooling-gap ticket")
74
+ - `Disposition` — empty checkbox-style field the human will fill: `[ ] Accept` / `[ ] Reject` / `[ ] Defer` plus a free-text reason
75
+ 4. **Source map** — appendix listing every work item and PR walked, so the human can verify completeness.
76
+
77
+ Before returning, write the Debrief run's direct usage onto the triage document through
78
+ `lisa-usage-accounting` so the markdown artifact carries its own `## Lisa Usage` section separate
79
+ from delivery-time usage. If runtime usage is unavailable, record a debrief entry with
80
+ `source: unavailable` and nullable token/cost fields instead of skipping the row.
81
+
82
+ The skill's terminal output is the path to the triage document and a one-line summary of counts per category. Persistence does not happen here — that is `lisa-debrief-apply`'s job.
83
+
84
+ ## Hand-off
85
+
86
+ After producing the triage document, print:
87
+
88
+ ```text
89
+ Triage document written to: <path>
90
+ Counts: <n> edge cases, <n> gotchas, <n> friction, <n> tooling gaps, <n> convention drift; <n> anomalies
91
+ Next: human triage. When done, run `/lisa:debrief:apply <path>` to persist accepted learnings.
92
+ ```
93
+
94
+ Then stop. Debrief never persists learnings on its own.
@@ -0,0 +1,4 @@
1
+ display_name: "Debrief"
2
+ short_description: "Run the Debrief flow over a…"
3
+ default_prompt:
4
+ - "Use $lisa-debrief: Run the Debrief flow over a…."
@@ -0,0 +1,63 @@
1
+ ---
2
+ name: lisa-debrief-apply
3
+ description: "Apply human-marked dispositions…"
4
+ allowed-tools: ["Skill", "Bash", "Read", "Edit", "Write", "Glob", "Grep"]
5
+ ---
6
+
7
+ # Debrief Apply: $ARGUMENTS
8
+
9
+ Read the triage document at `$ARGUMENTS` and persist every Accepted candidate learning to its destination.
10
+
11
+ This skill is intentionally **single-agent** — there is no team. Routing is deterministic given the disposition column. Spawning sub-agents would only add latency.
12
+
13
+ ## Input
14
+
15
+ A path or URL to a Debrief triage document produced by `lisa-debrief`. The document is expected to follow the structure that skill produces — a header, an anomalies section, candidate-learning rows grouped by category, and a source-map appendix.
16
+
17
+ ## Pre-flight
18
+
19
+ 1. **Verify the doc exists and parses.** If the file cannot be read or the expected sections are missing, stop and report — do not guess.
20
+ 2. **Confirm dispositions exist.** If every row is unmarked, stop and ask the human to triage first. A pristine doc is a no-op, not an error to silently swallow.
21
+ 3. **Identify the destination map.** Read the project's `.lisa.config.json` (or stack defaults) for: edge-case checklist file (default: `plugins/src/base/rules/intent-routing.md`'s Edge Case Brainstorm sub-flow), project-rules file (default: `.claude/rules/PROJECT_RULES.md`), memory directory (per the auto-memory system path), tracker for new tickets.
22
+
23
+ ## Routing rules
24
+
25
+ For every row marked **Accept**:
26
+
27
+ | Category | Destination | Action |
28
+ |----------|-------------|--------|
29
+ | Edge case | Edge Case Brainstorm checklist in `intent-routing.md` | Append the new pattern + question to the matching group (Navigation, Data, Failure, Input, Auth, or a new group if none fit). Use the row's `Summary` and `Evidence` link as a citation comment. |
30
+ | Recurring gotcha | Memory file (`project_*.md`) | Write a new memory entry with `type: project`, structured as: rule, **Why:**, **How to apply:**. Add an index line to `MEMORY.md`. |
31
+ | Process friction | Project rules file | Append a one-line guideline to `PROJECT_RULES.md` under an appropriate heading (or create one). |
32
+ | Tooling gap | Configured tracker | Create a new ticket via `lisa-tracker-write` with `issue_type: Task`, summary derived from the row's `Summary`, description citing the evidence and the originating debrief doc. Label appropriately (`type:tooling`, `lifecycle-improvement`, etc.). |
33
+ | Convention drift | `CLAUDE.md` (project) or `PROJECT_RULES.md` | Append the convention as a one-paragraph note under the relevant section. If no relevant section exists, create one. |
34
+
35
+ For every row marked **Reject** or **Defer**: no action. Defer is a no-op for `apply` but worth surfacing in the run summary — the human may want to revisit at the next debrief.
36
+
37
+ ## Idempotency
38
+
39
+ `apply` is safe to re-run. Each Accepted row carries an evidence link that doubles as a fingerprint — before writing, check whether the destination already cites that fingerprint. If it does, skip the write and note the row as `already-applied` in the run summary. This lets the human triage a doc incrementally (mark a few, run apply, mark more, run apply again) without producing duplicates.
40
+
41
+ ## Updating the triage doc
42
+
43
+ After each Accepted row is persisted, replace its `[ ] Accept` checkbox with `[x] Applied — <one-line summary of what was written>`. This makes the triage doc itself the audit log of what was acted on. If a write fails (e.g., tracker is unreachable), mark the row `[!] Apply failed — <reason>` and continue with the rest. Never abort the whole run because one row failed.
44
+
45
+ ## Output
46
+
47
+ A run summary printed to the user:
48
+
49
+ ```text
50
+ Applied <n> learnings:
51
+ <n> edge cases → intent-routing.md
52
+ <n> gotchas → memory
53
+ <n> friction → PROJECT_RULES.md
54
+ <n> tooling gaps → <tracker> (<key1>, <key2>, ...)
55
+ <n> convention drift → CLAUDE.md
56
+ Skipped:
57
+ <n> rejected, <n> deferred, <n> already-applied
58
+ Failed:
59
+ <n> (see <path> for details)
60
+ Triage doc updated in place: <path>
61
+ ```
62
+
63
+ If anything is written to a tracker, suggest the human commit the local file changes (memory, rules, intent-routing) when ready — `apply` does not commit.
@@ -0,0 +1,4 @@
1
+ display_name: "Debrief Apply"
2
+ short_description: "Apply human-marked dispositions…"
3
+ default_prompt:
4
+ - "Use $lisa-debrief-apply: Apply human-marked dispositions…."
@@ -0,0 +1,336 @@
1
+ ---
2
+ name: lisa-doctor
3
+ description: "Audit whether the current…"
4
+ allowed-tools: ["Skill", "Bash", "Read", "Glob", "Grep"]
5
+ ---
6
+
7
+ # Doctor: $ARGUMENTS
8
+
9
+ Run a read-only Lisa readiness audit for the current repository.
10
+
11
+ ## Purpose
12
+
13
+ `/lisa:doctor` is the deterministic answer to "is this repo actually ready to use Lisa?" It audits
14
+ the repository in grouped sections, reports each check as `PASS`, `WARN`, `FAIL`, or `SKIP`, and
15
+ emits one overall verdict: `READY`, `READY_WITH_WARNINGS`, or `NOT_READY`.
16
+
17
+ The command is repository-scoped. It validates only what can be observed from the current repo,
18
+ current machine, and current runtime. It does **not** create automations, labels, tracker items, or
19
+ other external state as part of the default audit path.
20
+
21
+ ## Inputs
22
+
23
+ - Optional flags in `$ARGUMENTS` that narrow or tune read-only validation.
24
+ - The current repository root and its Lisa config files (`.lisa.config.json`,
25
+ `.lisa.config.local.json`) when present.
26
+
27
+ ## Confirmation policy
28
+
29
+ Do **not** ask whether to proceed. Once invoked, run the read-only audit, print the grouped
30
+ results, emit the overall verdict, and stop.
31
+
32
+ Specifically forbidden:
33
+
34
+ - Previewing the number of checks and asking whether to continue.
35
+ - Offering "run a few checks first" or "dry-run vs real run" choices. This skill is already the
36
+ read-only path.
37
+ - Performing setup mutations just because a failing check discovered something missing.
38
+
39
+ The only legitimate reasons to stop early are:
40
+
41
+ - The current working directory cannot be resolved to a repository/root the audit can inspect.
42
+ - The runtime blocks all required local reads needed to even classify the repo.
43
+
44
+ ## Audit contract
45
+
46
+ Doctor reports grouped checks in a stable, human-readable structure. The grouped sections include,
47
+ as applicable to the current repo:
48
+
49
+ 1. **Project detection and runtime basics** — detect the project root, package/runtime surface, and
50
+ whether Lisa is installed where the repo expects it.
51
+ 2. **Lisa config readiness** — read `.lisa.config.json` and `.lisa.config.local.json` using the
52
+ same local-overrides-global semantics defined by `config-resolution`; report missing required
53
+ keys, incompatible combinations, and committed-vs-local locality problems as findings rather
54
+ than mutating config.
55
+ 3. **Tracker/source preflight** — perform read-only readiness checks for the configured `tracker`
56
+ and `source` only. If a required CLI, MCP surface, or auth context is unavailable in the current
57
+ runtime, report that explicitly instead of pretending the repo is ready.
58
+ 4. **Runtime distribution surfaces** — confirm the command, skill, hook, and related distribution
59
+ surfaces relevant to this repo are present where Lisa expects them on the active runtime.
60
+ 5. **Automation readiness** — inspect whether the configured queue source/tracker and scheduling
61
+ prerequisites are observable, but do **not** create, edit, or delete automations during doctor.
62
+ 6. **Optional GitHub Project coordination** — when `github.projects.v2` is configured, delegate
63
+ the shared validation read to `github-project-v2` instead of reimplementing ad-hoc GraphQL
64
+ checks. Honor the `required=false` vs `required=true` semantics documented by
65
+ `config-resolution`: best-effort failures are `WARN`, required-mode failures are `FAIL`.
66
+ 7. **Optional wiki delegation** — when a repo-local `wiki/` exists, either summarize the
67
+ specialized `lisa-wiki-doctor` verdict or explicitly report that deeper wiki checks are
68
+ available there. The base doctor stays narrower than full wiki migration enforcement.
69
+
70
+ If a check family is not applicable to the current repo, report `SKIP` with the reason.
71
+
72
+ ### Minimum config-readiness checks
73
+
74
+ The Lisa config group is not just "does a file exist?" Doctor must audit the config contract in
75
+ this order:
76
+
77
+ 1. **Presence + parseability**
78
+ - `FAIL` when `.lisa.config.json` is missing, empty, or invalid JSON.
79
+ - Read `.lisa.config.local.json` only when present; if present but invalid JSON, `FAIL`.
80
+ 2. **Merged effective config**
81
+ - Resolve every key with the same per-key local-overrides-global semantics documented by
82
+ `config-resolution`. Doctor must describe findings against the effective merged value, not by
83
+ pretending one file fully replaces the other.
84
+ 3. **Required top-level dispatch keys**
85
+ - `FAIL` when merged `tracker` is missing or is not one of `jira`, `github`, or `linear`.
86
+ - `FAIL` when merged `source` is present but is not one of `notion`, `confluence`, `linear`,
87
+ `github`, or `jira`.
88
+ 4. **Vendor required-key audit**
89
+ - `FAIL` when the configured tracker/source points at a vendor whose required keys are absent
90
+ after merge. Examples: `tracker=github` requires `github.org` + `github.repo`;
91
+ `tracker=jira` requires `atlassian.cloudId` + `jira.project`; `source=notion` requires
92
+ `notion.workspaceId` + `notion.prdDatabaseId`.
93
+ - Reuse the `config-resolution` vendor tables rather than inventing a second required-key list.
94
+ 5. **Local-vs-committed locality audit**
95
+ - `WARN` when developer-specific fields appear in committed config. At minimum enforce the
96
+ documented local-only examples: `atlassian.email`, `intake.assignee`, and
97
+ `jira.verified_workflow_hash`.
98
+ - `WARN` when project-wide shared fields exist only in `.lisa.config.local.json` and are absent
99
+ from `.lisa.config.json`, because the current machine may work while the repository remains
100
+ under-configured for teammates and automations. Examples include `tracker`, `source`,
101
+ `github.org`, `github.repo`, `atlassian.cloudId`, `atlassian.site`, `jira.project`,
102
+ `linear.workspace`, `linear.teamKey`, and `deploy.branches`.
103
+
104
+ 6. **Deploy env-order audit** (only when `deploy.branches` is present)
105
+ - `PASS` (or skip) when `deploy.branches` defines a single environment — `deploy.order` is
106
+ optional and the back-sync chain is empty.
107
+ - `PASS` (or skip) when `deploy.branches` defines multiple environments that all map to the
108
+ **same** branch (e.g. `dev`/`staging`/`production` all → `main`). The branches resolve to a
109
+ single distinct branch, so there is nothing to back-sync, the chain is the empty no-op, and
110
+ `deploy.order` is not required. Do not WARN.
111
+ - `WARN` when `deploy.branches` resolves to **more than one distinct** branch but `deploy.order`
112
+ is absent. Config-driven back-sync (`reusable-claude-sync-down-branches.yml`) cannot derive a
113
+ source→target chain without the env ranking; the repo must either add `deploy.order`
114
+ (low→high, e.g. `["dev","staging","production"]`) or pass an explicit `chain` in its
115
+ `claude-sync-down-branches.yml` wrapper. WARN not FAIL because the explicit-chain override is
116
+ a valid configuration.
117
+ - `FAIL` when `deploy.order` is present but its env-name set does not exactly match the keys of
118
+ `deploy.branches` (every env in one must appear in the other). A mismatch silently breaks the
119
+ derived chain.
120
+ - Reuse the `deploy.order` / `deploy.branches` contract from `config-resolution` ("Env order
121
+ (sync-down chain)") rather than re-deriving the rules here.
122
+
123
+ Locality findings are advisory unless the merged config is unusable. Missing shared keys after the
124
+ merge are `FAIL`; shared keys that exist only locally are `WARN`.
125
+
126
+ ### Minimum tracker/source preflight checks
127
+
128
+ After config readiness passes far enough to resolve the merged `tracker` and optional `source`,
129
+ doctor must perform read-only preflight checks for the configured vendors only. It does not probe
130
+ every vendor Lisa supports.
131
+
132
+ 1. **Scope the audit to configured vendors**
133
+ - Audit the merged `tracker`.
134
+ - Audit the merged `source` only when present and distinct from the tracker.
135
+ - Report every non-configured vendor as `SKIP` rather than pretending it was checked.
136
+ 2. **Prove a readable substrate exists**
137
+ - `tracker=github` or `source=github`: require `gh` CLI availability, a passing `gh auth status`,
138
+ and a read probe against the configured repo such as `gh repo view <org>/<repo>`.
139
+ - `tracker=jira`, `source=jira`, or `source=confluence`: follow the `atlassian-access`
140
+ substrate ladder and prove at least one read-capable path can see the configured
141
+ `atlassian.cloudId` and vendor scope. Acceptable substrates are `acli`, Atlassian MCP, or the
142
+ validated API-token/curl path documented by `config-resolution`.
143
+ - `tracker=linear` or `source=linear`: require either readable Linear MCP access or a valid
144
+ personal API-key probe against the configured workspace. When Linear is the tracker, doctor
145
+ must also prove the configured `linear.teamKey` is visible.
146
+ - `source=notion`: require either a Notion MCP identity match for `notion.workspaceId` or a
147
+ valid internal-integration token probe, plus read visibility to `notion.prdDatabaseId`.
148
+ 3. **Separate missing tooling from missing auth or scope**
149
+ - Missing executable / MCP substrate availability is a distinct observed fact, not the same as
150
+ "auth failed."
151
+ - When a probe runs and fails, preserve the exact read-only failure text or HTTP/GraphQL status
152
+ in the observed output so the operator can distinguish wrong workspace/site/repo from missing
153
+ credentials.
154
+ 4. **Severity ladder**
155
+ - `PASS` when at least one supported read-only substrate proves the configured vendor is
156
+ reachable with the required scope.
157
+ - `WARN` when the configured vendor is reachable, but an additional optional substrate is
158
+ unavailable and later Lisa flows would need to fall back.
159
+ - `FAIL` when no supported substrate can prove read access for the configured tracker/source, or
160
+ when the configured vendor target is unreadable from the current runtime.
161
+
162
+ ### Minimum GitHub Project coordination checks
163
+
164
+ When `github.projects.v2` is configured, doctor must run one additional read-only coordination
165
+ check instead of treating the config block as implicitly ready.
166
+
167
+ 1. **Delegate through the shared chokepoint**
168
+ - Call `lisa-github-project-v2` in read-only resolution mode:
169
+
170
+ ```text
171
+ operation: resolve-project
172
+ ```
173
+
174
+ - Do not inline ad-hoc Project GraphQL in doctor. Setup, doctor, writers, and linked-PR flows
175
+ must all read the same owner/access contract from the shared utility.
176
+ 2. **Preserve exact namespace + access failures**
177
+ - Enforce the v1 namespace rule exactly as documented by the shared utility. If
178
+ `github.projects.v2.owner.slug` does not match `github.org`, report:
179
+
180
+ ```yaml
181
+ code: project_namespace_mismatch
182
+ message: "github.projects.v2.owner.slug must match github.org in v1"
183
+ remediation: "Use a Project owned by <github.org> or remove github.projects.v2."
184
+ ```
185
+
186
+ - For owner-access or GraphQL failures, preserve the exact GitHub / GraphQL failure text in the
187
+ observed output. Examples include missing Project, `Resource not accessible by integration`,
188
+ unsupported owner kind, or a wrong owner/number pair.
189
+ 3. **Report exact remediation paths**
190
+ - Doctor must make the next operator action explicit. At minimum, say whether they need to:
191
+ 1. choose a Project owned by the tracked repo namespace,
192
+ 2. grant the token Project read/write access,
193
+ 3. correct the configured Project number/owner, or
194
+ 4. remove `github.projects.v2` when coordination is not required.
195
+ 4. **Map shared utility outcomes into doctor severity**
196
+ - `required: false` => doctor `WARN`. Repository-local GitHub issue/PR flows remain usable while
197
+ Project coordination is degraded.
198
+ - `required: true` => doctor `FAIL`. The same Project validation failure blocks Lisa readiness
199
+ because coordination was configured as required.
200
+
201
+ Good output examples:
202
+
203
+ ```text
204
+ WARN github.projects.v2: Resource not accessible by integration
205
+ Observed: exact GitHub / GraphQL failure text preserved from resolve-project.
206
+ Remediation: grant the token Project read/write access or remove github.projects.v2.required.
207
+ Repository-local GitHub issue/PR flows remain usable; Project coordination is disabled.
208
+ ```
209
+
210
+ ```text
211
+ FAIL github.projects.v2: github.projects.v2.owner.slug must match github.org in v1
212
+ Remediation: use a Project owned by CodySwannGT or remove github.projects.v2.
213
+ ```
214
+
215
+ ### Minimum automation-readiness checks
216
+
217
+ Doctor's automation-readiness group stays read-only: it audits whether this repo and runtime could
218
+ support `/lisa:setup-automations` and the resulting recurring jobs, but it does **not** create,
219
+ edit, delete, or reconcile automations on the default doctor path.
220
+
221
+ 1. **Resolve the queue inputs exactly as setup-automations would**
222
+ - Resolve the PRD queue from merged `source`.
223
+ - Resolve the build queue from merged `tracker`.
224
+ - Resolve the repair queue from the same queue-detection rules as `lisa-repair-intake`
225
+ (identical source-dispatch contract to `lisa-intake`).
226
+ - If any automation would require guessing because `source`, `tracker`, or their vendor keys are
227
+ still unresolved after the config-readiness audit, report that automation as `FAIL` rather
228
+ than pretending scheduling can proceed safely.
229
+ 2. **Audit the current runtime's native scheduler surface without mutating it**
230
+ - Codex: doctor should report whether the runtime exposes the native automations surface
231
+ (`automation_update`) needed by `/lisa:setup-automations`.
232
+ - Claude: doctor should report whether the runtime exposes `/schedule`.
233
+ - Other runtimes: doctor should explicitly say that no native Lisa scheduler is known for the
234
+ current runtime.
235
+ - This is observability only. Never create a placeholder automation just to prove the scheduler
236
+ works.
237
+ 3. **Check exploratory-automation support by shipped stack surface**
238
+ - `exploratory-bugs` is supported only when the project ships an `exploratory-qa` command
239
+ surface (the `expo`, `rails`, or `harper-fabric` stacks today). Reuse the same stack/support
240
+ rule documented by `setup-automations`; do not invent exploratory jobs for stacks that do not
241
+ ship that command.
242
+ - When the repo does not ship `exploratory-qa`, report `exploratory-bugs` as `SKIP` with the
243
+ reason.
244
+ - `exploratory-prds` remains applicable when the repo can run `/lisa:project-ideation`; if its
245
+ queue/config prerequisites are unresolved, report the exact blocking config fact.
246
+ 4. **Severity ladder**
247
+ - `PASS` when an automation's queue inputs are resolvable and the runtime exposes the required
248
+ native scheduler surface for that automation.
249
+ - `WARN` when Lisa remains usable manually, but the current runtime has no native scheduler
250
+ surface for unattended runs, so automation setup would be unavailable from here.
251
+ - `SKIP` when an optional automation is intentionally unsupported for this repo surface (for
252
+ example, `exploratory-bugs` on a stack with no `exploratory-qa` command).
253
+ - `FAIL` when the repo's config cannot resolve the queue that an automation needs, because that
254
+ would make unattended runs ambiguous or broken before scheduling even starts.
255
+
256
+ ### Minimum wiki-delegation checks
257
+
258
+ When a repo-local `wiki/` directory exists, doctor must surface the specialized wiki-readiness path
259
+ without turning the base doctor into a second `lisa-wiki-doctor`.
260
+
261
+ 1. **Detect whether wiki delegation applies**
262
+ - If no repo-local `wiki/` directory exists, report the entire wiki group as `SKIP` with the
263
+ reason that no wiki surface is present in this repository.
264
+ - If `wiki/` exists, keep the group present in the final report; do not silently omit it.
265
+ 2. **Prefer summary of an existing specialized verdict**
266
+ - If the repo already has a readable `wiki/state/migration/doctor-report.json`, doctor may
267
+ summarize the specialized verdict (`READY`, `READY_WITH_WARNINGS`, or `NOT_READY`) plus the
268
+ most relevant blocking/warning facts, clearly attributing them to `lisa-wiki-doctor`.
269
+ - Preserve the base doctor's narrower scope: summarize or quote the specialized verdict, but do
270
+ not inline the full migration/readiness checklist into the base doctor output.
271
+ 3. **Otherwise advertise the deeper follow-up explicitly**
272
+ - If `wiki/` exists but no specialized report is available yet, doctor must still tell the
273
+ operator that deeper wiki checks live behind `lisa-wiki-doctor`.
274
+ - The report should make the next action explicit, for example:
275
+
276
+ ```text
277
+ WARN wiki-follow-up: wiki/ detected; deeper wiki migration checks not yet summarized
278
+ Observed: wiki/ exists, but no wiki/state/migration/doctor-report.json was found.
279
+ Remediation: run lisa-wiki-doctor to produce the wiki-specific readiness verdict.
280
+ ```
281
+ 4. **Severity ladder**
282
+ - `SKIP` when `wiki/` is absent.
283
+ - `PASS` when `wiki/` exists and doctor successfully summarizes an existing
284
+ `lisa-wiki-doctor` verdict.
285
+ - `WARN` when `wiki/` exists and doctor can only advertise the specialized follow-up because no
286
+ persisted wiki verdict is available yet.
287
+ - `FAIL` only when `wiki/` exists but the repo cannot surface the specialized follow-up at all
288
+ (for example, the required `lisa-wiki-doctor` distribution surface is missing or the existing
289
+ report is unreadable/malformed enough that doctor cannot safely summarize it).
290
+ 5. **Keep wiki readiness optional for non-wiki repos**
291
+ - Never require a wiki plugin surface when `wiki/` is absent.
292
+ - Never let wiki-specific checks downgrade unrelated non-wiki repositories.
293
+
294
+ ## Output contract
295
+
296
+ The final report must:
297
+
298
+ - Separate observed facts from remediation advice.
299
+ - Print every check with one of `PASS`, `WARN`, `FAIL`, or `SKIP`.
300
+ - Emit exactly one overall verdict: `READY`, `READY_WITH_WARNINGS`, or `NOT_READY`.
301
+ - Stay read-only by default.
302
+
303
+ Render the report in grouped sections using the shared `scripts/doctor-report.mjs` contract:
304
+
305
+ - Start with `Overall verdict: <VERDICT>` and one `Counts:` line covering `PASS`, `WARN`, `FAIL`,
306
+ and `SKIP`.
307
+ - Then print each group as `<group-id>. <group-title>`.
308
+ - Under each group, print one line per check as `- <STATUS> <check-id>: <summary>`.
309
+ - When available, print `Observed:` and `Remediation:` lines beneath the check so the report keeps
310
+ facts separate from advice.
311
+ - If a group has no applicable checks yet, render it as a grouped `SKIP` with the reason instead of
312
+ silently omitting the section.
313
+
314
+ The verdict ladder is:
315
+
316
+ - `READY` — no `FAIL` and no `WARN`.
317
+ - `READY_WITH_WARNINGS` — no `FAIL`, but one or more `WARN`.
318
+ - `NOT_READY` — one or more `FAIL`.
319
+
320
+ ## Delegation and reuse
321
+
322
+ - Reuse `config-resolution` for config and lifecycle role defaults instead of inventing a second
323
+ schema.
324
+ - Reuse the existing `github-project-v2` chokepoint for GitHub Project coordination checks instead
325
+ of inlining bespoke access logic.
326
+ - Reuse ideas from `lisa-wiki-doctor` for grouped verdict rendering where they fit, while keeping
327
+ the Lisa-wide doctor narrower than the wiki-specific migration/readiness workflow.
328
+
329
+ ## Rules
330
+
331
+ - Never mutate repository, tracker, or automation state on the default doctor path.
332
+ - Never hardcode tracker/source label names outside the documented defaults plus configured
333
+ overrides from `config-resolution`.
334
+ - Never silently treat an unavailable check surface as success; report `WARN`, `FAIL`, or `SKIP`
335
+ with the explicit missing dependency.
336
+ - Never turn wiki-specific checks into a requirement for non-wiki repos.
@@ -0,0 +1,4 @@
1
+ display_name: "Doctor"
2
+ short_description: "Audit whether the current…"
3
+ default_prompt:
4
+ - "Use $lisa-doctor: Audit whether the current…."