@codyswann/lisa 2.155.0 → 2.155.2
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/expo/package-lisa/package.lisa.json +1 -1
- 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/skills/setup-automations/SKILL.md +9 -5
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/setup-automations/SKILL.md +9 -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/setup-automations/SKILL.md +9 -5
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/skills/setup-automations/SKILL.md +9 -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-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/skills/lisa-wiki-setup-automations/SKILL.md +8 -5
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/skills/lisa-wiki-setup-automations/SKILL.md +8 -5
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/skills/lisa-wiki-setup-automations/SKILL.md +8 -5
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/skills/lisa-wiki-setup-automations/SKILL.md +8 -5
- package/plugins/src/base/skills/setup-automations/SKILL.md +9 -5
- package/plugins/src/wiki/skills/lisa-wiki-setup-automations/SKILL.md +8 -5
package/package.json
CHANGED
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"lodash": ">=4.18.1"
|
|
85
85
|
},
|
|
86
86
|
"name": "@codyswann/lisa",
|
|
87
|
-
"version": "2.155.
|
|
87
|
+
"version": "2.155.2",
|
|
88
88
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
89
89
|
"main": "dist/index.js",
|
|
90
90
|
"exports": {
|
|
@@ -45,11 +45,15 @@ affect **only** the two exploratory automations.
|
|
|
45
45
|
|
|
46
46
|
Each automation runs **one cycle** of a Lisa command and respects that command's confirmation policy
|
|
47
47
|
(never ask before running; exit cleanly when the queue is idle; report the cycle summary).
|
|
48
|
-
Before running the Lisa command, each automation must sync its checkout
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Before running the Lisa command, each automation must attempt to sync its checkout.
|
|
49
|
+
Fetch the default remote branch, then rebase onto `origin/main` or the resolved default branch. If
|
|
50
|
+
the checkout is already on the default branch, fast-forward/rebase it to the remote default. A dirty
|
|
51
|
+
working tree is not by itself a blocker: capture
|
|
52
|
+
`git status --short --branch`,
|
|
53
|
+
leave pre-existing changes untouched, and continue when the sync and selected Lisa command can run
|
|
54
|
+
without overwriting those paths. Abort only when Git reports an actual sync conflict or the selected
|
|
55
|
+
command would need to modify an already-dirty path; in that case leave queue state unchanged and
|
|
56
|
+
report the exact conflicting path(s).
|
|
53
57
|
|
|
54
58
|
| Automation | Command it runs | Cadence |
|
|
55
59
|
|---|---|---|
|
|
@@ -45,11 +45,15 @@ affect **only** the two exploratory automations.
|
|
|
45
45
|
|
|
46
46
|
Each automation runs **one cycle** of a Lisa command and respects that command's confirmation policy
|
|
47
47
|
(never ask before running; exit cleanly when the queue is idle; report the cycle summary).
|
|
48
|
-
Before running the Lisa command, each automation must sync its checkout
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Before running the Lisa command, each automation must attempt to sync its checkout.
|
|
49
|
+
Fetch the default remote branch, then rebase onto `origin/main` or the resolved default branch. If
|
|
50
|
+
the checkout is already on the default branch, fast-forward/rebase it to the remote default. A dirty
|
|
51
|
+
working tree is not by itself a blocker: capture
|
|
52
|
+
`git status --short --branch`,
|
|
53
|
+
leave pre-existing changes untouched, and continue when the sync and selected Lisa command can run
|
|
54
|
+
without overwriting those paths. Abort only when Git reports an actual sync conflict or the selected
|
|
55
|
+
command would need to modify an already-dirty path; in that case leave queue state unchanged and
|
|
56
|
+
report the exact conflicting path(s).
|
|
53
57
|
|
|
54
58
|
| Automation | Command it runs | Cadence |
|
|
55
59
|
|---|---|---|
|
|
@@ -45,11 +45,15 @@ affect **only** the two exploratory automations.
|
|
|
45
45
|
|
|
46
46
|
Each automation runs **one cycle** of a Lisa command and respects that command's confirmation policy
|
|
47
47
|
(never ask before running; exit cleanly when the queue is idle; report the cycle summary).
|
|
48
|
-
Before running the Lisa command, each automation must sync its checkout
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Before running the Lisa command, each automation must attempt to sync its checkout.
|
|
49
|
+
Fetch the default remote branch, then rebase onto `origin/main` or the resolved default branch. If
|
|
50
|
+
the checkout is already on the default branch, fast-forward/rebase it to the remote default. A dirty
|
|
51
|
+
working tree is not by itself a blocker: capture
|
|
52
|
+
`git status --short --branch`,
|
|
53
|
+
leave pre-existing changes untouched, and continue when the sync and selected Lisa command can run
|
|
54
|
+
without overwriting those paths. Abort only when Git reports an actual sync conflict or the selected
|
|
55
|
+
command would need to modify an already-dirty path; in that case leave queue state unchanged and
|
|
56
|
+
report the exact conflicting path(s).
|
|
53
57
|
|
|
54
58
|
| Automation | Command it runs | Cadence |
|
|
55
59
|
|---|---|---|
|
|
@@ -45,11 +45,15 @@ affect **only** the two exploratory automations.
|
|
|
45
45
|
|
|
46
46
|
Each automation runs **one cycle** of a Lisa command and respects that command's confirmation policy
|
|
47
47
|
(never ask before running; exit cleanly when the queue is idle; report the cycle summary).
|
|
48
|
-
Before running the Lisa command, each automation must sync its checkout
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Before running the Lisa command, each automation must attempt to sync its checkout.
|
|
49
|
+
Fetch the default remote branch, then rebase onto `origin/main` or the resolved default branch. If
|
|
50
|
+
the checkout is already on the default branch, fast-forward/rebase it to the remote default. A dirty
|
|
51
|
+
working tree is not by itself a blocker: capture
|
|
52
|
+
`git status --short --branch`,
|
|
53
|
+
leave pre-existing changes untouched, and continue when the sync and selected Lisa command can run
|
|
54
|
+
without overwriting those paths. Abort only when Git reports an actual sync conflict or the selected
|
|
55
|
+
command would need to modify an already-dirty path; in that case leave queue state unchanged and
|
|
56
|
+
report the exact conflicting path(s).
|
|
53
57
|
|
|
54
58
|
| Automation | Command it runs | Cadence |
|
|
55
59
|
|---|---|---|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.155.
|
|
3
|
+
"version": "2.155.2",
|
|
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.155.
|
|
3
|
+
"version": "2.155.2",
|
|
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.155.
|
|
3
|
+
"version": "2.155.2",
|
|
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.155.
|
|
3
|
+
"version": "2.155.2",
|
|
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.155.
|
|
3
|
+
"version": "2.155.2",
|
|
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"
|
|
@@ -43,11 +43,14 @@ independent and use disjoint name prefixes, so running both is safe.
|
|
|
43
43
|
The automation runs **one cycle** of the full wiki ingest and respects that command's own confirmation
|
|
44
44
|
and commit/PR policy (never ask before running; run a full ingest across every enabled
|
|
45
45
|
non-external-write source; commit/PR per the ingest skill's bookends; report the cycle summary).
|
|
46
|
-
Before running the ingest, the automation must sync its checkout: fetch the default remote
|
|
47
|
-
rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
-
checkout is already on the default branch, fast-forward/rebase it to the remote default.
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Before running the ingest, the automation must attempt to sync its checkout: fetch the default remote
|
|
47
|
+
branch and rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
+
If the checkout is already on the default branch, fast-forward/rebase it to the remote default. A
|
|
49
|
+
dirty working tree is not by itself a blocker: capture `git status --short --branch`, leave
|
|
50
|
+
pre-existing changes untouched, and continue when sync and ingest can run without overwriting those
|
|
51
|
+
paths. Abort only when Git reports an actual sync conflict or ingest would need to modify an
|
|
52
|
+
already-dirty path; in that case leave existing queue/wiki state unchanged and report the exact
|
|
53
|
+
conflicting path(s).
|
|
51
54
|
|
|
52
55
|
| Automation | Command it runs | Cadence |
|
|
53
56
|
|---|---|---|
|
|
@@ -43,11 +43,14 @@ independent and use disjoint name prefixes, so running both is safe.
|
|
|
43
43
|
The automation runs **one cycle** of the full wiki ingest and respects that command's own confirmation
|
|
44
44
|
and commit/PR policy (never ask before running; run a full ingest across every enabled
|
|
45
45
|
non-external-write source; commit/PR per the ingest skill's bookends; report the cycle summary).
|
|
46
|
-
Before running the ingest, the automation must sync its checkout: fetch the default remote
|
|
47
|
-
rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
-
checkout is already on the default branch, fast-forward/rebase it to the remote default.
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Before running the ingest, the automation must attempt to sync its checkout: fetch the default remote
|
|
47
|
+
branch and rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
+
If the checkout is already on the default branch, fast-forward/rebase it to the remote default. A
|
|
49
|
+
dirty working tree is not by itself a blocker: capture `git status --short --branch`, leave
|
|
50
|
+
pre-existing changes untouched, and continue when sync and ingest can run without overwriting those
|
|
51
|
+
paths. Abort only when Git reports an actual sync conflict or ingest would need to modify an
|
|
52
|
+
already-dirty path; in that case leave existing queue/wiki state unchanged and report the exact
|
|
53
|
+
conflicting path(s).
|
|
51
54
|
|
|
52
55
|
| Automation | Command it runs | Cadence |
|
|
53
56
|
|---|---|---|
|
|
@@ -43,11 +43,14 @@ independent and use disjoint name prefixes, so running both is safe.
|
|
|
43
43
|
The automation runs **one cycle** of the full wiki ingest and respects that command's own confirmation
|
|
44
44
|
and commit/PR policy (never ask before running; run a full ingest across every enabled
|
|
45
45
|
non-external-write source; commit/PR per the ingest skill's bookends; report the cycle summary).
|
|
46
|
-
Before running the ingest, the automation must sync its checkout: fetch the default remote
|
|
47
|
-
rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
-
checkout is already on the default branch, fast-forward/rebase it to the remote default.
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Before running the ingest, the automation must attempt to sync its checkout: fetch the default remote
|
|
47
|
+
branch and rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
+
If the checkout is already on the default branch, fast-forward/rebase it to the remote default. A
|
|
49
|
+
dirty working tree is not by itself a blocker: capture `git status --short --branch`, leave
|
|
50
|
+
pre-existing changes untouched, and continue when sync and ingest can run without overwriting those
|
|
51
|
+
paths. Abort only when Git reports an actual sync conflict or ingest would need to modify an
|
|
52
|
+
already-dirty path; in that case leave existing queue/wiki state unchanged and report the exact
|
|
53
|
+
conflicting path(s).
|
|
51
54
|
|
|
52
55
|
| Automation | Command it runs | Cadence |
|
|
53
56
|
|---|---|---|
|
|
@@ -43,11 +43,14 @@ independent and use disjoint name prefixes, so running both is safe.
|
|
|
43
43
|
The automation runs **one cycle** of the full wiki ingest and respects that command's own confirmation
|
|
44
44
|
and commit/PR policy (never ask before running; run a full ingest across every enabled
|
|
45
45
|
non-external-write source; commit/PR per the ingest skill's bookends; report the cycle summary).
|
|
46
|
-
Before running the ingest, the automation must sync its checkout: fetch the default remote
|
|
47
|
-
rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
-
checkout is already on the default branch, fast-forward/rebase it to the remote default.
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Before running the ingest, the automation must attempt to sync its checkout: fetch the default remote
|
|
47
|
+
branch and rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
+
If the checkout is already on the default branch, fast-forward/rebase it to the remote default. A
|
|
49
|
+
dirty working tree is not by itself a blocker: capture `git status --short --branch`, leave
|
|
50
|
+
pre-existing changes untouched, and continue when sync and ingest can run without overwriting those
|
|
51
|
+
paths. Abort only when Git reports an actual sync conflict or ingest would need to modify an
|
|
52
|
+
already-dirty path; in that case leave existing queue/wiki state unchanged and report the exact
|
|
53
|
+
conflicting path(s).
|
|
51
54
|
|
|
52
55
|
| Automation | Command it runs | Cadence |
|
|
53
56
|
|---|---|---|
|
|
@@ -45,11 +45,15 @@ affect **only** the two exploratory automations.
|
|
|
45
45
|
|
|
46
46
|
Each automation runs **one cycle** of a Lisa command and respects that command's confirmation policy
|
|
47
47
|
(never ask before running; exit cleanly when the queue is idle; report the cycle summary).
|
|
48
|
-
Before running the Lisa command, each automation must sync its checkout
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
Before running the Lisa command, each automation must attempt to sync its checkout.
|
|
49
|
+
Fetch the default remote branch, then rebase onto `origin/main` or the resolved default branch. If
|
|
50
|
+
the checkout is already on the default branch, fast-forward/rebase it to the remote default. A dirty
|
|
51
|
+
working tree is not by itself a blocker: capture
|
|
52
|
+
`git status --short --branch`,
|
|
53
|
+
leave pre-existing changes untouched, and continue when the sync and selected Lisa command can run
|
|
54
|
+
without overwriting those paths. Abort only when Git reports an actual sync conflict or the selected
|
|
55
|
+
command would need to modify an already-dirty path; in that case leave queue state unchanged and
|
|
56
|
+
report the exact conflicting path(s).
|
|
53
57
|
|
|
54
58
|
| Automation | Command it runs | Cadence |
|
|
55
59
|
|---|---|---|
|
|
@@ -43,11 +43,14 @@ independent and use disjoint name prefixes, so running both is safe.
|
|
|
43
43
|
The automation runs **one cycle** of the full wiki ingest and respects that command's own confirmation
|
|
44
44
|
and commit/PR policy (never ask before running; run a full ingest across every enabled
|
|
45
45
|
non-external-write source; commit/PR per the ingest skill's bookends; report the cycle summary).
|
|
46
|
-
Before running the ingest, the automation must sync its checkout: fetch the default remote
|
|
47
|
-
rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
-
checkout is already on the default branch, fast-forward/rebase it to the remote default.
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Before running the ingest, the automation must attempt to sync its checkout: fetch the default remote
|
|
47
|
+
branch and rebase the current automation branch onto it (for the common GitHub case, `origin/main`).
|
|
48
|
+
If the checkout is already on the default branch, fast-forward/rebase it to the remote default. A
|
|
49
|
+
dirty working tree is not by itself a blocker: capture `git status --short --branch`, leave
|
|
50
|
+
pre-existing changes untouched, and continue when sync and ingest can run without overwriting those
|
|
51
|
+
paths. Abort only when Git reports an actual sync conflict or ingest would need to modify an
|
|
52
|
+
already-dirty path; in that case leave existing queue/wiki state unchanged and report the exact
|
|
53
|
+
conflicting path(s).
|
|
51
54
|
|
|
52
55
|
| Automation | Command it runs | Cadence |
|
|
53
56
|
|---|---|---|
|