@codyswann/lisa 2.176.9 → 2.176.10
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.
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/agents/github-agent.md +11 -9
- package/plugins/lisa/agents/jira-agent.md +8 -7
- package/plugins/lisa/agents/linear-agent.md +7 -6
- package/plugins/lisa/rules/eager/pre-flight-autofill.md +65 -0
- package/plugins/lisa/rules/reference/base-rules.md +1 -1
- package/plugins/lisa/rules/reference/config-resolution.md +2 -2
- package/plugins/lisa/rules/reference/pre-flight-autofill.md +142 -0
- package/plugins/lisa-agy/agents/github-agent.md +11 -9
- package/plugins/lisa-agy/agents/jira-agent.md +8 -7
- package/plugins/lisa-agy/agents/linear-agent.md +7 -6
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/agents/github-agent.agent.md +11 -9
- package/plugins/lisa-copilot/agents/jira-agent.agent.md +8 -7
- package/plugins/lisa-copilot/agents/linear-agent.agent.md +7 -6
- package/plugins/lisa-copilot/rules/eager/pre-flight-autofill.md +65 -0
- package/plugins/lisa-copilot/rules/reference/base-rules.md +1 -1
- package/plugins/lisa-copilot/rules/reference/config-resolution.md +2 -2
- package/plugins/lisa-copilot/rules/reference/pre-flight-autofill.md +142 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/agents/github-agent.md +11 -9
- package/plugins/lisa-cursor/agents/jira-agent.md +8 -7
- package/plugins/lisa-cursor/agents/linear-agent.md +7 -6
- package/plugins/lisa-cursor/rules/base-rules-reference.mdc +1 -1
- package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +2 -2
- package/plugins/lisa-cursor/rules/pre-flight-autofill-reference.mdc +147 -0
- package/plugins/lisa-cursor/rules/pre-flight-autofill.mdc +70 -0
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/agents/github-agent.md +11 -9
- package/plugins/src/base/agents/jira-agent.md +8 -7
- package/plugins/src/base/agents/linear-agent.md +7 -6
- package/plugins/src/base/rules/eager/pre-flight-autofill.md +65 -0
- package/plugins/src/base/rules/reference/base-rules.md +1 -1
- package/plugins/src/base/rules/reference/config-resolution.md +2 -2
- package/plugins/src/base/rules/reference/pre-flight-autofill.md +142 -0
|
@@ -335,7 +335,7 @@ A **marker** is an additive label applied *alongside* a lifecycle role, not a st
|
|
|
335
335
|
|
|
336
336
|
| Marker | What it means | JIRA default | GitHub/Linear default |
|
|
337
337
|
|---|---|---|---|
|
|
338
|
-
| `human_needed` | Applied with `blocked` when the
|
|
338
|
+
| `human_needed` | Applied with `blocked` when — **after the agent has drafted every authorable missing section via the `pre-flight-autofill` procedure** — the block still requires a human to confirm the drafted assumptions or supply something no agent can invent: real missing credentials, access/permissions, or an irreducible product/scoping decision. | `Human Needed` (label) | `human-needed` (label) |
|
|
339
339
|
|
|
340
340
|
Resolution keys:
|
|
341
341
|
|
|
@@ -343,7 +343,7 @@ Resolution keys:
|
|
|
343
343
|
- GitHub: `github.labels.build.human_needed` (default `human-needed`). Added next to the `blocked` label.
|
|
344
344
|
- Linear: `linear.labels.build.human_needed` (default `human-needed`). Added next to the `blocked` label.
|
|
345
345
|
|
|
346
|
-
**When to apply it.** Apply `human_needed` only when a human must act before the item can move — the pre-flight gate failures that bounce a ticket back to its reporter
|
|
346
|
+
**When to apply it.** Apply `human_needed` only when a human must act before the item can move — the pre-flight gate failures that bounce a ticket back to its reporter are exactly this case, but **only after** the agent has run the `pre-flight-autofill` draft-then-block procedure (drafting the authorable gaps — acceptance criteria, validation journey, repository, relationship search, etc. — into the ticket as labeled assumptions). What then remains for the human is to **confirm those assumptions** or supply a genuinely human-only input (real missing credentials, an irreducible product/scoping decision). The marker means "a human must confirm or decide," not "a human must author from scratch."
|
|
347
347
|
|
|
348
348
|
**When NOT to apply it.** Do **not** apply `human_needed` to a block that an automated cycle can clear on its own: a block whose `is blocked by` dependency is another tracked ticket that will build and close (for example a `repair-intake`-filed build-ready fix ticket for an unmergeable PR or a failed deploy), or any block waiting only on a retry. Those self-heal; flagging them for a human is noise. If such an item already carries a stale `human_needed` marker, clear it when the block becomes auto-recoverable.
|
|
349
349
|
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Pre-Flight Spec Autofill (Draft-Then-Block)"
|
|
3
|
+
alwaysApply: false
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Pre-Flight Spec Autofill (Draft-Then-Block)
|
|
7
|
+
|
|
8
|
+
When the pre-flight gate (`*-agent` Step 2) returns `FAIL` on **ticket-quality**
|
|
9
|
+
gaps, the agent does **not** bounce a raw "here is everything you must write"
|
|
10
|
+
checklist back to the reporter. Most "missing required spec content" gaps are
|
|
11
|
+
**authorable** from material already on the work item (title, description,
|
|
12
|
+
screenshots, design links, reproduction steps) plus the codebase. The agent
|
|
13
|
+
drafts a best-effort version of every authorable gap, writes it into the work
|
|
14
|
+
item as clearly-labeled **assumptions and recommendations**, and only **then**
|
|
15
|
+
blocks — turning the human ask from *"author all of this from scratch"* into
|
|
16
|
+
*"confirm or correct my draft, then flip it back to Ready."*
|
|
17
|
+
|
|
18
|
+
This is the same shape as the `repo-scope-split` exception: the agent does the
|
|
19
|
+
work it can and reserves the human for what only a human can decide. It does
|
|
20
|
+
**not** widen the gate — every required section must still exist before build;
|
|
21
|
+
autofill just supplies a defensible first draft instead of an empty demand.
|
|
22
|
+
|
|
23
|
+
## Why this exists
|
|
24
|
+
|
|
25
|
+
The build + screenshot-diff verification pipeline needs **structured,
|
|
26
|
+
machine-readable** sections — Gherkin acceptance criteria, a Validation Journey
|
|
27
|
+
with `[SCREENSHOT:]`/`[EVIDENCE:]` markers, Sign-in Required, Target Backend
|
|
28
|
+
Environment, Repository. A bug report routinely contains all of that
|
|
29
|
+
*information* in prose, screenshots, or a Figma link, but not the *structure*.
|
|
30
|
+
Dumping the checklist straight back produces a ping-pong loop: the item bounces
|
|
31
|
+
`Ready → Blocked → Ready` on every intake cycle because nobody re-types the
|
|
32
|
+
existing information into headings, and the reporter reasonably objects that the
|
|
33
|
+
information is already there. Drafting the structure breaks the loop and
|
|
34
|
+
respects the reporter's time — the human reviews a draft instead of authoring a
|
|
35
|
+
spec.
|
|
36
|
+
|
|
37
|
+
## Two tiers of gap
|
|
38
|
+
|
|
39
|
+
**Tier A — authorable (always attempt a draft):**
|
|
40
|
+
|
|
41
|
+
- **Technical Approach** — locate the affected component/files in the repo (the
|
|
42
|
+
title and description usually name the surface, e.g. "Player modal"); state
|
|
43
|
+
which files likely change and the expected layout. Flag inferences as
|
|
44
|
+
assumptions.
|
|
45
|
+
- **Out of Scope** — a one-line boundary derived from the fix list.
|
|
46
|
+
- **Acceptance Criteria (Gherkin)** — convert each described fix / expected
|
|
47
|
+
behavior into `Given/When/Then`. One scenario per discrete fix.
|
|
48
|
+
- **Expected-vs-actual + environment** — restate the bug as explicit expected
|
|
49
|
+
vs actual, naming the environment the screenshots/description came from.
|
|
50
|
+
- **Repository** — resolve per `config-resolution` repo scoping and state it.
|
|
51
|
+
- **Relationship Search** — actually **run** the git + tracker search; record
|
|
52
|
+
the queries and results and link anything found. Do not fabricate a
|
|
53
|
+
"none found" note.
|
|
54
|
+
- **Validation Journey (draft)** — run the vendor `*-add-journey` skill to draft
|
|
55
|
+
the click-path, markers, and viewports from the reproduction steps. This is a
|
|
56
|
+
draft for human approval, not the final ratified contract.
|
|
57
|
+
- **Target Backend Environment** — recommend a default from `deploy.branches` /
|
|
58
|
+
config (the backend the FE points at for verification) and state it as a
|
|
59
|
+
recommendation.
|
|
60
|
+
|
|
61
|
+
**Tier B — irreducibly human (cannot invent — but still propose a default):**
|
|
62
|
+
|
|
63
|
+
- **Real credentials / access** that exist nowhere on the item or in the repo's
|
|
64
|
+
known test-user docs. (If credentials are present in prose, that is Tier A —
|
|
65
|
+
lift them into a Sign-in Required section.)
|
|
66
|
+
- **A genuine product / scoping decision** with no defensible default — the
|
|
67
|
+
exact expected behavior when the ticket is internally contradictory or the
|
|
68
|
+
design reference is missing.
|
|
69
|
+
|
|
70
|
+
For Tier B, still propose a **recommended default** wherever one is defensible,
|
|
71
|
+
and ask a **specific question** only where none is. Never reduce a Tier B item
|
|
72
|
+
to a bare demand.
|
|
73
|
+
|
|
74
|
+
## Procedure
|
|
75
|
+
|
|
76
|
+
1. **Enumerate the FAIL categories** from `*-verify`.
|
|
77
|
+
2. **Run `repo-scope-split` first** if S10 (single-repo scope) failed — that is
|
|
78
|
+
a split, not an autofill. Autofill handles the remaining quality gaps.
|
|
79
|
+
3. **Draft each Tier-A gap** grounded in the work-item material + codebase.
|
|
80
|
+
Every inferred value is explicitly tagged as an assumption/recommendation
|
|
81
|
+
(lead the drafted block with a note: *"Drafted by Claude — assumptions
|
|
82
|
+
flagged inline; please confirm or correct."*). **Never overwrite
|
|
83
|
+
human-authored prose** — add the missing structured sections; if a section
|
|
84
|
+
exists but is thin, augment it without discarding the human's words.
|
|
85
|
+
4. **Write the draft into the work item** via the vendor write skill
|
|
86
|
+
(`jira-write-ticket` / `github-write-issue` / `linear-write-issue`) so
|
|
87
|
+
relationship and metadata gates stay enforced. Draft the Validation Journey
|
|
88
|
+
via the vendor `*-add-journey` skill.
|
|
89
|
+
5. **Re-run `*-verify`.** The structural gates should now PASS (the content
|
|
90
|
+
exists, even if assumed). Any gate that still FAILs is Tier B — leave it and
|
|
91
|
+
name it precisely in the comment.
|
|
92
|
+
6. **Block as usual** — transition/relabel to the configured `blocked` status,
|
|
93
|
+
add the `human_needed` marker, reassign to the **Reporter** — but post the
|
|
94
|
+
**confirmation comment** (below), not a remediation checklist.
|
|
95
|
+
7. **Idempotency / loop-safety.** If the item already carries the agent's draft
|
|
96
|
+
from a prior cycle, do **not** redraft from scratch — refine only the gaps
|
|
97
|
+
still failing and refresh the confirmation comment. When the reporter flips
|
|
98
|
+
the item back to Ready, the next claim re-runs `*-verify`; if it now PASSes,
|
|
99
|
+
build proceeds on the draft the reporter approved by re-readying it. That is
|
|
100
|
+
what breaks the `Ready ↔ Blocked` loop.
|
|
101
|
+
|
|
102
|
+
## The confirmation comment (replaces the remediation checklist)
|
|
103
|
+
|
|
104
|
+
- **Disclose**: posted by Claude (AI build agent); identify the content as a
|
|
105
|
+
draft.
|
|
106
|
+
- **Frame it**: the item had the right information but lacked the structured
|
|
107
|
+
sections the pipeline needs, so the agent drafted them — the report's validity
|
|
108
|
+
was never in question.
|
|
109
|
+
- **One line per drafted section**, naming the section and the key assumption
|
|
110
|
+
(e.g. *"Acceptance Criteria — drafted 4 Gherkin scenarios from the fix list;
|
|
111
|
+
assumed 'Search result' restores the prior query terms."*).
|
|
112
|
+
- **Tier-B items still required**, each as a specific question with a
|
|
113
|
+
recommended default where one exists.
|
|
114
|
+
- **Close with the action**: *"Review the drafted sections in the description.
|
|
115
|
+
Correct anything wrong, then flip back to Ready and it builds immediately — or
|
|
116
|
+
reply with corrections and I'll revise."* Keep the `human_needed` marker until
|
|
117
|
+
then.
|
|
118
|
+
|
|
119
|
+
## When you genuinely cannot autofill (fall back to the plain block)
|
|
120
|
+
|
|
121
|
+
If the item is so underspecified that drafting would be fabrication — no fix or
|
|
122
|
+
expected behavior described, no usable design reference, an uninformative title,
|
|
123
|
+
and the codebase gives no anchor — block as before. Even then, phrase **each gap
|
|
124
|
+
as a specific question** and propose a default wherever one is defensible (the
|
|
125
|
+
"Human-Needed is a last resort" principle). Never bounce a bare checklist when a
|
|
126
|
+
defensible draft is possible.
|
|
127
|
+
|
|
128
|
+
## Disclosure & safety
|
|
129
|
+
|
|
130
|
+
- Agent-drafted content is **always attributed to Claude and marked as
|
|
131
|
+
assumptions**, so a human never mistakes a guess for their own ratified spec.
|
|
132
|
+
- The agent writes **spec/criteria, never code**, at this gate. Drafting
|
|
133
|
+
acceptance criteria and a validation journey is authoring, not implementation
|
|
134
|
+
— explicitly permitted here. This **supersedes** the older "the build agent
|
|
135
|
+
does not author the missing spec content" stance, which produced the
|
|
136
|
+
bounce-loop.
|
|
137
|
+
|
|
138
|
+
## Vendor mechanics
|
|
139
|
+
|
|
140
|
+
- **JIRA** — draft sections via `jira-write-ticket`; Validation Journey via
|
|
141
|
+
`jira-add-journey`; block + label + reassign + comment via the `jira-agent`
|
|
142
|
+
Step 2 exception (`transitionJiraIssue`, `editJiraIssue` for the label and
|
|
143
|
+
assignee, `addCommentToJiraIssue`).
|
|
144
|
+
- **GitHub** — `github-write-issue`; `github-add-journey`; relabel + reassign +
|
|
145
|
+
comment via `gh`.
|
|
146
|
+
- **Linear** — `linear-write-issue`; `linear-add-journey`; `save_issue` +
|
|
147
|
+
`save_comment`.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: "Pre-Flight Spec Autofill — Draft-Then-Block (load-bearing)"
|
|
3
|
+
alwaysApply: true
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Pre-Flight Spec Autofill — Draft-Then-Block (load-bearing)
|
|
7
|
+
|
|
8
|
+
When the pre-flight gate (`*-agent` Step 2) returns `FAIL` on **ticket-quality**
|
|
9
|
+
gaps, do **not** bounce a raw checklist back to the reporter. Most "missing
|
|
10
|
+
required spec content" gaps are **authorable** from material already on the work
|
|
11
|
+
item (title, description, screenshots, design links, repro steps) plus the
|
|
12
|
+
codebase. **Draft** a best-effort version of every authorable gap, write it into
|
|
13
|
+
the item as clearly-labeled **assumptions/recommendations**, and only **then**
|
|
14
|
+
block — turning the human ask from *"author all this"* into *"confirm or correct
|
|
15
|
+
my draft, then flip back to Ready."* Same shape as `repo-scope-split`: the agent
|
|
16
|
+
does the work it can; the human decides only what only a human can.
|
|
17
|
+
|
|
18
|
+
This does **not** widen the gate — every required section must still exist
|
|
19
|
+
before build. It replaces an empty demand with a defensible first draft, and it
|
|
20
|
+
breaks the `Ready ↔ Blocked` ping-pong loop that a raw checklist causes (the
|
|
21
|
+
information was already on the ticket; only the structure was missing).
|
|
22
|
+
|
|
23
|
+
## Two tiers
|
|
24
|
+
|
|
25
|
+
- **Tier A — authorable (always draft):** Technical Approach, Out of Scope,
|
|
26
|
+
Gherkin Acceptance Criteria (one scenario per fix), expected-vs-actual +
|
|
27
|
+
environment, Repository, Relationship Search (actually run the git+tracker
|
|
28
|
+
search — don't fabricate "none found"), Validation Journey **draft** (via the
|
|
29
|
+
vendor `*-add-journey` skill), Target Backend Environment (recommend a default
|
|
30
|
+
from `deploy.branches`/config).
|
|
31
|
+
- **Tier B — irreducibly human:** real credentials/access that exist nowhere on
|
|
32
|
+
the item or in repo test-user docs; a genuine product/scoping decision with no
|
|
33
|
+
defensible default. Still propose a recommended default where one exists; ask
|
|
34
|
+
a specific question only where none does.
|
|
35
|
+
|
|
36
|
+
## Procedure
|
|
37
|
+
|
|
38
|
+
1. Enumerate FAIL categories from `*-verify`. If S10 failed, run
|
|
39
|
+
`repo-scope-split` first (split, not autofill).
|
|
40
|
+
2. Draft each Tier-A gap grounded in item material + codebase; tag every
|
|
41
|
+
inference as an assumption. **Never overwrite human prose** — add/augment
|
|
42
|
+
sections only.
|
|
43
|
+
3. Write the draft via the vendor write skill (`jira-write-ticket` /
|
|
44
|
+
`github-write-issue` / `linear-write-issue`); draft the Validation Journey
|
|
45
|
+
via `*-add-journey`.
|
|
46
|
+
4. Re-run `*-verify`. Structural gates should now PASS; anything still failing
|
|
47
|
+
is Tier B — name it in the comment.
|
|
48
|
+
5. Block as usual (`blocked` status + `human_needed` marker + reassign to
|
|
49
|
+
Reporter) but post the **confirmation comment**, not a checklist: disclose
|
|
50
|
+
it's a Claude draft, one line per drafted section + its key assumption,
|
|
51
|
+
Tier-B items as specific questions with defaults, and close with *"correct
|
|
52
|
+
anything wrong, then flip back to Ready and it builds — or reply with
|
|
53
|
+
corrections."*
|
|
54
|
+
6. **Loop-safety:** if the item already carries the agent's draft, refine only
|
|
55
|
+
the still-failing gaps; don't redraft. Re-readying after review is the
|
|
56
|
+
human's approval — the next claim's `*-verify` PASSes and build proceeds.
|
|
57
|
+
|
|
58
|
+
## When you genuinely cannot autofill
|
|
59
|
+
|
|
60
|
+
If drafting would be fabrication (no fix/expected behavior described, no usable
|
|
61
|
+
design ref, uninformative title, no codebase anchor), block as before — but
|
|
62
|
+
phrase each gap as a specific question with a default where defensible. Never a
|
|
63
|
+
bare checklist when a defensible draft is possible.
|
|
64
|
+
|
|
65
|
+
The agent writes **spec/criteria, never code**, at this gate — authoring AC and
|
|
66
|
+
a validation journey is explicitly permitted here (this supersedes the older
|
|
67
|
+
"the build agent does not author the missing spec content" stance).
|
|
68
|
+
|
|
69
|
+
Full procedure, tier detail, confirmation-comment template, and vendor mechanics:
|
|
70
|
+
[reference/pre-flight-autofill.md](pre-flight-autofill-reference.mdc).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.176.
|
|
3
|
+
"version": "2.176.10",
|
|
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.176.
|
|
3
|
+
"version": "2.176.10",
|
|
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.176.
|
|
3
|
+
"version": "2.176.10",
|
|
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.176.
|
|
3
|
+
"version": "2.176.10",
|
|
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.176.
|
|
3
|
+
"version": "2.176.10",
|
|
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"
|