@codyswann/lisa 2.319.0 → 2.321.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/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +16 -4
- 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/.codex-plugin/skills/lisa-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -1
- package/plugins/lisa/skills/lisa-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/lisa/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/lisa/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/lisa/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/lisa/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -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-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/skills/lisa-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -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-secrets-access/scripts/surfaces.mjs +27 -10
- package/plugins/src/base/skills/lisa-setup-remote-env/SKILL.md +51 -2
- package/plugins/src/base/skills/lisa-setup-remote-env/assets/session-start.sh +30 -0
- package/plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs +376 -25
- package/plugins/src/base/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -1
- package/scripts/lisa-remote-env/session-start.sh +30 -0
- package/scripts/lisa-remote-env/setup.sh +69 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"upstream-evidence-manifest.d.ts","sourceRoot":"","sources":["../../src/core/upstream-evidence-manifest.ts"],"names":[],"mappings":"AACA,iFAAiF;AACjF,eAAO,MAAM,0BAA0B,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAgnEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAgjNjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -543,7 +543,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
543
543
|
"plugins/src/base/skills/lisa-secrets-access/scripts/read-secret-note.mjs": "1471d2108058f3059e242f9c71208c99fdbc212bde32de34b798eaa9a27ffbcc",
|
|
544
544
|
"plugins/src/base/skills/lisa-secrets-access/scripts/resolve-secret.mjs": "04ab89bc1f890526ba3b693cd3b022abc5a24e078b93c08fe7dfd586452b70b1",
|
|
545
545
|
"plugins/src/base/skills/lisa-secrets-access/scripts/rotate-secret.mjs": "f896ef08c53c9f6a859c4ddb527f7e765c542e1fd8bb198c6d75c8f260185669",
|
|
546
|
-
"plugins/src/base/skills/lisa-secrets-access/scripts/surfaces.mjs": "
|
|
546
|
+
"plugins/src/base/skills/lisa-secrets-access/scripts/surfaces.mjs": "da3fdf62b88f77c6c2ae09f5352797818813fccb0dafe551c801b58f25de2711",
|
|
547
547
|
"plugins/src/base/skills/lisa-secrets-access/scripts/validate-config.mjs": "4a5209cdc1344dc309d853d2a4197cf7eef786f0c4de4886847c731a28629522",
|
|
548
548
|
"plugins/src/base/skills/lisa-security-review/SKILL.md": "5a980eaf5efc4fcce66e75521ec5b1eda143a5b0d36e7157234a705dac94e3f5",
|
|
549
549
|
"plugins/src/base/skills/lisa-security-zap-scan/SKILL.md": "a5189442dbf970cc49fd089ab03c386c8a205b856e09501f6ad1966321e7e4b5",
|
|
@@ -559,11 +559,12 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
559
559
|
"plugins/src/base/skills/lisa-setup-linear/SKILL.md": "ec76f832a6df6f58b163f7f5ba6826ed2fcbddc91e44a8372e874858e4d0c518",
|
|
560
560
|
"plugins/src/base/skills/lisa-setup-notion/SKILL.md": "f5a1e9290789fd1c33675168d30461fb24a11c98a433ef777c1f536bc2f905ef",
|
|
561
561
|
"plugins/src/base/skills/lisa-setup-remote-aws/SKILL.md": "80fbf157f9c562c033886c25a99b37356602edd9e61cd2d492f339769ddcf97e",
|
|
562
|
-
"plugins/src/base/skills/lisa-setup-remote-env/SKILL.md": "
|
|
562
|
+
"plugins/src/base/skills/lisa-setup-remote-env/SKILL.md": "21de7c108a5f372d76416dfd3e2d229053d0d23c84fe88e646719a97405bd1e9",
|
|
563
|
+
"plugins/src/base/skills/lisa-setup-remote-env/assets/session-start.sh": "6e3871ec2f8d56b8ebb85376ebdd3956f3ed8fa4f7b278c2ed90ca9b8845897c",
|
|
563
564
|
"plugins/src/base/skills/lisa-setup-remote-env/assets/setup.sh": "a043074dd52e3f9b4b4a32bdd8b5eaa728160e5a0622a8a18388e6e26c7d25e3",
|
|
564
|
-
"plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": "
|
|
565
|
+
"plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": "5e79d25368ddbc51ab2d9616a921b6eaea0e7fbee65de74a404b7b880f54fd9e",
|
|
565
566
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs": "ff66d33ba41a068d09be18f81ac68988238c2afa1d4e3733ae906b73eea74324",
|
|
566
|
-
"plugins/src/base/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs": "
|
|
567
|
+
"plugins/src/base/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs": "82bc2a27a0a5afb2ff413a88365c619fd7f0eaada5de3ccabf2000938f0607a4",
|
|
567
568
|
"plugins/src/base/skills/lisa-setup-sonar/SKILL.md": "53fbd8acce4b5e47e88195a7b90d5be424fa6ef7ad872f52c50467c690664c3b",
|
|
568
569
|
"plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md": "031acb01195ae59010a65335da98d46a1d6080e749823d6f6d157938d9e96648",
|
|
569
570
|
"plugins/src/base/skills/lisa-spec-conformance/SKILL.md": "ed43ca160a8b4b6e8d226d459419f0c28f8036ba1b6d3c204255c965a3223c3b",
|
|
@@ -988,6 +989,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
988
989
|
"scripts/lisa-github-repo-settings.sh": "4afbccdfb08c62ba13afee42ec8561a28facf87c61f6f4b80000115328364d54",
|
|
989
990
|
"scripts/lisa-github-repo-setup.sh": "dc2f1c9d718aa34ba57161120d9319b5f78fe6b0b496d8e3c77226a08795aa36",
|
|
990
991
|
"scripts/lisa-github-rulesets.sh": "920a43ba268421b6fe55096062bd85850468bee9389f6006ad7c671010e7cccb",
|
|
992
|
+
"scripts/lisa-remote-env/session-start.sh": "6e3871ec2f8d56b8ebb85376ebdd3956f3ed8fa4f7b278c2ed90ca9b8845897c",
|
|
993
|
+
"scripts/lisa-remote-env/setup.sh": "a043074dd52e3f9b4b4a32bdd8b5eaa728160e5a0622a8a18388e6e26c7d25e3",
|
|
991
994
|
"scripts/lisa-update-local.sh": "c811f9e10dbcb38499a9791c1ae9051460b347051d04a1d2046925bab9a53c96",
|
|
992
995
|
"scripts/lisa-work-item.mjs": "acb359ed7a39150fd5e1e68f4c95144045e75d9d53b735da4a7a9271f063044e",
|
|
993
996
|
"scripts/migrate-deploy-order.sh": "77d909b4cbbfc05169a79168d7868600ea7f56f846feefb7d5121618c54800c3",
|
|
@@ -2178,6 +2181,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2178
2181
|
"plugins/lisa-agy/skills/lisa-setup-notion/SKILL.md": true,
|
|
2179
2182
|
"plugins/lisa-agy/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2180
2183
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
2184
|
+
"plugins/lisa-agy/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2181
2185
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2182
2186
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2183
2187
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -2592,6 +2596,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2592
2596
|
"plugins/lisa-copilot/skills/lisa-setup-notion/SKILL.md": true,
|
|
2593
2597
|
"plugins/lisa-copilot/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2594
2598
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
2599
|
+
"plugins/lisa-copilot/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2595
2600
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2596
2601
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2597
2602
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -2992,6 +2997,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2992
2997
|
"plugins/lisa-cursor/skills/lisa-setup-notion/SKILL.md": true,
|
|
2993
2998
|
"plugins/lisa-cursor/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2994
2999
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
3000
|
+
"plugins/lisa-cursor/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2995
3001
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2996
3002
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2997
3003
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -5024,6 +5030,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5024
5030
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-aws/agents/openai.yaml": true,
|
|
5025
5031
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
5026
5032
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/agents/openai.yaml": true,
|
|
5033
|
+
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
5027
5034
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
5028
5035
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
5029
5036
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -5600,6 +5607,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5600
5607
|
"plugins/lisa/skills/lisa-setup-remote-aws/agents/openai.yaml": true,
|
|
5601
5608
|
"plugins/lisa/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
5602
5609
|
"plugins/lisa/skills/lisa-setup-remote-env/agents/openai.yaml": true,
|
|
5610
|
+
"plugins/lisa/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
5603
5611
|
"plugins/lisa/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
5604
5612
|
"plugins/lisa/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
5605
5613
|
"plugins/lisa/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -6039,6 +6047,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6039
6047
|
"plugins/src/base/skills/lisa-setup-notion/SKILL.md": true,
|
|
6040
6048
|
"plugins/src/base/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
6041
6049
|
"plugins/src/base/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
6050
|
+
"plugins/src/base/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
6042
6051
|
"plugins/src/base/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
6043
6052
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
6044
6053
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -6537,6 +6546,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6537
6546
|
"scripts/lisa-github-repo-settings.sh": true,
|
|
6538
6547
|
"scripts/lisa-github-repo-setup.sh": true,
|
|
6539
6548
|
"scripts/lisa-github-rulesets.sh": true,
|
|
6549
|
+
"scripts/lisa-remote-env/session-start.sh": true,
|
|
6550
|
+
"scripts/lisa-remote-env/setup.sh": true,
|
|
6540
6551
|
"scripts/lisa-update-local.sh": true,
|
|
6541
6552
|
"scripts/lisa-work-item.mjs": true,
|
|
6542
6553
|
"scripts/migrate-deploy-order.sh": true,
|
|
@@ -7243,6 +7254,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7243
7254
|
"tests/unit/secrets/bootstrap-key-naming.test.ts": true,
|
|
7244
7255
|
"tests/unit/secrets/doctor-secrets.test.ts": true,
|
|
7245
7256
|
"tests/unit/secrets/remote-dispatch.test.ts": true,
|
|
7257
|
+
"tests/unit/secrets/remote-env-phases.test.ts": true,
|
|
7246
7258
|
"tests/unit/secrets/remote-env-skill-resolution.test.ts": true,
|
|
7247
7259
|
"tests/unit/secrets/remote-env-toolchain.test.ts": true,
|
|
7248
7260
|
"tests/unit/secrets/secrets-access-contract.test.ts": true,
|