@codyswann/lisa 2.206.0 → 2.208.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/expo/create-only/.github/workflows/maestro-e2e.yml +63 -0
  2. package/package.json +1 -1
  3. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  4. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  5. package/plugins/lisa/.codex-plugin/skills/lisa-verify-workflow-change/SKILL.md +154 -0
  6. package/plugins/lisa/.codex-plugin/skills/lisa-verify-workflow-change/agents/openai.yaml +4 -0
  7. package/plugins/lisa/commands/verify-workflow-change.md +6 -0
  8. package/plugins/lisa/skills/lisa-verify-workflow-change/SKILL.md +154 -0
  9. package/plugins/lisa/skills/lisa-verify-workflow-change/agents/openai.yaml +4 -0
  10. package/plugins/lisa-agy/commands/lisa/verify-workflow-change.md +6 -0
  11. package/plugins/lisa-agy/plugin.json +1 -1
  12. package/plugins/lisa-agy/skills/lisa-verify-workflow-change/SKILL.md +154 -0
  13. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  14. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  15. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  16. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  17. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  18. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  19. package/plugins/lisa-copilot/commands/lisa/verify-workflow-change.md +6 -0
  20. package/plugins/lisa-copilot/skills/lisa-verify-workflow-change/SKILL.md +154 -0
  21. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  22. package/plugins/lisa-cursor/commands/lisa/verify-workflow-change.md +6 -0
  23. package/plugins/lisa-cursor/skills/lisa-verify-workflow-change/SKILL.md +154 -0
  24. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  26. package/plugins/lisa-expo-agy/plugin.json +1 -1
  27. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  28. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  29. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  31. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  32. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  33. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  34. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  36. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  37. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  38. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  41. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  42. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  46. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  47. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  48. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  51. package/plugins/lisa-rails-agy/plugin.json +1 -1
  52. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  53. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  56. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  57. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  58. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  61. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  62. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  64. package/plugins/src/base/commands/verify-workflow-change.md +6 -0
  65. package/plugins/src/base/skills/lisa-verify-workflow-change/SKILL.md +154 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "Distributable LLM Wiki kernel — ingest, query, lint, and maintain a git-native markdown knowledge base across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.206.0",
3
+ "version": "2.208.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -0,0 +1,6 @@
1
+ ---
2
+ description: "Verify a GitHub Actions workflow change pre-merge using branch-ref dispatch evidence, safe cancellation, and zero-side-effect cleanup."
3
+ argument-hint: "<repo> <branch> <workflow-path> <step-under-test>"
4
+ ---
5
+
6
+ Use the /lisa-verify-workflow-change skill to verify a GitHub Actions workflow change pre-merge. $ARGUMENTS
@@ -0,0 +1,154 @@
1
+ ---
2
+ name: lisa-verify-workflow-change
3
+ description: "Use when a GitHub Actions workflow file changed and you need pre-merge runtime proof. Classifies default-branch-only triggers, dispatches a safe workflow_dispatch sibling on the branch ref when possible, observes the exact step under test, cancels before side effects, and proves cleanup."
4
+ allowed-tools: ["Bash", "Read"]
5
+ ---
6
+
7
+ # Verify Workflow Change
8
+
9
+ ## When to use
10
+
11
+ Use this skill when a pull request changes files under `.github/workflows/` and the change needs empirical GitHub Actions proof before merge.
12
+
13
+ This verifies workflow behavior, not product behavior. For product behavior, use `lisa-verify`. For PR merge driving, use `lisa-drive-pr-to-merge` after this skill has produced workflow evidence or a clear unverifiable verdict.
14
+
15
+ ## Required Inputs
16
+
17
+ - Repository: `<org>/<repo>`.
18
+ - Branch ref containing the workflow change.
19
+ - Changed workflow path(s), usually `.github/workflows/<name>.yml`.
20
+ - The specific step, input, reusable workflow, or job behavior under test.
21
+ - Any known gate variable, secret, or repository variable that controls the dispatch path.
22
+
23
+ ## Core Trap
24
+
25
+ GitHub evaluates `workflow_run`, `schedule`, `issue_comment`, and `pull_request_review` workflows from the default branch copy of the workflow file. A run fired by one of those triggers does not prove a pull request branch's copy of that workflow works.
26
+
27
+ Name this trap explicitly in the verification report. Do not cite a run fired by one of those triggers as evidence for branch changes.
28
+
29
+ ## Procedure
30
+
31
+ 1. **Establish the baseline**
32
+
33
+ Capture the repository default branch, current open PR count, branch list, issue count, and any relevant repo variable state before dispatch:
34
+
35
+ ```bash
36
+ gh repo view <org>/<repo> --json defaultBranchRef
37
+ gh pr list --repo <org>/<repo> --state open --json number,headRefName
38
+ gh issue list --repo <org>/<repo> --state open --json number,title --limit 100
39
+ gh variable list --repo <org>/<repo>
40
+ ```
41
+
42
+ If a gate variable may need to be changed, record whether it is set and its exact value. "Unset" is a distinct state and must be restored as unset, not as `false`.
43
+
44
+ 2. **Classify each changed workflow trigger**
45
+
46
+ Read the changed workflow file from the branch and list its `on:` triggers. If it uses `workflow_run`, `schedule`, `issue_comment`, or `pull_request_review`, state that the workflow's own trigger cannot exercise the branch copy pre-merge.
47
+
48
+ A default-branch-only trigger is not a blocker by itself. It means direct trigger evidence is invalid and a dispatchable sibling is required.
49
+
50
+ 3. **Find a dispatchable sibling**
51
+
52
+ Search for a `workflow_dispatch` workflow that reaches the same reusable workflow, job, step, or input under test:
53
+
54
+ ```bash
55
+ rg -n "workflow_dispatch|uses:|<input-or-step-name>" .github/workflows
56
+ gh workflow list --repo <org>/<repo>
57
+ ```
58
+
59
+ The sibling must exercise the same behavior, not merely run a nearby job. For reusable workflow caller changes, prove that the sibling reaches the same reusable and the same consumed input or install step.
60
+
61
+ If no sibling can exercise the behavior, report `UNVERIFIABLE_PRE_MERGE` and stop. Do not fabricate passing evidence from lint, YAML parsing, or a default-branch-triggered run.
62
+
63
+ 4. **Prepare gate variables exactly**
64
+
65
+ If the sibling is gated by a repo variable, capture the prior state first:
66
+
67
+ ```bash
68
+ gh variable get <NAME> --repo <org>/<repo> || true
69
+ gh variable set <NAME> --repo <org>/<repo> --body true
70
+ ```
71
+
72
+ Use a cleanup trap in shell scripts so restoration runs on success, failure, or cancellation. Restore to the exact prior state:
73
+
74
+ - Previously unset: `gh variable delete <NAME> --repo <org>/<repo> --yes`
75
+ - Previously set: `gh variable set <NAME> --repo <org>/<repo> --body "$PRIOR_VALUE"`
76
+
77
+ 5. **Dispatch on the branch ref**
78
+
79
+ Dispatch the sibling against the branch under test:
80
+
81
+ ```bash
82
+ gh workflow run <workflow-file-or-name> --repo <org>/<repo> --ref <branch>
83
+ ```
84
+
85
+ Then locate the run whose `headBranch` and `workflowName` match:
86
+
87
+ ```bash
88
+ gh run list --repo <org>/<repo> --workflow <workflow-file-or-name> --branch <branch> --json databaseId,status,conclusion,headBranch,headSha,createdAt --limit 10
89
+ ```
90
+
91
+ 6. **Poll only until the step under test is observable**
92
+
93
+ Watch the run until the target job/step has completed or failed:
94
+
95
+ ```bash
96
+ gh run view <run-id> --repo <org>/<repo> --json status,conclusion,jobs
97
+ gh run view <run-id> --repo <org>/<repo> --log
98
+ ```
99
+
100
+ Capture the smallest log excerpt that proves the step under test used the branch behavior. Keep quotes short; prefer summarized evidence with exact job, step, run id, and conclusion.
101
+
102
+ 7. **Cancel before side effects**
103
+
104
+ As soon as the target step is observed, cancel the run before any expensive or side-effectful stage starts:
105
+
106
+ ```bash
107
+ gh run cancel <run-id> --repo <org>/<repo>
108
+ ```
109
+
110
+ Side-effectful stages include opening pull requests, pushing branches, creating issues, publishing packages, deploying, running AI agents, or mutating external systems. If the run reaches a side-effectful stage before cancellation, the verification failed even if the target step passed.
111
+
112
+ 8. **Assert zero side effects**
113
+
114
+ Re-read and compare against the baseline:
115
+
116
+ ```bash
117
+ gh pr list --repo <org>/<repo> --state open --json number,headRefName
118
+ gh issue list --repo <org>/<repo> --state open --json number,title --limit 100
119
+ gh api -X GET repos/<org>/<repo>/branches --paginate
120
+ gh variable list --repo <org>/<repo>
121
+ ```
122
+
123
+ Confirm no branches were created, no PRs were opened, no issues were filed, and every temporary gate variable is restored to its exact prior state, including unset.
124
+
125
+ ## Verdicts
126
+
127
+ - `VERIFIED`: The branch-ref dispatch reached the exact behavior under test, the observed step passed, the run was cancelled before side effects, and cleanup was proven.
128
+ - `FAILED`: The branch-ref dispatch reached the behavior under test and the observed step failed, or side effects occurred.
129
+ - `UNVERIFIABLE_PRE_MERGE`: No dispatchable branch-ref path can exercise the behavior before merge.
130
+ - `BLOCKED`: GitHub auth, permissions, missing variables, or Actions availability prevent a reliable run.
131
+
132
+ ## Output
133
+
134
+ Return a concise report with:
135
+
136
+ - Changed workflow(s) and trigger classification.
137
+ - Whether the default-branch execution trap applied.
138
+ - Dispatchable sibling selected, or why none exists.
139
+ - Exact `gh workflow run ... --ref <branch>` command used.
140
+ - Run id, branch, head SHA, job, and step observed.
141
+ - Observed outcome of the step under test.
142
+ - Cancellation point and proof that side-effectful stages did not start.
143
+ - Gate variable restoration proof, including unset restoration when applicable.
144
+ - Zero-side-effect readback for branches, PRs, and issues.
145
+ - Final verdict.
146
+
147
+ ## Rules
148
+
149
+ - Never treat a `workflow_run`, `schedule`, `issue_comment`, or `pull_request_review` run as branch-copy evidence for the changed workflow.
150
+ - Always dispatch with `--ref <branch>` when using a sibling workflow for pre-merge proof.
151
+ - Cancel as soon as the step under test has produced evidence.
152
+ - Restore gate variables exactly; unset must return to unset.
153
+ - A verification that leaves new branches, PRs, issues, deployments, package publishes, or external mutations behind is failed verification.
154
+ - If no branch-ref dispatch path exists, say `UNVERIFIABLE_PRE_MERGE` and stop.