@codyswann/lisa 2.293.0 → 2.294.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.
- package/all/copy-overwrite/scripts/lisa-work-item.mjs +12 -3
- package/dist/cli/deploy-status-adapter-github.d.ts +20 -0
- package/dist/cli/deploy-status-adapter-github.d.ts.map +1 -0
- package/dist/cli/deploy-status-adapter-github.js +167 -0
- package/dist/cli/deploy-status-adapter-github.js.map +1 -0
- package/dist/cli/deploy-status-adapter-jira.d.ts +18 -0
- package/dist/cli/deploy-status-adapter-jira.d.ts.map +1 -0
- package/dist/cli/deploy-status-adapter-jira.js +215 -0
- package/dist/cli/deploy-status-adapter-jira.js.map +1 -0
- package/dist/cli/deploy-status-adapter-linear.d.ts +16 -0
- package/dist/cli/deploy-status-adapter-linear.d.ts.map +1 -0
- package/dist/cli/deploy-status-adapter-linear.js +204 -0
- package/dist/cli/deploy-status-adapter-linear.js.map +1 -0
- package/dist/cli/deploy-status-adapter-shared.d.ts +57 -0
- package/dist/cli/deploy-status-adapter-shared.d.ts.map +1 -0
- package/dist/cli/deploy-status-adapter-shared.js +62 -0
- package/dist/cli/deploy-status-adapter-shared.js.map +1 -0
- package/dist/cli/deploy-status-adapter.d.ts +49 -0
- package/dist/cli/deploy-status-adapter.d.ts.map +1 -0
- package/dist/cli/deploy-status-adapter.js +87 -0
- package/dist/cli/deploy-status-adapter.js.map +1 -0
- package/dist/cli/deploy-status-refs.d.ts +70 -0
- package/dist/cli/deploy-status-refs.d.ts.map +1 -0
- package/dist/cli/deploy-status-refs.js +195 -0
- package/dist/cli/deploy-status-refs.js.map +1 -0
- package/dist/cli/deploy-status-sync-cmd.d.ts +23 -0
- package/dist/cli/deploy-status-sync-cmd.d.ts.map +1 -0
- package/dist/cli/deploy-status-sync-cmd.js +75 -0
- package/dist/cli/deploy-status-sync-cmd.js.map +1 -0
- package/dist/cli/deploy-status-sync-engine.d.ts +49 -0
- package/dist/cli/deploy-status-sync-engine.d.ts.map +1 -0
- package/dist/cli/deploy-status-sync-engine.js +214 -0
- package/dist/cli/deploy-status-sync-engine.js.map +1 -0
- package/dist/cli/deploy-status-sync-exec.d.ts +73 -0
- package/dist/cli/deploy-status-sync-exec.d.ts.map +1 -0
- package/dist/cli/deploy-status-sync-exec.js +95 -0
- package/dist/cli/deploy-status-sync-exec.js.map +1 -0
- package/dist/cli/gate-commands.d.ts +3 -1
- package/dist/cli/gate-commands.d.ts.map +1 -1
- package/dist/cli/gate-commands.js +26 -0
- package/dist/cli/gate-commands.js.map +1 -1
- package/dist/cli/index.d.ts +2 -7
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +4 -43
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/kane-commands.d.ts +21 -0
- package/dist/cli/kane-commands.d.ts.map +1 -0
- package/dist/cli/kane-commands.js +44 -0
- package/dist/cli/kane-commands.js.map +1 -0
- package/dist/cli/update-check.d.ts +8 -0
- package/dist/cli/update-check.d.ts.map +1 -1
- package/dist/cli/update-check.js +4 -2
- package/dist/cli/update-check.js.map +1 -1
- package/dist/core/deploy-status-sync.d.ts +15 -0
- package/dist/core/deploy-status-sync.d.ts.map +1 -1
- package/dist/core/deploy-status-sync.js +57 -19
- package/dist/core/deploy-status-sync.js.map +1 -1
- package/dist/core/deploy-status-transition.d.ts +97 -0
- package/dist/core/deploy-status-transition.d.ts.map +1 -0
- package/dist/core/deploy-status-transition.js +134 -0
- package/dist/core/deploy-status-transition.js.map +1 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +24 -3
- package/dist/core/upstream-evidence-manifest.js.map +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/rules/eager/config-resolution.md +3 -2
- package/plugins/lisa/rules/reference/config-resolution.md +13 -1
- 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/rules/eager/config-resolution.md +3 -2
- package/plugins/lisa-copilot/rules/reference/config-resolution.md +13 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +13 -1
- package/plugins/lisa-cursor/rules/config-resolution.mdc +3 -2
- 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/rules/eager/config-resolution.md +3 -2
- package/plugins/src/base/rules/reference/config-resolution.md +13 -1
package/package.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"brace-expansion": ">=5.0.6"
|
|
114
114
|
},
|
|
115
115
|
"name": "@codyswann/lisa",
|
|
116
|
-
"version": "2.
|
|
116
|
+
"version": "2.294.0",
|
|
117
117
|
"description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
|
|
118
118
|
"main": "dist/index.js",
|
|
119
119
|
"exports": {
|
|
@@ -91,7 +91,8 @@ forward cherry-picked down to the integration branch via a linked follow-up.
|
|
|
91
91
|
`deployStatusSync` is an optional machine-written config block (`tier`, `provisioned` ids,
|
|
92
92
|
`linearBinding: labels|states`, `verifiedAt`). The deploy ladder is `deploy.order` (else canonical
|
|
93
93
|
`dev < staging < production`) over `deploy.branches` joined with the tracker's env-keyed done map;
|
|
94
|
-
a configured done status whose env has no branch is a config error
|
|
95
|
-
|
|
94
|
+
a configured done status whose env has no branch is a config error — unless its value is exactly
|
|
95
|
+
the built-in default (a sync-materialized fallback, invisible everywhere: stripped before the
|
|
96
|
+
union, never blocking the alias) — and the sole `prod` ↔ `production` alias applies to the join.
|
|
96
97
|
|
|
97
98
|
Full reference: [reference/config-resolution.md](../reference/config-resolution.md).
|
|
@@ -636,9 +636,21 @@ configured surfaces (`deploy.branches`, the configured done map,
|
|
|
636
636
|
configured spelling. When both spellings appear they are distinct environments
|
|
637
637
|
and no aliasing occurs. No other alias exists.
|
|
638
638
|
|
|
639
|
+
**Materialized defaults are fallbacks.** `lisa sync` writes the full default
|
|
640
|
+
done map into config, so a configured done-map entry whose value is EXACTLY
|
|
641
|
+
the default table's value for that env is treated as a materialized fallback,
|
|
642
|
+
not operator intent — and it is invisible for ALL purposes: stripped before
|
|
643
|
+
the env-key union is computed, it never blocks the sole `prod` ↔ `production`
|
|
644
|
+
alias, never raises the done-without-branch error, and leaves the env exactly
|
|
645
|
+
as if it were unconfigured (so `branches.prod` beside a materialized
|
|
646
|
+
`production` entry still aliases to one prod rung). Only a value that DIFFERS
|
|
647
|
+
from the default is deliberate configuration: it participates in the union
|
|
648
|
+
(blocking the alias when it introduces the other spelling) and stays
|
|
649
|
+
protected by the error below.
|
|
650
|
+
|
|
639
651
|
**Error catalog** (verbatim):
|
|
640
652
|
|
|
641
|
-
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.`
|
|
653
|
+
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.` (custom values only — default-identical entries fall back silently)
|
|
642
654
|
- `Invalid deploy.order in <source>: its environment names must exactly match the keys of deploy.branches. deploy.order has [<order-envs>]; deploy.branches has [<branch-envs>].` (also raised for duplicate `deploy.order` entries)
|
|
643
655
|
- `Invalid deploy.order in <source>: every entry must be an environment name string; found <entry>.`
|
|
644
656
|
- `Invalid deploy configuration in <source>: cannot order environment "<env>". Set deploy.order (environments listed lowest first, e.g. ["dev","staging","production"]) so Lisa knows the promotion order.`
|
|
@@ -91,7 +91,8 @@ forward cherry-picked down to the integration branch via a linked follow-up.
|
|
|
91
91
|
`deployStatusSync` is an optional machine-written config block (`tier`, `provisioned` ids,
|
|
92
92
|
`linearBinding: labels|states`, `verifiedAt`). The deploy ladder is `deploy.order` (else canonical
|
|
93
93
|
`dev < staging < production`) over `deploy.branches` joined with the tracker's env-keyed done map;
|
|
94
|
-
a configured done status whose env has no branch is a config error
|
|
95
|
-
|
|
94
|
+
a configured done status whose env has no branch is a config error — unless its value is exactly
|
|
95
|
+
the built-in default (a sync-materialized fallback, invisible everywhere: stripped before the
|
|
96
|
+
union, never blocking the alias) — and the sole `prod` ↔ `production` alias applies to the join.
|
|
96
97
|
|
|
97
98
|
Full reference: [reference/config-resolution.md](../reference/config-resolution.md).
|
|
@@ -636,9 +636,21 @@ configured surfaces (`deploy.branches`, the configured done map,
|
|
|
636
636
|
configured spelling. When both spellings appear they are distinct environments
|
|
637
637
|
and no aliasing occurs. No other alias exists.
|
|
638
638
|
|
|
639
|
+
**Materialized defaults are fallbacks.** `lisa sync` writes the full default
|
|
640
|
+
done map into config, so a configured done-map entry whose value is EXACTLY
|
|
641
|
+
the default table's value for that env is treated as a materialized fallback,
|
|
642
|
+
not operator intent — and it is invisible for ALL purposes: stripped before
|
|
643
|
+
the env-key union is computed, it never blocks the sole `prod` ↔ `production`
|
|
644
|
+
alias, never raises the done-without-branch error, and leaves the env exactly
|
|
645
|
+
as if it were unconfigured (so `branches.prod` beside a materialized
|
|
646
|
+
`production` entry still aliases to one prod rung). Only a value that DIFFERS
|
|
647
|
+
from the default is deliberate configuration: it participates in the union
|
|
648
|
+
(blocking the alias when it introduces the other spelling) and stays
|
|
649
|
+
protected by the error below.
|
|
650
|
+
|
|
639
651
|
**Error catalog** (verbatim):
|
|
640
652
|
|
|
641
|
-
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.`
|
|
653
|
+
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.` (custom values only — default-identical entries fall back silently)
|
|
642
654
|
- `Invalid deploy.order in <source>: its environment names must exactly match the keys of deploy.branches. deploy.order has [<order-envs>]; deploy.branches has [<branch-envs>].` (also raised for duplicate `deploy.order` entries)
|
|
643
655
|
- `Invalid deploy.order in <source>: every entry must be an environment name string; found <entry>.`
|
|
644
656
|
- `Invalid deploy configuration in <source>: cannot order environment "<env>". Set deploy.order (environments listed lowest first, e.g. ["dev","staging","production"]) so Lisa knows the promotion order.`
|
|
@@ -641,9 +641,21 @@ configured surfaces (`deploy.branches`, the configured done map,
|
|
|
641
641
|
configured spelling. When both spellings appear they are distinct environments
|
|
642
642
|
and no aliasing occurs. No other alias exists.
|
|
643
643
|
|
|
644
|
+
**Materialized defaults are fallbacks.** `lisa sync` writes the full default
|
|
645
|
+
done map into config, so a configured done-map entry whose value is EXACTLY
|
|
646
|
+
the default table's value for that env is treated as a materialized fallback,
|
|
647
|
+
not operator intent — and it is invisible for ALL purposes: stripped before
|
|
648
|
+
the env-key union is computed, it never blocks the sole `prod` ↔ `production`
|
|
649
|
+
alias, never raises the done-without-branch error, and leaves the env exactly
|
|
650
|
+
as if it were unconfigured (so `branches.prod` beside a materialized
|
|
651
|
+
`production` entry still aliases to one prod rung). Only a value that DIFFERS
|
|
652
|
+
from the default is deliberate configuration: it participates in the union
|
|
653
|
+
(blocking the alias when it introduces the other spelling) and stays
|
|
654
|
+
protected by the error below.
|
|
655
|
+
|
|
644
656
|
**Error catalog** (verbatim):
|
|
645
657
|
|
|
646
|
-
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.`
|
|
658
|
+
- `Invalid deploy configuration in <source>: a done status ("<status>") is configured for environment "<env>", but deploy.branches has no "<env>" entry. Add deploy.branches.<env> (the git branch that deploys to <env>) or remove "<env>" from the done map.` (custom values only — default-identical entries fall back silently)
|
|
647
659
|
- `Invalid deploy.order in <source>: its environment names must exactly match the keys of deploy.branches. deploy.order has [<order-envs>]; deploy.branches has [<branch-envs>].` (also raised for duplicate `deploy.order` entries)
|
|
648
660
|
- `Invalid deploy.order in <source>: every entry must be an environment name string; found <entry>.`
|
|
649
661
|
- `Invalid deploy configuration in <source>: cannot order environment "<env>". Set deploy.order (environments listed lowest first, e.g. ["dev","staging","production"]) so Lisa knows the promotion order.`
|
|
@@ -96,7 +96,8 @@ forward cherry-picked down to the integration branch via a linked follow-up.
|
|
|
96
96
|
`deployStatusSync` is an optional machine-written config block (`tier`, `provisioned` ids,
|
|
97
97
|
`linearBinding: labels|states`, `verifiedAt`). The deploy ladder is `deploy.order` (else canonical
|
|
98
98
|
`dev < staging < production`) over `deploy.branches` joined with the tracker's env-keyed done map;
|
|
99
|
-
a configured done status whose env has no branch is a config error
|
|
100
|
-
|
|
99
|
+
a configured done status whose env has no branch is a config error — unless its value is exactly
|
|
100
|
+
the built-in default (a sync-materialized fallback, invisible everywhere: stripped before the
|
|
101
|
+
union, never blocking the alias) — and the sole `prod` ↔ `production` alias applies to the join.
|
|
101
102
|
|
|
102
103
|
Full reference: [reference/config-resolution.md](config-resolution-reference.mdc).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lisa-openclaw",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.294.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.
|
|
3
|
+
"version": "2.294.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.
|
|
3
|
+
"version": "2.294.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.
|
|
3
|
+
"version": "2.294.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.
|
|
3
|
+
"version": "2.294.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"
|
|
@@ -91,7 +91,8 @@ forward cherry-picked down to the integration branch via a linked follow-up.
|
|
|
91
91
|
`deployStatusSync` is an optional machine-written config block (`tier`, `provisioned` ids,
|
|
92
92
|
`linearBinding: labels|states`, `verifiedAt`). The deploy ladder is `deploy.order` (else canonical
|
|
93
93
|
`dev < staging < production`) over `deploy.branches` joined with the tracker's env-keyed done map;
|
|
94
|
-
a configured done status whose env has no branch is a config error
|
|
95
|
-
|
|
94
|
+
a configured done status whose env has no branch is a config error — unless its value is exactly
|
|
95
|
+
the built-in default (a sync-materialized fallback, invisible everywhere: stripped before the
|
|
96
|
+
union, never blocking the alias) — and the sole `prod` ↔ `production` alias applies to the join.
|
|
96
97
|
|
|
97
98
|
Full reference: [reference/config-resolution.md](../reference/config-resolution.md).
|