@codyswann/lisa 2.319.0 → 2.320.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 +12 -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 +39 -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 +252 -20
- 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 +39 -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 +252 -20
- 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 +39 -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 +252 -20
- 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 +39 -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 +252 -20
- 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 +39 -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 +252 -20
- 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 +39 -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 +252 -20
- package/plugins/src/base/skills/lisa-setup-remote-env/scripts/verify-remote-env.mjs +56 -1
|
@@ -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,CA4mEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CA8iNjE,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": "91c5d4dbc513b642e9da304425501ca6802f28c8059135e8ccc6ca0200060ee9",
|
|
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": "d63a47cbf5ca4875c2d0e173943dd36a4c95db5b5ff994e1267d00b251277b57",
|
|
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",
|
|
@@ -2178,6 +2179,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2178
2179
|
"plugins/lisa-agy/skills/lisa-setup-notion/SKILL.md": true,
|
|
2179
2180
|
"plugins/lisa-agy/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2180
2181
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
2182
|
+
"plugins/lisa-agy/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2181
2183
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2182
2184
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2183
2185
|
"plugins/lisa-agy/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -2592,6 +2594,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2592
2594
|
"plugins/lisa-copilot/skills/lisa-setup-notion/SKILL.md": true,
|
|
2593
2595
|
"plugins/lisa-copilot/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2594
2596
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
2597
|
+
"plugins/lisa-copilot/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2595
2598
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2596
2599
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2597
2600
|
"plugins/lisa-copilot/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -2992,6 +2995,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2992
2995
|
"plugins/lisa-cursor/skills/lisa-setup-notion/SKILL.md": true,
|
|
2993
2996
|
"plugins/lisa-cursor/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
2994
2997
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
2998
|
+
"plugins/lisa-cursor/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
2995
2999
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
2996
3000
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
2997
3001
|
"plugins/lisa-cursor/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -5024,6 +5028,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5024
5028
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-aws/agents/openai.yaml": true,
|
|
5025
5029
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
5026
5030
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/agents/openai.yaml": true,
|
|
5031
|
+
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
5027
5032
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
5028
5033
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
5029
5034
|
"plugins/lisa/.codex-plugin/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -5600,6 +5605,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5600
5605
|
"plugins/lisa/skills/lisa-setup-remote-aws/agents/openai.yaml": true,
|
|
5601
5606
|
"plugins/lisa/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
5602
5607
|
"plugins/lisa/skills/lisa-setup-remote-env/agents/openai.yaml": true,
|
|
5608
|
+
"plugins/lisa/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
5603
5609
|
"plugins/lisa/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
5604
5610
|
"plugins/lisa/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
5605
5611
|
"plugins/lisa/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -6039,6 +6045,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6039
6045
|
"plugins/src/base/skills/lisa-setup-notion/SKILL.md": true,
|
|
6040
6046
|
"plugins/src/base/skills/lisa-setup-remote-aws/SKILL.md": true,
|
|
6041
6047
|
"plugins/src/base/skills/lisa-setup-remote-env/SKILL.md": true,
|
|
6048
|
+
"plugins/src/base/skills/lisa-setup-remote-env/assets/session-start.sh": true,
|
|
6042
6049
|
"plugins/src/base/skills/lisa-setup-remote-env/assets/setup.sh": true,
|
|
6043
6050
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/setup-remote-env.mjs": true,
|
|
6044
6051
|
"plugins/src/base/skills/lisa-setup-remote-env/scripts/toolchain.mjs": true,
|
|
@@ -7243,6 +7250,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7243
7250
|
"tests/unit/secrets/bootstrap-key-naming.test.ts": true,
|
|
7244
7251
|
"tests/unit/secrets/doctor-secrets.test.ts": true,
|
|
7245
7252
|
"tests/unit/secrets/remote-dispatch.test.ts": true,
|
|
7253
|
+
"tests/unit/secrets/remote-env-phases.test.ts": true,
|
|
7246
7254
|
"tests/unit/secrets/remote-env-skill-resolution.test.ts": true,
|
|
7247
7255
|
"tests/unit/secrets/remote-env-toolchain.test.ts": true,
|
|
7248
7256
|
"tests/unit/secrets/secrets-access-contract.test.ts": true,
|