@codyswann/lisa 2.217.4 → 2.217.6
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/dist/sync/config-sync.d.ts +1 -3
- package/dist/sync/config-sync.d.ts.map +1 -1
- package/dist/sync/config-sync.js +36 -44
- package/dist/sync/config-sync.js.map +1 -1
- package/dist/sync/legacy-aliases.d.ts +27 -0
- package/dist/sync/legacy-aliases.d.ts.map +1 -0
- package/dist/sync/legacy-aliases.js +53 -0
- package/dist/sync/legacy-aliases.js.map +1 -0
- package/dist/sync/legacy-monitor-thresholds.d.ts +42 -0
- package/dist/sync/legacy-monitor-thresholds.d.ts.map +1 -0
- package/dist/sync/legacy-monitor-thresholds.js +93 -0
- package/dist/sync/legacy-monitor-thresholds.js.map +1 -0
- package/dist/sync/registry.d.ts +6 -0
- package/dist/sync/registry.d.ts.map +1 -1
- package/dist/sync/registry.js +11 -4
- package/dist/sync/registry.js.map +1 -1
- package/dist/sync/sync-population.d.ts +28 -0
- package/dist/sync/sync-population.d.ts.map +1 -0
- package/dist/sync/sync-population.js +46 -0
- package/dist/sync/sync-population.js.map +1 -0
- 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-monitor/SKILL.md +5 -1
- package/plugins/lisa/skills/lisa-monitor/SKILL.md +5 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-monitor/SKILL.md +5 -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/skills/lisa-monitor/SKILL.md +5 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/skills/lisa-monitor/SKILL.md +5 -1
- 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-monitor/SKILL.md +5 -1
- package/ui/README.md +5 -3
- package/ui/index.html +1 -1
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.217.
|
|
3
|
+
"version": "2.217.6",
|
|
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.217.
|
|
3
|
+
"version": "2.217.6",
|
|
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.217.
|
|
3
|
+
"version": "2.217.6",
|
|
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.217.
|
|
3
|
+
"version": "2.217.6",
|
|
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.217.
|
|
3
|
+
"version": "2.217.6",
|
|
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"
|
|
@@ -15,7 +15,7 @@ Spot-check application health, **audit observability completeness**, and **file
|
|
|
15
15
|
- `--all-gaps` — also file `recommended`-tier gaps (session replay, product analytics, etc.), not just `core`. Does not change anomaly thresholds.
|
|
16
16
|
- `max_candidates=<n>` — cap tickets filed this run (default 20; config `monitor.maxCandidates`).
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## Deprecated monitor threshold aliases
|
|
19
19
|
|
|
20
20
|
Before resolving anomaly thresholds, inspect the committed
|
|
21
21
|
`.lisa.config.json` and local `.lisa.config.local.json` separately with `jq`.
|
|
@@ -28,6 +28,10 @@ that emits either entire config into agent context:
|
|
|
28
28
|
- `monitor.thresholds.faultRatePct`, then
|
|
29
29
|
`monitor.thresholds.xrayFaultRatePct`.
|
|
30
30
|
|
|
31
|
+
The provider-neutral keys are the current contract. The legacy
|
|
32
|
+
provider-prefixed keys are deprecated compatibility aliases and are used only
|
|
33
|
+
when the matching provider-neutral key is absent.
|
|
34
|
+
|
|
31
35
|
Run this fixed filter once with literal final argument `.lisa.config.json` and
|
|
32
36
|
once with literal final argument `.lisa.config.local.json` when the respective
|
|
33
37
|
file exists:
|
package/ui/README.md
CHANGED
|
@@ -58,9 +58,11 @@ AWS CloudWatch Alarms, AWS X-Ray, and future providers, so
|
|
|
58
58
|
and `faultRatePct` replace the legacy `sentryMinEvents24h` /
|
|
59
59
|
`xrayFaultRatePct`. The Monitoring section shows which providers are
|
|
60
60
|
connected (detected from credentials and instrumentation, not configured by
|
|
61
|
-
hand).
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
hand). `lisa sync` migrates a legacy monitor block when provenance proves Lisa
|
|
62
|
+
auto-populated the old default, while leaving human-chosen legacy values
|
|
63
|
+
untouched. The runtime keeps accepting those deprecated aliases, prefers the
|
|
64
|
+
provider-neutral key when both are present, and `lisa doctor` warns until a
|
|
65
|
+
project finishes migrating.
|
|
64
66
|
|
|
65
67
|
## Starter provenance & sync (planned — documented, not wired)
|
|
66
68
|
|
package/ui/index.html
CHANGED
|
@@ -3632,7 +3632,7 @@
|
|
|
3632
3632
|
},
|
|
3633
3633
|
{
|
|
3634
3634
|
type: "callout",
|
|
3635
|
-
text: "
|
|
3635
|
+
text: "lisa sync migrates a legacy monitor block when provenance proves Lisa auto-populated the old default, while preserving human-chosen legacy values. The runtime keeps accepting the deprecated aliases, prefers the provider-neutral key when both are present, and lisa doctor warns until migration is complete.",
|
|
3636
3636
|
},
|
|
3637
3637
|
],
|
|
3638
3638
|
};
|