@codyswann/lisa 2.338.5 → 2.340.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.
Files changed (78) hide show
  1. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  2. package/dist/core/upstream-evidence-manifest.js +20 -2
  3. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  4. package/package.json +1 -1
  5. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  6. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  7. package/plugins/lisa/.codex-plugin/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  8. package/plugins/lisa/.codex-plugin/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  9. package/plugins/lisa/.codex-plugin/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  10. package/plugins/lisa/.codex-plugin/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
  11. package/plugins/lisa/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  12. package/plugins/lisa/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  13. package/plugins/lisa/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  14. package/plugins/lisa/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
  15. package/plugins/lisa-agy/plugin.json +1 -1
  16. package/plugins/lisa-agy/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  17. package/plugins/lisa-agy/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  18. package/plugins/lisa-agy/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  19. package/plugins/lisa-agy/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
  20. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  21. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  22. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  23. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  24. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  26. package/plugins/lisa-copilot/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  27. package/plugins/lisa-copilot/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  28. package/plugins/lisa-copilot/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  29. package/plugins/lisa-copilot/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
  30. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  31. package/plugins/lisa-cursor/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  32. package/plugins/lisa-cursor/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  33. package/plugins/lisa-cursor/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  34. package/plugins/lisa-cursor/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
  35. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  36. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  37. package/plugins/lisa-expo-agy/plugin.json +1 -1
  38. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  41. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  42. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  43. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  46. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  47. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  48. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  51. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  52. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  53. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  56. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  57. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  58. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  61. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  62. package/plugins/lisa-rails-agy/plugin.json +1 -1
  63. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  66. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  67. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  68. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  71. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  72. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  73. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  75. package/plugins/src/base/skills/lisa-secrets-access/scripts/bootstrap-store.mjs +199 -0
  76. package/plugins/src/base/skills/lisa-secrets-access/scripts/prompt-secret.mjs +79 -0
  77. package/plugins/src/base/skills/lisa-secrets-access/scripts/providers.mjs +21 -3
  78. package/plugins/src/base/skills/lisa-secrets-access/scripts/surfaces.mjs +61 -3
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Ask an operator for a credential, without it appearing anywhere.
3
+ *
4
+ * The obvious alternatives all leave a copy behind:
5
+ *
6
+ * - **A command-line argument** is visible in `ps` to every process on the
7
+ * machine for as long as the call runs, and a shell records it in history.
8
+ * - **The clipboard** is worse than it looks. Raycast, Alfred, Maccy and every
9
+ * other clipboard manager persist history in plaintext, searchable, long
10
+ * after the paste — so a bootstrap routed through it outlives the operation
11
+ * in a database nobody thinks about. Reading it silently also takes whatever
12
+ * happens to be there, which is the wrong thing whenever the operator copied
13
+ * something else in between.
14
+ * - **Echoed input** puts it in the terminal scrollback, which is frequently
15
+ * logged.
16
+ *
17
+ * So: read from the tty with echo off, and never touch anything else.
18
+ * @module prompt-secret
19
+ */
20
+
21
+ import { execFileSync } from "node:child_process";
22
+ import { closeSync, openSync, readSync, writeSync } from "node:fs";
23
+
24
+ /**
25
+ * Whether a human can actually answer.
26
+ *
27
+ * Checked so an automated caller SKIPS the prompt rather than hanging on a
28
+ * read that will never return. A setup script blocked forever is worse than one
29
+ * that says what it could not do — the first looks like a slow install.
30
+ * @param {object} [io] Injected seams, for tests.
31
+ * @returns {boolean} True when stdin is a terminal.
32
+ */
33
+ export function canPrompt(io = {}) {
34
+ return Boolean(io.isTTY ?? process.stdin.isTTY);
35
+ }
36
+
37
+ /**
38
+ * Prompt for a secret with terminal echo disabled.
39
+ *
40
+ * Echo is turned off with `stty` and restored in a `finally`, because a caller
41
+ * that throws mid-read would otherwise leave the operator's terminal silently
42
+ * not echoing anything they type afterwards.
43
+ * @param {string} message Prompt to display.
44
+ * @param {object} [io] Injected seams, for tests.
45
+ * @returns {string} What was typed, trimmed.
46
+ */
47
+ export function promptSecret(message, io = {}) {
48
+ const run = io.run ?? execFileSync;
49
+ const open = io.open ?? openSync;
50
+ const read = io.read ?? readSync;
51
+ const close = io.close ?? closeSync;
52
+ const write = io.write ?? writeSync;
53
+
54
+ const tty = open("/dev/tty", "r+");
55
+ try {
56
+ write(tty, message);
57
+ // `stty` must be pointed at the descriptor the credential is READ from, not
58
+ // at this process's stdin. With "inherit" it configures whatever stdin
59
+ // happens to be: a pipe, where stty exits non-zero and this throws; or a
60
+ // different terminal, where echo stays on for the device the operator is
61
+ // typing into and the credential lands in their scrollback.
62
+ run("stty", ["-echo"], { stdio: [tty, "ignore", "ignore"] });
63
+ const buffer = Buffer.alloc(4096);
64
+ try {
65
+ const bytes = read(tty, buffer, 0, buffer.length, null);
66
+ return buffer.toString("utf8", 0, bytes).trim();
67
+ } finally {
68
+ // Zeroed rather than left for the collector: a 4 KiB buffer holding a
69
+ // bootstrap credential is exactly the page that ends up in a core dump.
70
+ buffer.fill(0);
71
+ run("stty", ["echo"], { stdio: [tty, "ignore", "ignore"] });
72
+ // The newline the operator typed was not echoed, so without this the next
73
+ // line of output starts halfway across the prompt.
74
+ write(tty, "\n");
75
+ }
76
+ } finally {
77
+ close(tty);
78
+ }
79
+ }
@@ -11,6 +11,8 @@
11
11
 
12
12
  import { execFileSync } from "node:child_process";
13
13
 
14
+ import { readBootstrapFile } from "./bootstrap-store.mjs";
15
+
14
16
  /**
15
17
  * A provider key becomes a shell variable name on materializing surfaces, so
16
18
  * only names valid in every POSIX-like shell are accepted. Anything else stays
@@ -129,13 +131,29 @@ export function bootstrapToken(bootstrap) {
129
131
  }
130
132
 
131
133
  /**
132
- * Read one value from the macOS keychain, treating absence as empty.
133
- * @param {string} key Keychain service name.
134
+ * Read one value from this machine's credential store, treating absence as
135
+ * empty.
136
+ *
137
+ * The `keychain` source names a role, not a macOS API: "wherever this machine
138
+ * keeps its bootstrap". On macOS that is the keychain. Elsewhere there is no
139
+ * store that can be assumed present — libsecret needs a daemon and a desktop
140
+ * session, which a server or container does not have — so it is a `0600` file,
141
+ * the same protection the materialized secrets file already relies on.
142
+ *
143
+ * Returning empty on the other platform, as this did before, meant a Linux
144
+ * machine could store a bootstrap and never read it back.
145
+ * @param {string} key Bootstrap variable name.
134
146
  * @returns {string} The value, or an empty string when unavailable.
135
147
  */
136
148
  function fromKeychain(key) {
137
- if (process.platform !== "darwin") return "";
138
149
  try {
150
+ // Inside the `try`, not before it. `readBootstrapFile` uses `readFileSync`,
151
+ // which throws on a permission error, on EISDIR, and when the file is
152
+ // removed between the existence check and the read. This function's
153
+ // contract is to return empty when the value is unavailable, and
154
+ // `bootstrapToken` has no handler — so a raw filesystem error would
155
+ // replace the curated "not found in: ..." message with a stack trace.
156
+ if (process.platform !== "darwin") return readBootstrapFile(key);
139
157
  return execFileSync(
140
158
  "security",
141
159
  ["find-generic-password", "-s", key, "-a", process.env.USER ?? "", "-w"],
@@ -81,6 +81,28 @@ export const SURFACES = {
81
81
  // recoverable; an absent one means the environment does not work.
82
82
  materializeAt: "both",
83
83
  },
84
+ // A container an operator builds and runs themselves — locally, or anywhere
85
+ // Lisa is not the one provisioning the host.
86
+ //
87
+ // It exists because `local` was standing in for it, and `local` is
88
+ // `materialized: false`. That default is right for a human at a keyboard: the
89
+ // provider CLI is authenticated, secrets resolve live, and writing them to
90
+ // disk would be a second copy to keep honest. A container has no keychain and
91
+ // dies with its filesystem, so the same default leaves it with the CLIs
92
+ // installed and nothing to authenticate them.
93
+ //
94
+ // The workaround was to claim `claude-web`, which materializes correctly and
95
+ // is a lie — it made a local container indistinguishable from a cloud session
96
+ // in every diagnostic and log.
97
+ //
98
+ // `setup` rather than `both`: a container has no session-start hook to run,
99
+ // and it is started fresh rather than resumed from a vendor's cache, so the
100
+ // start of the container IS the refresh.
101
+ container: {
102
+ materialized: true,
103
+ mayWriteValues: true,
104
+ materializeAt: "setup",
105
+ },
84
106
  };
85
107
 
86
108
  /** Config defaults when `.lisa.config.json` carries no `secrets` block. */
@@ -187,17 +209,49 @@ export function readConfig(cwd = process.cwd(), env = process.env) {
187
209
  throw new Error(`.lisa.config.json is not readable: ${err.message}`);
188
210
  }
189
211
  if (!cfg) return withSurface(DEFAULTS);
212
+ const provider = cfg.provider ?? DEFAULTS.provider;
213
+ const namespace = assertNamespace(cfg.namespace ?? DEFAULTS.namespace);
190
214
  return withSurface({
191
- provider: cfg.provider ?? DEFAULTS.provider,
192
- bootstrap: { ...DEFAULTS.bootstrap, ...(cfg.bootstrap ?? {}) },
215
+ provider,
216
+ bootstrap: resolveBootstrap(cfg.bootstrap, provider, namespace),
193
217
  require: cfg.require ?? null,
194
218
  rotating: cfg.rotating ?? [],
195
- namespace: assertNamespace(cfg.namespace ?? DEFAULTS.namespace),
219
+ namespace,
196
220
  narrow: { ...DEFAULTS.narrow, ...(cfg.narrow ?? {}) },
197
221
  surface: cfg.surface ?? null,
198
222
  });
199
223
  }
200
224
 
225
+ /**
226
+ * Fill in the bootstrap block a project did not spell out.
227
+ *
228
+ * Both defaults exist because a token stored on the machine was going unread.
229
+ *
230
+ * **The key** follows the same convention the repo-less path uses,
231
+ * `<PROVIDER_VAR>_<namespace>`, so a machine provisioned once serves every
232
+ * project of that tenant without each restating the name. A project that sets
233
+ * one keeps it: a name that is not derivable is a legitimate choice, and
234
+ * overriding it would point sessions at a variable nobody set.
235
+ *
236
+ * **The sources** gain `keychain` because `["env"]` alone meant a token in the
237
+ * OS keychain was never consulted — so the machine setup appeared to work and
238
+ * every project still failed until someone hand-edited its config. Env stays
239
+ * first, so a CI runner injecting the bootstrap never reaches for a local store.
240
+ * On a platform with no keychain the extra source reads as empty and costs
241
+ * nothing.
242
+ * @param {object|undefined} bootstrap The project's own block, if any.
243
+ * @param {string} provider Resolved provider name.
244
+ * @param {string} namespace Resolved namespace.
245
+ * @returns {{sources: string[], key: string|null}} The resolved block.
246
+ */
247
+ function resolveBootstrap(bootstrap, provider, namespace) {
248
+ const given = bootstrap ?? {};
249
+ return {
250
+ sources: given.sources ?? ["env", "keychain"],
251
+ key: given.key ?? bootstrapKeyFor(provider, namespace),
252
+ };
253
+ }
254
+
201
255
  /**
202
256
  * Build a configuration from the environment, for sessions with no checkout.
203
257
  *
@@ -243,6 +297,10 @@ function fromEnvironment(env) {
243
297
  // name. Hardcoding it told a Doppler tenant to set BWS_ACCESS_TOKEN_<ns>,
244
298
  // which its CLI has never heard of — on the one surface that has no
245
299
  // config file to override the guess.
300
+ // Same two defaults as a project config gets, for the same reasons —
301
+ // see `resolveBootstrap`. Stated here too because this path never reads
302
+ // a file, so it cannot inherit them.
303
+ sources: ["env", "keychain"],
246
304
  key:
247
305
  env.LISA_BOOTSTRAP_KEY ??
248
306
  env.LISA_SECRETS_BOOTSTRAP_KEY ??
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Expo and React Native-specific skills, agents, rules, and MCP servers.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-expo",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Expo/React Native-specific skills, agents, rules, and MCP servers",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Harper/Fabric-specific Lisa rules for TypeScript component apps.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-harper-fabric",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Harper/Fabric-specific rules for TypeScript component apps",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "NestJS-specific skills and migration write-protection hooks.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-nestjs",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "NestJS-specific skills (GraphQL, TypeORM) and hooks (migration write-protection)",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-openclaw",
3
- "version": "2.338.5",
3
+ "version": "2.340.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.338.5",
3
+ "version": "2.340.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.338.5",
3
+ "version": "2.340.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.338.5",
3
+ "version": "2.340.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.338.5",
3
+ "version": "2.340.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-phaser",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-phaser",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Phaser 4 game-development rules for TypeScript projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Ruby on Rails-specific skills and hooks for RuboCop and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-rails",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Ruby on Rails-specific hooks — RuboCop linting/formatting and ast-grep scanning on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "TypeScript-specific hooks for formatting, linting, and ast-grep scanning on edit.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-typescript",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "TypeScript-specific hooks — Prettier formatting, ESLint linting, ast-grep scanning, and error-suppression blocking on edit",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "Distributable LLM Wiki kernel — ingest, query, lint, and maintain a git-native markdown knowledge base across Claude and Codex.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-wiki",
3
- "version": "2.338.5",
3
+ "version": "2.340.0",
4
4
  "description": "LLM Wiki — a distributable, git-native markdown knowledge base for Claude Code and Codex",
5
5
  "author": {
6
6
  "name": "Cody Swann"