@codyswann/lisa 2.266.0 → 2.268.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 (92) hide show
  1. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  2. package/dist/core/upstream-evidence-manifest.js +29 -6
  3. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  4. package/package.json +5 -3
  5. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  6. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  7. package/plugins/lisa/.codex-plugin/skills/lisa-implement/SKILL.md +22 -1
  8. package/plugins/lisa/.codex-plugin/skills/lisa-spec-conformance/SKILL.md +43 -11
  9. package/plugins/lisa/agents/spec-conformance-specialist.md +5 -2
  10. package/plugins/lisa/agents/verification-specialist.md +1 -1
  11. package/plugins/lisa/hooks/enforce-verification-gate.sh +83 -9
  12. package/plugins/lisa/rules/eager/readiness-rubric.md +58 -0
  13. package/plugins/lisa/rules/reference/readiness-rubric.md +179 -0
  14. package/plugins/lisa/rules/reference/verification.md +2 -0
  15. package/plugins/lisa/skills/lisa-implement/SKILL.md +22 -1
  16. package/plugins/lisa/skills/lisa-spec-conformance/SKILL.md +43 -11
  17. package/plugins/lisa-agy/agents/spec-conformance-specialist.md +5 -2
  18. package/plugins/lisa-agy/agents/verification-specialist.md +1 -1
  19. package/plugins/lisa-agy/plugin.json +1 -1
  20. package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +22 -1
  21. package/plugins/lisa-agy/skills/lisa-spec-conformance/SKILL.md +43 -11
  22. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  23. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  24. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  25. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  26. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  27. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  28. package/plugins/lisa-copilot/agents/spec-conformance-specialist.agent.md +5 -2
  29. package/plugins/lisa-copilot/agents/verification-specialist.agent.md +1 -1
  30. package/plugins/lisa-copilot/hooks/enforce-verification-gate.sh +83 -9
  31. package/plugins/lisa-copilot/rules/eager/readiness-rubric.md +58 -0
  32. package/plugins/lisa-copilot/rules/reference/readiness-rubric.md +179 -0
  33. package/plugins/lisa-copilot/rules/reference/verification.md +2 -0
  34. package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +22 -1
  35. package/plugins/lisa-copilot/skills/lisa-spec-conformance/SKILL.md +43 -11
  36. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  37. package/plugins/lisa-cursor/agents/spec-conformance-specialist.md +5 -2
  38. package/plugins/lisa-cursor/agents/verification-specialist.md +1 -1
  39. package/plugins/lisa-cursor/hooks/enforce-verification-gate.sh +83 -9
  40. package/plugins/lisa-cursor/rules/readiness-rubric-reference.mdc +184 -0
  41. package/plugins/lisa-cursor/rules/readiness-rubric.mdc +63 -0
  42. package/plugins/lisa-cursor/rules/verification-reference.mdc +2 -0
  43. package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +22 -1
  44. package/plugins/lisa-cursor/skills/lisa-spec-conformance/SKILL.md +43 -11
  45. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  47. package/plugins/lisa-expo-agy/plugin.json +1 -1
  48. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  52. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  53. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  57. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  58. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  62. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  63. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  66. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  67. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  68. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  72. package/plugins/lisa-rails-agy/plugin.json +1 -1
  73. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  76. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  77. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  78. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  79. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  80. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  81. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  82. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  83. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  84. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  85. package/plugins/src/base/agents/spec-conformance-specialist.md +5 -2
  86. package/plugins/src/base/agents/verification-specialist.md +1 -1
  87. package/plugins/src/base/hooks/enforce-verification-gate.sh +83 -9
  88. package/plugins/src/base/rules/eager/readiness-rubric.md +58 -0
  89. package/plugins/src/base/rules/reference/readiness-rubric.md +179 -0
  90. package/plugins/src/base/rules/reference/verification.md +2 -0
  91. package/plugins/src/base/skills/lisa-implement/SKILL.md +22 -1
  92. package/plugins/src/base/skills/lisa-spec-conformance/SKILL.md +43 -11
@@ -0,0 +1,184 @@
1
+ ---
2
+ description: "Repository Readiness Rubric"
3
+ alwaysApply: false
4
+ ---
5
+
6
+ # Repository Readiness Rubric
7
+
8
+ Lisa can already tell you whether it is *installed* correctly. It cannot tell you whether a
9
+ repository is somewhere an agent fleet can safely operate **unattended**. Those are two different
10
+ questions, and conflating them is how a brownfield onboarding ends in "we built a wiki, looks good"
11
+ instead of a verdict someone can act on.
12
+
13
+ This document writes the second question down once: **eight ownership dimensions** with concrete
14
+ warning signs, and **seven ship blockers** that, if any one of them stands, mean the answer is no.
15
+ It is documentation. Nothing here executes — the later tickets of PRD #1739 instantiate this rubric
16
+ rather than redefine it.
17
+
18
+ ## Two readinesses, one report
19
+
20
+ | | Installation readiness | Repository readiness |
21
+ |---|---|---|
22
+ | Question | is Lisa installed and wired correctly here? | may an agent fleet operate here unattended? |
23
+ | Owner | `lisa doctor`'s shipped grouped checks (project detection, config, distribution, tracker preflight, automation prerequisites, …) | this rubric's eight dimensions |
24
+ | Answer shape | the shipped verdict ladder | the same shipped verdict ladder, plus a narrowed claim |
25
+
26
+ They are **orthogonal** — a repository can be perfectly installed and completely unready, or ready in
27
+ substance while Lisa's own wiring is incomplete. Both render in the same report, under separately
28
+ titled sections, so a reader is never left guessing which question a verdict answered. The doctor
29
+ mode that renders the repository-readiness group ships with **RRR-3 (#1855)**; do not assume that
30
+ surface is present in this branch.
31
+
32
+ ## The eight ownership dimensions
33
+
34
+ Exactly eight, always reported, never silently omitted. Each row names what the dimension asks,
35
+ concrete warning signs an assessor can look for, and the **existing** Lisa rule or wiki page that
36
+ supplies its evidence. Cite those slugs; do not restate them, and do not invent a parallel vocabulary
37
+ for a concept another rule already owns.
38
+
39
+ | # | Dimension | The question | Warning signs | Evidence source (existing) |
40
+ |---|---|---|---|---|
41
+ | 1 | context/routing | Can an agent recover the real job from what is written down? | no canonical entry document; routing decided by tribal knowledge; ambiguous config resolution; a README that describes a system that no longer exists | `integration-access-layer`, `wiki-knowledge-source`, `config-resolution` |
42
+ | 2 | capabilities/tools | Is every tool the work needs *provably* reachable, not merely installed? | presence-on-PATH treated as access; no read-only probe before the work starts; agents inventing workarounds instead of breaking out | `tool-access-gate` |
43
+ | 3 | domain ownership | Are the business rules, glossary, and danger zones owned and written down? | undocumented money paths; migrations with no owner; irreversible jobs nobody has described | the wiki pages agent-ready's domain phase already produces |
44
+ | 4 | execution/proof | Can the claimed user-visible outcome be proved by running the system? | claims backed only by unit tests; no representative end-to-end journey; "verified" that names no boundary | `verification`, `empirical-inquiry`, `claim-evidence-mapping` |
45
+ | 5 | feedback/guardrails | Does a failing loop produce a named outcome and a runbook? | silent failures; no run-outcome vocabulary; no observability on the loops that run unattended | `automation-runbook-contract`, `observability-audit` |
46
+ | 6 | dependencies/supply chain | Is there a confidence model for what the repo depends on? | unpinned or unowned dependencies; no trust class; no decision record for why a risky dependency stays | `security-audit-handling` |
47
+ | 7 | delivery/authority | Does the thing that ships equal the thing that was validated, and does the credential that ships it carry only the authority it needs? | a release path that bypasses the validated artifact; broad-scope tokens; deploy credentials shared across environments | `claim-archaeology`, `security-audit-handling` |
48
+ | 8 | proportionality | Is the machinery proportional to the job, or is there scaffolding to subtract? | redundant checks that assert the same thing twice; abandoned harnesses still running in CI | `repo-scope-split`, and the scaffolding-subtraction candidates the journey work of **#1742** already surfaces |
49
+
50
+ **`SKIP` carries a reason and is never blank.** A dimension with no applicable evidence renders
51
+ `SKIP with a reason` — "no deployment target configured, so delivery/authority was not assessed" —
52
+ never an empty cell and never a silent omission. An unassessed dimension is a known unknown, and the
53
+ report says so.
54
+
55
+ ## The seven ship blockers
56
+
57
+ A **ship blocker** is a condition that, standing alone, makes the claim "an unattended fleet may run
58
+ here" false. Each has a one-line test an assessor can apply and the dimension that owns it.
59
+
60
+ | # | Blocker | The test an assessor applies | Owning dimension |
61
+ |---|---|---|---|
62
+ | B1 | A realistic path causes **silent data loss** | can you name a plausible sequence that destroys or corrupts data with no error surfaced and no recovery path? | 3 |
63
+ | B2 | A **release path bypasses the validated artifact** | can something reach production that is not the artifact CI actually validated? | 7 |
64
+ | B3 | **Credentials carry material unintended authority** | does any credential used by automation grant authority materially beyond the job it does? | 7 |
65
+ | B4 | A **consequential operation has no gate and no recovery** | is there an irreversible or expensive operation reachable without a gate, with no way back? | 3, 5 |
66
+ | B5 | An **owned compatibility or security surface has no confidence model** | for a surface this repo owns, is there any basis beyond hope for believing it still works? | 6 |
67
+ | B6 | **Documentation overstates enforced guarantees** | does the written word claim something is enforced that nothing actually enforces? | 1 |
68
+ | B7 | There is **no way to prove the claimed user-visible outcome** | can the headline user-visible claim be demonstrated by running the system, at the boundary it claims? | 4 |
69
+
70
+ ### The set is a closed set in v1
71
+
72
+ Seven, and only seven, in v1. The set is **not configurable** — there is no config key, no
73
+ host-defined blockers, no severity dial. Extending it is a deliberate **rule edit** here plus a
74
+ version bump, not a configuration surface to design, migrate, and support. Host-specific concerns
75
+ surface as *findings within a dimension*, which is enough to make them visible without fragmenting
76
+ the vocabulary.
77
+
78
+ ### "Ship blocker" is net-new vocabulary
79
+
80
+ It is deliberately distinct from three terms other rules already own, and it never replaces them:
81
+
82
+ - `convergent-review`'s **blocking finding** — a review-level judgment about one change.
83
+ - `tool-access-gate`'s **break-out** — the escalation when a required tool is not provably reachable.
84
+ - `leaf-only-lifecycle`'s **safe-block** — a lifecycle-state repair on a work item.
85
+
86
+ A ship blocker is none of these: it is a property of the *repository*, asserted about *unattended
87
+ operation*, and it gates a claim rather than a change, a tool call, or a ticket.
88
+
89
+ ## Verdict: the shipped ladder, plus a narrowed claim
90
+
91
+ The rubric reuses the shipped `READY` / `READY_WITH_WARNINGS` / `NOT_READY` verdict ladder that
92
+ `lisa doctor` already emits. There is **no new verdict** value and no new severity level — inventing
93
+ a parallel enum would make two reports disagree about what "ready" means.
94
+
95
+ - **`READY`** — eight dimensions assessed, no blocker stands, no warnings material to unattended
96
+ operation.
97
+ - **`READY_WITH_WARNINGS`** — no blocker stands, but findings exist that a human should see.
98
+ - **`NOT_READY`** — **at least one ship blocker stands.**
99
+
100
+ **The narrowed claim is the net-new field.** When the verdict is `NOT_READY`, the report must also
101
+ state, in operator language, **what the repository IS ready for** — never just what it is not. A
102
+ verdict that only says no is unactionable at the gate; a narrowed claim tells the operator exactly
103
+ which mode of operation remains available and what would widen it.
104
+
105
+ ## Consequence ordering
106
+
107
+ Two ordering contracts meet here, and they do not collide:
108
+
109
+ - **Section order stays stable.** The report renders its sections in a fixed order and **never
110
+ silently omits** one — the discipline `lisa doctor`'s grouped output already guarantees.
111
+ - **Findings are ordered by consequence.** Within and across sections, the finding with the largest
112
+ consequence if left standing comes first. Alphabetical, chronological, and discovery order are all
113
+ wrong: the reader at the gate has limited attention, and it belongs on the worst thing first.
114
+
115
+ ### The five fields a readiness finding carries
116
+
117
+ On top of the severity / blocking / failure-scenario / evidence / smallest-fix fields
118
+ `convergent-review` already requires, a readiness finding names:
119
+
120
+ | Field | What it states |
121
+ |---|---|
122
+ | `invariant_violated` | the invariant actually at risk, stated as a property of the system |
123
+ | `evidence` | what was observed that establishes the finding, at a boundary that reaches the claim (`claim-evidence-mapping`) |
124
+ | `why_proof_missed` | why the existing proof machinery did not catch this |
125
+ | `root_correction` | the correction at the **owning boundary**, not a patch at the symptom |
126
+ | `machinery_to_remove` | redundant machinery the correction makes unnecessary, if any |
127
+
128
+ Two of these — `invariant_violated` and `machinery_to_remove` — are folded into the shared
129
+ `convergent-review` finding shape by **RRR-2 (#1854)**; that extension ships with that ticket, so do
130
+ not assume the shared shape carries them in this branch.
131
+
132
+ ### Worked example
133
+
134
+ ```text
135
+ Repository: acme/checkout-service
136
+
137
+ Verdict NOT_READY
138
+ Standing blocker B2 — a release path bypasses the validated artifact
139
+ Owning dimension 7 (delivery/authority)
140
+
141
+ invariant_violated What ships to production is the artifact CI validated.
142
+ evidence The deploy job rebuilds from source at deploy time rather than
143
+ promoting the CI-built image; the deployed digest never matches
144
+ the one the test job signed off on.
145
+ why_proof_missed Every check is green — they all ran against a different artifact
146
+ than the one that shipped. Nothing compared the two.
147
+ root_correction Promote the validated image by digest at the delivery boundary.
148
+ machinery_to_remove The duplicate deploy-time build step.
149
+
150
+ Narrowed claim This repository IS ready for supervised, single-ticket agent work with a
151
+ human approving each release. It is NOT ready for unattended fleet
152
+ operation, because a release can ship code no check ever ran against.
153
+ ```
154
+
155
+ ## Where the evidence comes from
156
+
157
+ The rubric consumes evidence that already exists; it commissions no second harness.
158
+
159
+ - **execution/proof** consumes the existing qualification evidence recorded by the worker-epoch
160
+ requalification path and, when that evidence is absent or stale, triggers a journey run through the
161
+ shipped `lisa-use-the-product` skill — the machinery **#1742** already ships. There is no second
162
+ journey harness, and the evidence is recorded in the shape `claim-evidence-mapping` defines. That
163
+ wiring ships with **RRR-6 (#1858)**.
164
+ - **domain ownership** sources its findings from the danger-zone wiki pages agent-ready's domain
165
+ phase already produces; the readiness assessment that reads them, and files standing blockers as
166
+ tracker work rather than in-session questions, ships with **RRR-4 (#1856)**.
167
+ - The persisted report at `.lisa/readiness.json` (schema-versioned, read through a single resolver)
168
+ and the doctor render group ship with **RRR-3 (#1855)**; the blocker gate that emits the narrowed
169
+ claim ships with **RRR-5 (#1857)**; the `setup-automations` warning, six-agent parity fan-out, and
170
+ vocabulary documentation ship with **RRR-7 (#1859)**. Each of those surfaces may not yet be present
171
+ in a given branch — name what you can and continue.
172
+
173
+ ## Warn-only, always
174
+
175
+ This rubric **gates a claim, not a process**. It is **warn-only** everywhere: no Lisa surface
176
+ hard-blocks on the readiness verdict. `lisa apply`, intake dispatch, and cron registration are
177
+ unaffected; the automation setup flow warns with the standing blocker count and the narrowed claim
178
+ and still completes, consistent with the shipped never-block-always-degrade posture. Where a surface
179
+ named here is not installed, **degrade, never block**: state what was assessed, state what was not,
180
+ and continue.
181
+
182
+ Read the eight dimension titles and the seven blockers to someone who has never seen Lisa. They
183
+ should be able to say, unprompted, why "the tests pass" is not the same as "an agent fleet can run
184
+ here unattended" — that is the bar this document is written to (`factory-model` rule 5).
@@ -0,0 +1,63 @@
1
+ ---
2
+ description: "Repository Readiness Rubric (load-bearing)"
3
+ alwaysApply: true
4
+ ---
5
+
6
+ # Repository Readiness Rubric (load-bearing)
7
+
8
+ **"Lisa is installed correctly" and "an agent fleet may run here unattended" are two different
9
+ questions.** Doctor's shipped grouped checks answer the first — *installation readiness*. This rubric
10
+ answers the second — *repository readiness* — and it is the only place that question is written down.
11
+ A green test suite is not an answer to it.
12
+
13
+ ## Eight ownership dimensions
14
+
15
+ Repository readiness is assessed across exactly eight dimensions, never fewer, and a dimension with
16
+ no applicable evidence renders `SKIP` **with a reason** rather than a blank:
17
+
18
+ 1. **context/routing** — can an agent recover the real job from what is written down?
19
+ 2. **capabilities/tools** — is every tool the work needs *provably* reachable, not merely installed?
20
+ 3. **domain ownership** — are the business rules, glossary, and danger zones owned and written down?
21
+ 4. **execution/proof** — can the claimed user-visible outcome be proved by running the system?
22
+ 5. **feedback/guardrails** — does a failing loop produce a named outcome and a runbook?
23
+ 6. **dependencies/supply chain** — is there a confidence model for what the repo depends on?
24
+ 7. **delivery/authority** — does the thing that ships equal the thing that was validated, and does
25
+ the credential that ships it carry only the authority it needs?
26
+ 8. **proportionality** — is the machinery proportional to the job, or is there scaffolding to
27
+ subtract?
28
+
29
+ ## Seven ship blockers (closed set, v1)
30
+
31
+ A **ship blocker** is a condition that, standing alone, means the answer to "may an unattended fleet
32
+ run here?" is no. The set is closed in v1 — seven, no more — and extended only by editing this rule:
33
+
34
+ - **B1** a realistic path causes **silent data loss**
35
+ - **B2** a **release path bypasses the validated artifact**
36
+ - **B3** **credentials carry material unintended authority**
37
+ - **B4** a **consequential operation has no gate and no recovery**
38
+ - **B5** an **owned compatibility or security surface has no confidence model**
39
+ - **B6** **documentation overstates enforced guarantees**
40
+ - **B7** there is **no way to prove the claimed user-visible outcome**
41
+
42
+ ## Verdict and narrowed claim
43
+
44
+ The verdict reuses the shipped `READY` / `READY_WITH_WARNINGS` / `NOT_READY` ladder — cite doctor's
45
+ ladder, never fork a parallel enum. **A standing blocker is `NOT_READY`**, and the report must also
46
+ state the **narrowed claim**: what the repository *is* ready for, in operator language ("ready for
47
+ supervised single-ticket work; not ready for unattended fleet operation, because …").
48
+
49
+ ## Ordering
50
+
51
+ **Report section order stays stable and never silently omits a section; findings are ordered by
52
+ consequence** — highest-consequence first — within and across sections. The two contracts do not
53
+ collide: sections are fixed, findings are ranked.
54
+
55
+ ## Warn-only
56
+
57
+ This rubric **gates a claim, not a process**. No Lisa surface hard-blocks on the verdict: a standing
58
+ blocker narrows what may be claimed and files tracker work; it never stops `lisa apply`, intake
59
+ dispatch, or cron registration. Where a surface this rule names is not installed in a given branch,
60
+ name what you can and continue — degrade, never block. Written to be read by someone who does not
61
+ code (`factory-model` rule 5).
62
+
63
+ Full rubric (eight-dimension table, seven ship blockers, consequence ordering, worked example): [reference/readiness-rubric.md](readiness-rubric-reference.mdc).
@@ -182,6 +182,8 @@ The list may be empty; the flag may not be missing. An absent `not_established_r
182
182
 
183
183
  The boundary each artifact type reaches — and therefore which claim a captured artifact can discharge — is the `claim-evidence-mapping` rule's taxonomy; the type table above is its evidence-kind source.
184
184
 
185
+ The verdict is read twice. The Claude-only `enforce-verification-gate.sh` Stop hook reads it to decide whether the flow may stop; `lisa-spec-conformance` (run by `spec-conformance-specialist` in the verification phase) reads it to decide whether each shipped requirement's proof actually reaches its boundary — a cited-evidence-boundary mismatch is a `BOUNDARY_MISMATCH` conformance finding there, caught alongside empirical verification rather than after it. On harnesses without a Stop hook, `lisa-implement`'s prose gate carries the same v2 expectations by convention. The whole system, operator-readable end to end, is written up as the Lisa wiki's **Bounded-Claims Evidence System** concept page (`wiki/concepts/bounded-claims-evidence-system.md` upstream).
186
+
185
187
  ### Cross-work-item evidence references are non-claiming
186
188
 
187
189
  When prose needs to point at evidence declared by another work item, use the dedicated reference form:
@@ -278,7 +278,28 @@ Before shutting down the team, execute the Verify flow:
278
278
  - **Actionable blocker** — an unresolved dependency or fixable technical gap that some team or repository could build (a missing or changed schema field, an unbuilt sibling work item, a required upstream fix), **including cross-repo dependencies**. Before writing the blocked verdict you MUST (1) file a build-ready fix/dependency ticket capturing the diagnosis — in the dependency's own repository/tracker when it is cross-repo (e.g. a `[<repo>] …` ticket in the shared project, or the sibling tracker) — and (2) link the current work item to it as `is blocked by`. Only then write the verdict. This is the same discipline as the regression-spec blocker and the remote-verification-fail exits above, and it is what makes the block machine-recoverable: `repair-intake` re-dispatches a blocked item once its linked `is blocked by` dependency closes, but it cannot act on a prose-only comment. Recommending the ticket "as a human follow-up" without filing and linking it is **not** a permitted exit.
279
279
  - **Human-only blocker** — an input the agent genuinely cannot obtain or produce no matter what it does: credentials, secrets, or **tool access** it does not have (AWS/CloudWatch, Figma, Jam, Sentry, SonarCloud, a database, a protected deploy target, …), or a product/design decision only a human can make. For missing tool access, follow the `tool-access-gate` rule's break-out protocol: post the "Access Needed" comment naming the exact credential/role/env var to grant and the probe that must pass — never work around the gap by substituting weaker verification, mocking the inaccessible system, or narrowing scope. Record the blocked verdict, mark it `human_needed` (the marker `repair-intake` recognizes, so it won't churn re-dispatching it), and surface or reassign to a human; do **not** fabricate a build-ready ticket, because there is no build-ready work.
280
280
 
281
- Other harnesses fall back to this prose obligation.
281
+ **Harnesses that do not fire a Stop hook enforce the same discipline by convention.** The
282
+ `enforce-verification-gate.sh` Stop hook is a **Claude-only** surface — Codex, Cursor, Antigravity,
283
+ Copilot, and OpenCode carry the skills, agents, and (where the runtime has a rules surface) the
284
+ `claim-evidence-mapping` rule, but nothing on those runtimes can refuse to stop. That is a known
285
+ **representation gap**, documented here rather than dropped: on those harnesses this prose gate
286
+ *is* the gate, and the flow may not declare completion until it has written the same v2 verdict
287
+ and self-checked it against the same expectations the hook would have applied:
288
+
289
+ - `schema_version: 2` is written, with `plan`, `status`, and `updated_at` terminal and fresh.
290
+ - Every claim carries a `claim_id`, a `boundary` from the closed set, and the
291
+ `required_evidence_kinds` that reach that boundary — and its `evidence_refs` resolve to evidence
292
+ whose `kind` is one of them. A unit `test-run-log` cited for a `browser`, `http-api`, or
293
+ `deploy-health` claim is the failure this check exists to catch.
294
+ - `artifact.head_sha` names what will ship, and every evidence entry's `artifact_head_sha` matches
295
+ it, with a `sha256` digest and `captured_at` recorded as values, never placeholders.
296
+ - The `not_established` list is present on every claim and `not_established_reviewed` is `true` —
297
+ an empty list is fine, an omitted flag is not.
298
+
299
+ Record the self-check in the completion summary the way the hook would have reported it: name the
300
+ boundary each claim reached, or name the violation. Where the runtime lacks the rules surface (the
301
+ agy artifacts carry no rules tree), the obligation still travels in this skill — cite the
302
+ `claim-evidence-mapping` contract by slug and continue; never block on the absent surface.
282
303
  3. Write the highest-practical-observation regression test encoding the verification. For user-visible bugs or user-visible Build changes with an available browser/device/e2e harness, this means a deterministic spec on the reported surface — and for frontend work, once the validation journey is verified, codification into **every supported UI runner**: a Playwright spec in the Playwright runner AND a Maestro flow when the project supports Maestro, per `codify-verification`. Prove the new spec actually executed and passed in PR CI by recording a named spec log/reporter line or equivalent execution record; green CI without that named evidence does not satisfy this step.
283
304
  4. Record Implement usage on the originating work artifact via `lisa-usage-accounting` so the work item (or other implementation-owned artifact) gains a direct `lisa-implement` usage entry in the canonical `## Lisa Usage` section. If the parent / child graph is already known, prefer `record_and_rollup` so ancestor totals refresh in the same write; otherwise still write the direct entry, and if runtime usage is unavailable, use `source: unavailable` with nullable token/cost fields instead of skipping the row.
284
305
  5. Commit ALL outstanding changes in logical batches on the branch (minus sensitive data/information) — not just changes made by the agent team. This includes pre-existing uncommitted changes that were on the branch before the plan started. Do NOT filter commits to only "task-related" files. If it shows up in git status, it gets committed (unless it contains secrets).
@@ -67,11 +67,28 @@ Gather evidence of what was actually shipped:
67
67
  git diff "${BASE_BRANCH}"...HEAD -- '**/*.test.*' '**/*.spec.*'
68
68
  ```
69
69
  4. **Empirical evidence** — output of `verification-specialist` if available (proof artifacts, API captures, UI screenshots, DB queries). If that report isn't in context, ask the caller for it before proceeding — do not substitute reading code for running the system.
70
+ 4a. **The machine-readable verdict** — `Read` `${CLAUDE_PROJECT_DIR:-.}/.lisa/verification-status.json`. Under **schema v2** it is the structured form of the evidence above, and it is what lets you check a claim's *reach* instead of taking "verified" at its word. Load `artifact` (`repository`, `head_sha`, `environment`), `claims[]` (`claim_id`, `statement`, `boundary`, `required_evidence_kinds`, `status`, `evidence_refs`, `not_established`), `evidence[]` (`evidence_id`, `kind`, `locator`, `sha256`, `captured_at`, `artifact_head_sha`), and the `not_established_reviewed` flag.
70
71
  5. **PR description** — `gh pr view --json title,body,files` if a PR exists.
71
72
  6. **Deployed state** — if the verification phase already hit a deployed environment, use those captures.
72
73
 
73
74
  Do NOT run the system yourself — that's the verification-specialist's job. Your job is to map their evidence to the spec.
74
75
 
76
+ ## Phase 3b — Cross-Check Claims Against Their Boundaries
77
+
78
+ The `claim-evidence-mapping` rule is the contract: **every claim declares a boundary, and a claim is established only by evidence of a kind that reaches that boundary.** Conformance is not just "was it built" — it is also "does the proof offered actually reach the thing the requirement asserts." A unit `test-run-log` cited for a requirement about browser-visible behavior is a conformance defect even when the code is perfect.
79
+
80
+ For every v2 claim loaded in Phase 3 step 4a, run three checks:
81
+
82
+ | Check | Rule | Failure |
83
+ |-------|------|---------|
84
+ | **Boundary reach** | Each `evidence_refs` entry resolves to an `evidence[]` row whose `kind` appears in that claim's `required_evidence_kinds` — and those kinds are the ones the `claim-evidence-mapping` taxonomy binds to the claim's `boundary` | `BOUNDARY_MISMATCH` |
85
+ | **Artifact identity** | Every cited evidence row's `artifact_head_sha` equals `artifact.head_sha` — the claim applies only to the artifact the evidence was collected against | `BOUNDARY_MISMATCH`, noting both SHAs |
86
+ | **Not established** | `not_established_reviewed` is present and `true`, and every claim carries a `not_established` list (possibly empty) | `BOUNDARY_MISMATCH` on the verdict as a whole |
87
+
88
+ Then bind the verdict back to the spec: map each `claim_id` to the requirement row it discharges. A requirement whose only supporting claim fails a check is **not** `MATCH`, no matter what the verification report's prose said. A requirement with no claim at all is `MISSING`, not `PARTIAL`.
89
+
90
+ **Degrade, never block.** If `.lisa/verification-status.json` is absent, or carries **v1** (no `schema_version`, or `schema_version: 1` — only `plan` / `status` / `criteria[]` / `updated_at`), the boundary cross-check is not available. Say so explicitly in the report ("v2 verdict not present — boundary reach unverified"), fall back to the prose evidence from Phase 3, and cap the verdict at `PARTIAL` for any requirement whose boundary you cannot confirm. Do not invent a mismatch you could not check, and do not silently upgrade an unchecked claim to `MATCH`.
91
+
75
92
  ## Phase 4 — Build Coverage Matrix
76
93
 
77
94
  For every requirement extracted in Phase 2, produce one row:
@@ -81,8 +98,10 @@ For every requirement extracted in Phase 2, produce one row:
81
98
  | Requirement ID | Stable identifier (e.g. `AC-1`, `OOS-2`, `ASSERT-3`) |
82
99
  | Classification | `acceptance` / `excluded` / `technical` / `assertion` / `deliverable` / `task` / `blocker` |
83
100
  | Requirement Text | Verbatim from spec |
84
- | Evidence | Specific pointer — file:line, test name, verification report section, PR file, screenshot name |
85
- | Status | `MATCH` / `PARTIAL` / `MISSING` / `SCOPE_CREEP_VIOLATION` |
101
+ | Evidence | Specific pointer — file:line, test name, verification report section, PR file, screenshot name. When a v2 verdict exists, also name the `claim_id` and `evidence_id` that discharge it |
102
+ | Boundary | The claim's `boundary` from the v2 verdict (`code-unit` / `browser` / `http-api` / `cli` / `data` / `deploy-health` / `performance` / `standards-compat`), or `—` when no v2 claim maps to this row |
103
+ | Evidence kind | The `kind` of each cited evidence row, so a reader sees the reach without opening the verdict |
104
+ | Status | `MATCH` / `PARTIAL` / `MISSING` / `BOUNDARY_MISMATCH` / `SCOPE_CREEP_VIOLATION` |
86
105
  | Notes | One line — why partial, what's missing, or where evidence is thin |
87
106
 
88
107
  ### Status definitions
@@ -90,6 +109,7 @@ For every requirement extracted in Phase 2, produce one row:
90
109
  - **`MATCH`** — requirement is implemented AND there is empirical evidence it works (test + verification report).
91
110
  - **`PARTIAL`** — implementation exists but evidence is incomplete (e.g. code present, no test; or test present, no run-time verification).
92
111
  - **`MISSING`** — requirement has no corresponding implementation OR no evidence at all.
112
+ - **`BOUNDARY_MISMATCH`** — the requirement was implemented and evidence was cited, but the evidence does not *reach* the claim's boundary (a unit `test-run-log` offered for a `browser` claim), or its `artifact_head_sha` does not match `artifact.head_sha`, or the verdict omits the required Not-established review. This is a distinct failure from a miss: the work may be right and the proof still does not establish it. A `BOUNDARY_MISMATCH` row forces the verdict to `DIVERGES` — it can never render as `CONFORMS` or `PARTIAL`. Name the boundary, the kind cited, and the kind(s) required, citing the `claim-evidence-mapping` taxonomy.
93
113
  - **`SCOPE_CREEP_VIOLATION`** — used for `excluded` classification only. An Out-of-Scope item appears to have been shipped anyway. This is a different failure than a miss — it means the agent exceeded the spec.
94
114
 
95
115
  ### Scope creep detection
@@ -106,9 +126,9 @@ Untraceable changes are not automatic failures. They become findings the human r
106
126
 
107
127
  Produce exactly one verdict:
108
128
 
109
- - **`CONFORMS`** — every requirement is `MATCH`. No `SCOPE_CREEP_VIOLATION`. Untraceable changes, if any, are clearly refactors or test support.
110
- - **`PARTIAL`** — some requirements are `PARTIAL` but none are `MISSING` or `SCOPE_CREEP_VIOLATION`. Work is mostly there but evidence is thin.
111
- - **`DIVERGES`** — at least one requirement is `MISSING`, OR at least one `SCOPE_CREEP_VIOLATION` exists, OR there are substantive untraceable changes that materially alter behavior.
129
+ - **`CONFORMS`** — every requirement is `MATCH`. No `SCOPE_CREEP_VIOLATION`, no `BOUNDARY_MISMATCH`. Untraceable changes, if any, are clearly refactors or test support.
130
+ - **`PARTIAL`** — some requirements are `PARTIAL` but none are `MISSING`, `BOUNDARY_MISMATCH`, or `SCOPE_CREEP_VIOLATION`. Work is mostly there but evidence is thin.
131
+ - **`DIVERGES`** — at least one requirement is `MISSING`, OR at least one `BOUNDARY_MISMATCH` exists, OR at least one `SCOPE_CREEP_VIOLATION` exists, OR there are substantive untraceable changes that materially alter behavior.
112
132
 
113
133
  A verdict of `PARTIAL` or `DIVERGES` blocks task completion. The caller must resolve the gaps (implement the miss, remove the creep, add the missing evidence) before re-running.
114
134
 
@@ -121,15 +141,24 @@ Structure the report so it can be pasted into a PR comment or JIRA ticket:
121
141
 
122
142
  **Spec source:** <plan file / JIRA key / Linear / GitHub issue / PRD>
123
143
  **Shipped scope:** <N commits, M files, K tests on branch <branch> vs <default-branch>>
144
+ **Verdict artifact:** <.lisa/verification-status.json schema v2, artifact.head_sha <sha> — or "v2 verdict not present — boundary reach unverified">
124
145
 
125
146
  ### Coverage Matrix
126
147
 
127
- | ID | Class | Requirement | Evidence | Status | Notes |
128
- |----|-------|-------------|----------|--------|-------|
129
- | AC-1 | acceptance | [text] | [pointer] | MATCH | |
130
- | AC-2 | acceptance | [text] | — | MISSING | No corresponding code or test |
131
- | OOS-1 | excluded | [text] | src/foo.ts:42 | SCOPE_CREEP_VIOLATION | Added anyway |
132
- | ASSERT-1 | assertion | [text] | verification-report §2 | PARTIAL | Asserted in code, not run in verification |
148
+ | ID | Class | Requirement | Evidence | Boundary | Evidence kind | Status | Notes |
149
+ |----|-------|-------------|----------|----------|---------------|--------|-------|
150
+ | AC-1 | acceptance | [text] | [pointer] (AC-1 / EV-1) | browser | screenshot | MATCH | |
151
+ | AC-2 | acceptance | [text] | — | — | — | MISSING | No corresponding code or test |
152
+ | AC-3 | acceptance | [text] | EV-4 | browser | test-run-log | BOUNDARY_MISMATCH | Unit log cannot establish a browser claim — needs screenshot or recording |
153
+ | OOS-1 | excluded | [text] | src/foo.ts:42 | | | SCOPE_CREEP_VIOLATION | Added anyway |
154
+ | ASSERT-1 | assertion | [text] | verification-report §2 | http-api | — | PARTIAL | Asserted in code, not run in verification |
155
+
156
+ ### Not Established
157
+
158
+ Reproduce the verdict's `not_established` entries verbatim, grouped by claim, plus anything the matrix could not confirm. This section is **never omitted and never blank**: with nothing outstanding it renders `None outstanding — reviewed`. State whether `not_established_reviewed` was `true`.
159
+
160
+ - AC-1 — not exercised on mobile viewports; Safari not tested
161
+ - AC-4 — offline behavior consciously out of scope for this ticket
133
162
 
134
163
  ### Untraceable Changes
135
164
  - src/utils/helpers.ts — extracted shared regex constant (refactor, no behavior change)
@@ -140,6 +169,7 @@ Structure the report so it can be pasted into a PR comment or JIRA ticket:
140
169
  **Matches:** N/Total
141
170
  **Partial:** N
142
171
  **Missing:** N
172
+ **Boundary mismatches:** N
143
173
  **Scope creep violations:** N
144
174
  **Untraceable changes flagged for review:** N
145
175
 
@@ -152,6 +182,8 @@ Structure the report so it can be pasted into a PR comment or JIRA ticket:
152
182
 
153
183
  - Never substitute "I read the code and it looks right" for empirical evidence. If verification-specialist hasn't run yet, request its report before producing a verdict.
154
184
  - Never mark a requirement `MATCH` based on the presence of code alone — evidence means test + runtime observation.
185
+ - Never mark a requirement `MATCH` on evidence that does not **reach** its claim's boundary. Per the `claim-evidence-mapping` contract, a unit `test-run-log` establishes only `code-unit` behavior; cited for a `browser`, `http-api`, `deploy-health`, or `standards-compat` claim it is a `BOUNDARY_MISMATCH`, not a match.
186
+ - Always report the Not-established section, even when empty. A report that lists only what passed is unreadable at a gate.
155
187
  - Always surface scope creep separately from misses. They are distinct failures.
156
188
  - Always surface untraceable changes — even benign refactors — so the human can confirm intent.
157
189
  - The Out of Scope section is load-bearing. If the spec has one, every item must appear in the matrix as `excluded`.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Harper/Fabric-specific Lisa rules for TypeScript component apps.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Connect staff roles to Telegram or Slack via OpenClaw — facilitator/specialist hub-and-spoke routing and repo-coding topics, for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.266.0",
3
+ "version": "2.268.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"