@codyswann/lisa 2.258.0 → 2.258.1
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/.codex-plugin/skills/lisa-setup-automations/SKILL.md +10 -5
- package/plugins/lisa/skills/lisa-setup-automations/SKILL.md +10 -5
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-setup-automations/SKILL.md +10 -5
- 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/skills/lisa-setup-automations/SKILL.md +10 -5
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/skills/lisa-setup-automations/SKILL.md +10 -5
- 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/skills/lisa-setup-automations/SKILL.md +10 -5
package/package.json
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"form-data": ">=4.0.6"
|
|
103
103
|
},
|
|
104
104
|
"name": "@codyswann/lisa",
|
|
105
|
-
"version": "2.258.
|
|
105
|
+
"version": "2.258.1",
|
|
106
106
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
107
107
|
"main": "dist/index.js",
|
|
108
108
|
"exports": {
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.258.
|
|
3
|
+
"version": "2.258.1",
|
|
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.258.
|
|
3
|
+
"version": "2.258.1",
|
|
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.258.
|
|
3
|
+
"version": "2.258.1",
|
|
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.258.
|
|
3
|
+
"version": "2.258.1",
|
|
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.258.
|
|
3
|
+
"version": "2.258.1",
|
|
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"
|
|
@@ -198,11 +198,16 @@ One line each; expand them into the operator's voice, keep the meaning.
|
|
|
198
198
|
**Retirement condition is mandatory and non-empty.** Every seeded runbook states one, and a loop
|
|
199
199
|
that is structurally permanent says exactly that instead of leaving the section blank — an operator
|
|
200
200
|
reading it aloud must be able to say when this loop should stop existing, or that it never should.
|
|
201
|
-
A valid condition is **stateless**: derived from the tracker,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
A valid condition is **stateless**: derived from the tracker, or from the loop's own bounded run
|
|
202
|
+
history at `.lisa/automations/runs/<loop-id>.jsonl` — written by the contract's own recorder, not
|
|
203
|
+
private per-loop state — and **never an ad-hoc counter** or a new state file. Those two sources are
|
|
204
|
+
the same discipline, not a loosening of the contract's "never from a counter or a state file": the
|
|
205
|
+
run history is written and bounded by `automation-run-record.mjs`, is readable by any run on any
|
|
206
|
+
machine, and is never invented per loop. What the contract forbids is a loop minting private state
|
|
207
|
+
to remember itself by. Prefer the tracker; reach for the run history only when the tracker cannot
|
|
208
|
+
answer the question. The mechanism itself — the two-part test, the single marker-deduped teardown
|
|
209
|
+
proposal, and the three operator responses — is defined once in the `automation-runbook-contract`
|
|
210
|
+
rule; these seeds only fill in each loop's specifics. A seed may add a **domain conjunct** on top of the contract's
|
|
206
211
|
two-part test — an extra AND that must also hold — because an additional conjunct is strictly
|
|
207
212
|
tighter and never divergent. It may never drop or weaken either of the contract's two conditions.
|
|
208
213
|
Silence alone means obsolescence only for the gardener; for a monitoring or exploratory loop a quiet
|