@codyswann/lisa 3.14.0 → 3.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/all/copy-overwrite/scripts/lisa-destructive-guard.mjs +3 -0
- package/all/copy-overwrite/scripts/lisa-enforcement-fallback.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh +3 -0
- package/all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh +3 -0
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +151 -0
- package/dist/core/lisa-owned-hash-ledger.js.map +1 -1
- package/dist/core/lisa-owned-templates.d.ts +40 -6
- package/dist/core/lisa-owned-templates.d.ts.map +1 -1
- package/dist/core/lisa-owned-templates.js +47 -10
- package/dist/core/lisa-owned-templates.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +33 -29
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/copy-overwrite/.easignore.extra +3 -0
- 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-agy/plugin.json +1 -1
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -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/rails/copy-overwrite/.rubocop.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-find-by-sql-without-params.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-params-without-permit.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-raw-sql-in-where.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-skip-before-action-without-scope.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-unsafe-send.yml +3 -0
- package/rails/copy-overwrite/ast-grep/rules/ruby/no-update-columns.yml +3 -0
- package/rails/copy-overwrite/config/initializers/version.rb +2 -0
- package/rails/copy-overwrite/lefthook.yml +3 -0
- package/rails/copy-overwrite/scripts/check-threshold-ratchet.mjs +3 -0
- package/rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs +3 -0
- package/rails/copy-overwrite/scripts/threshold-ratchet-families.mjs +3 -0
- package/scripts/build-plugins.sh +23 -7
- package/scripts/generate-lisa-owned-hash-ledger.mjs +18 -12
- package/scripts/materialize-copy-overwrite.mjs +163 -0
- package/typescript/copy-overwrite/.github/GITHUB_ACTIONS.md +3 -0
- package/typescript/copy-overwrite/ast-grep/rules/no-inline-component-in-container.yml +3 -0
- package/typescript/copy-overwrite/ast-grep/rules/no-inline-component-in-view.yml +3 -0
- package/typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs +3 -0
- package/typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs +3 -0
- package/typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs +3 -0
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
3
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
4
|
+
|
|
2
5
|
# PreToolUse hook: refuse agent writes to the session-instruction files.
|
|
3
6
|
#
|
|
4
7
|
# `AGENTS.md`, `CLAUDE.md`, and `.github/copilot-instructions.md` are the files
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
3
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
4
|
+
|
|
2
5
|
# PreToolUse hook for Bash: blocks commands that bypass git's verification hooks.
|
|
3
6
|
# Bypassing pre-commit/pre-push hooks (which exist for a reason) is blocked in
|
|
4
7
|
# all of its forms; the fix is to address the underlying issue, not silence the
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
3
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
4
|
+
|
|
2
5
|
# PreToolUse hook for Bash: blocks structural JSON parsing with text tools.
|
|
3
6
|
# Text tools (grep/sed/cut/awk) break on valid JSON — multiline values, escaped
|
|
4
7
|
# quotes, reordered keys, nested objects — producing silently wrong output
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
+
# This file is managed by Lisa and IS replaced on each `lisa` run.
|
|
3
|
+
# Do not edit directly — durable changes belong upstream in Lisa.
|
|
4
|
+
|
|
2
5
|
# PreToolUse hook for Bash: a safety net that blocks destructive shell commands
|
|
3
6
|
# before they run. Lisa-native reimplementation of the upstream
|
|
4
7
|
# `safety-net@cc-marketplace` plugin's PreToolUse Bash-guard (parity work,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lisa-owned-hash-ledger.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-hash-ledger.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,EAAE,QAAQ,CAC3C,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"lisa-owned-hash-ledger.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-hash-ledger.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,EAAE,QAAQ,CAC3C,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CA4QjC,CAAC"}
|
|
@@ -8,6 +8,131 @@
|
|
|
8
8
|
* `src/core/lisa-owned-provenance.ts`.
|
|
9
9
|
*/
|
|
10
10
|
export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
11
|
+
"scripts/bdd-matrix.mjs": Object.freeze([
|
|
12
|
+
"4173a1c18d34285ab645314e0a99944f8baa02ae2632264b850c727347c8a836",
|
|
13
|
+
"519273668f08db7c14053ba1f25830e4cbb6e34ddf11f06264e72d0f7a80b98d",
|
|
14
|
+
"c2ae09e979cb60c5accf108650f1356614018549db4eb4aee1c6191d069a8313",
|
|
15
|
+
"f510e7e4484cd4f6182afab72f412ff9e8db458b18b96403ec1c0bd672f1dd51",
|
|
16
|
+
]),
|
|
17
|
+
"scripts/bdd/baseline.mjs": Object.freeze([
|
|
18
|
+
"12503dd325bbfe95f4f4f7fc9d8284d78210d0f54fa75c9af774b42f20495fe0",
|
|
19
|
+
"630df2cbb6613534f755d3de1efbb6390a1c1dab5694d97f0ca09b8b7422881c",
|
|
20
|
+
"77394187362d95043e448dd27f28afc115dfc6580330dd2338afa7b33de3d31e",
|
|
21
|
+
"96f6a295bad34c0b52f7f667640243a462cb745998768c21a192c74d1a96dd34",
|
|
22
|
+
"dd48f24536fd36c56e8e6dc3c192f8862f3aa7dfef0e46db4f55205c1ee2b1ec",
|
|
23
|
+
]),
|
|
24
|
+
"scripts/bdd/contract.mjs": Object.freeze([
|
|
25
|
+
"0cbbc0801c6d5fddf030205b18bc6b4d133b0fac7abaf7af19072e8bc83e21ad",
|
|
26
|
+
"7366f56fb66f609b17438f3b2b89d0a45aaf012886278b38b0744e69955fa5cc",
|
|
27
|
+
"d4dd79f24f64d8bd29352582433356b2b67fcca4fcfc4e4b253efa70bccd08be",
|
|
28
|
+
"d8a418d655d4a14d4d3287518b8d678cb410b7f08e38a60cf0dbf30b2e796973",
|
|
29
|
+
]),
|
|
30
|
+
"scripts/bdd/discover.mjs": Object.freeze([
|
|
31
|
+
"2e5aade29ad47b4924d446e168631f4296d5e4f92b2daedbc2b6d9e9bf241eaf",
|
|
32
|
+
"820e8a869a0b46fc11461a655bb82f0c8c60f5b46005fbff48e5d19930d7d25a",
|
|
33
|
+
"d19b92e3f48bdc213c232175cd3021759080d635326e9675969976c0564d7676",
|
|
34
|
+
]),
|
|
35
|
+
"scripts/bdd/envelope.mjs": Object.freeze([
|
|
36
|
+
"1f975f147900622019b20a724b4f5c7309b006a3f84385db414a4effcc475261",
|
|
37
|
+
"2b44e2baffd2bde541c95ed267f4a6962b421e3e7d2723d5f4660f8829c19645",
|
|
38
|
+
"7bb2aa5dbe49fa97d3f14e5400fef3f76e0fd99ab74e88d568a3d037c94c601d",
|
|
39
|
+
"ab3c9520be5c4c630ec3b6c8489015f24f97888c8687dde108865bbcff93efdb",
|
|
40
|
+
]),
|
|
41
|
+
"scripts/bdd/parse.mjs": Object.freeze([
|
|
42
|
+
"18afb534f85c904af5da32e4dc0b48e4d2a89895a2866b60a544a790ce8b7afb",
|
|
43
|
+
"53eb89417516f3125a879076a31d50e3738e21163367d475532274fbb41c732e",
|
|
44
|
+
"d1bf74b01388d107e6869b90a3d1e1d2c03da8124cb2cc14f9cf6d64e2b00ce8",
|
|
45
|
+
"d6866a422d841cef291dea931424af4e0799be34d19f6817adba28e31972ac4f",
|
|
46
|
+
]),
|
|
47
|
+
"scripts/bdd/render.mjs": Object.freeze([
|
|
48
|
+
"4678673c39b9f1aeeffc27265804566becb8373d47757d1ba8e28bdd0da21662",
|
|
49
|
+
"46fa8e969dce9d243e7c97fc04f70ec457ba0d6426ace822420811eb944fa815",
|
|
50
|
+
"47a5adb9fc607e5d330c246218d0b043be14a8527c7ba198b222df03fd96672a",
|
|
51
|
+
"c3cb36a6b3cf5771f5813cdd22f8273aa367c9de663ed1724c1fb3c59f2fbae9",
|
|
52
|
+
"c900d5be3b4692bc7f2252f1461b0db987d300f99817ad83466428c530da4fce",
|
|
53
|
+
"fa4f51fbb3a0517c4813c4a0dc9edde26d402efa115420cc251aaed7b5dfd5f3",
|
|
54
|
+
]),
|
|
55
|
+
"scripts/bdd/report.mjs": Object.freeze([
|
|
56
|
+
"30a7c3471611e740f62f544e613a2ecf095946e7f70c752f62fa51ac58949822",
|
|
57
|
+
"41d9b085f9b593c77d9cd1be91d55cdff2440de233dcf8a6baac5574a68e1641",
|
|
58
|
+
"4a07425197ddbcc53052a334354325c5d6b1880d586a02c176362bfb5c826a2a",
|
|
59
|
+
"7c49bf1f430e32f7c2ac1fd90162293e928fe4fdf48db4cb5c8e3266187aac4e",
|
|
60
|
+
"effb76f834032e5a21e631134a1fb38a08382dcb1db5da2c57fc28aeebe6fb56",
|
|
61
|
+
]),
|
|
62
|
+
"scripts/bdd/validate.mjs": Object.freeze([
|
|
63
|
+
"564e128ba1fc804861598baf509e2e13ec688bb99df9612b1aea3434ed9412a6",
|
|
64
|
+
"82e89c8af789705cb992768510d1c23f84471bbca3028b3a07b577f10cfb26bf",
|
|
65
|
+
"afb8dd052733a5f83e6d004eac3437783a707c08810ba9cc65138d898aff83e2",
|
|
66
|
+
"fa0c379c9ecab9ee2069f2ee41c1971f127b0a859647f911eaa707eb294a93e7",
|
|
67
|
+
]),
|
|
68
|
+
"scripts/bdd/waivers.mjs": Object.freeze([
|
|
69
|
+
"4a918db61b6bdf3a23cf14c5cebdee88259964c60e4c5869abfebb7d743b181c",
|
|
70
|
+
"4b62574a0d59476f050c704888e114ce7baae6c996bb3a2b043c168f74823490",
|
|
71
|
+
"4b9ebf80100f478cc5e06d50b4d672ad08ec77a3746a7a109a74e1daf71a55b7",
|
|
72
|
+
]),
|
|
73
|
+
"scripts/check-bdd-coverage.mjs": Object.freeze([
|
|
74
|
+
"13db95d2ed8bce81acfb4fdfd9adb195a60818952393268f6a269dbaa6e62d66",
|
|
75
|
+
"36eb042310a754b67b5e4cfcd35bfb8f8fbed132e51b7daf6128ce03d987ac87",
|
|
76
|
+
"98fa86e5987e7384c7fd23baa435f86830fb432424134bb7d8141c005af9167b",
|
|
77
|
+
"9ef2ef274602bf49ef5346b55ec95be575e3989e5c19e5c2b566d668ce0fd3ba",
|
|
78
|
+
"d8448a5ad476eb8ad51aa3a6ee5ff90aded974a0ea426682f25df5482d2b279d",
|
|
79
|
+
"fbfe26bf9a03da7b71a3cb9e2e5125ddb2897aa2a40e94fd4988cd5f606c32c5",
|
|
80
|
+
"ff8d1146f7829ad1e86636c3a4c076a26612a9978b25c343e7bb462eca20c882",
|
|
81
|
+
]),
|
|
82
|
+
"scripts/check-e2e-coverage.mjs": Object.freeze([
|
|
83
|
+
"1b67cdc161191e9b2c51cef37ae864e57b2411d06df81bc5b8facff53c214f83",
|
|
84
|
+
"2b89c884e55f5736f26c00866ecfcece8120ff83c03ffce8bbc60e6438d02404",
|
|
85
|
+
"30cf7d860ecd3b838b8608f38da10fcddb4e7e90a0867438f411d68346a5f129",
|
|
86
|
+
"3c45d8239708da62e9dd564909b1702c141d88c8a5dd453c67a0eca145b9d0f3",
|
|
87
|
+
"880f37a8cc95ed051d7cfbdd4560d3e01cc99b1b9d01631681cadf0e33d37bd2",
|
|
88
|
+
"9d570347fb1177be2381fe3f119882762be08a1a23c0a9486bdf5a6a97e02b5b",
|
|
89
|
+
"d7134b5f05ec93ce15d8d195f47bb79b346a5e9beec49dce3fd55b8a8e80e8e8",
|
|
90
|
+
]),
|
|
91
|
+
"scripts/check-nightly-e2e-health.mjs": Object.freeze([
|
|
92
|
+
"1c79ec49e5f4a3bba700bc1d97e9fc0f4f1799dec3acdf2bed5e3e5b866a0efd",
|
|
93
|
+
"3810fdea24d361f20895113f32d241f54d7194f4f3e3daba4dad01a941bbb230",
|
|
94
|
+
"38900cd4c9bb33ff26ff10e82cb928cb4b0a7fa10bc614c9c30d4860d2c0d017",
|
|
95
|
+
"5e64dad2e2ee08fabd99398c957cbe4dfc3b0a7243aae424c8e83f29283e503c",
|
|
96
|
+
"c1e4bf2287982c9814f168a13f66792c013f557a6028adbc8110ee4214cecf15",
|
|
97
|
+
"ce972e90c4a63a32b5753317c90eab56e7c4534f02132733a0e824a80dde7434",
|
|
98
|
+
"e497015ea207f43492dcb8a32918066ff061588af71c684531f38dbc1f2ed89c",
|
|
99
|
+
"effd213d5a8b6b5e424262ef8ff45f5927295926692bf2ceafd89084445845fe",
|
|
100
|
+
"f25be9368af95dba5a5ce9891e582d5c1fc04ffca9f31cbbd28bc061154e7605",
|
|
101
|
+
]),
|
|
102
|
+
"scripts/check-skipped-required-checks.mjs": Object.freeze([
|
|
103
|
+
"0a8b14790f38e00e5abfc665d3e3d2c29e0a139a2a22c4a65e0c08547b42fb7f",
|
|
104
|
+
"1bcd3f065465731df4eb02b93b73a0162d287e365ed1a396138d97d71d403b31",
|
|
105
|
+
"48d3fa3043e144bcf52feb0e20db887d75c7ebda3b1fa708fe93f6554f6bec78",
|
|
106
|
+
"86de31fbda9dd26a938bf30846c5fc70744cf199df7d475a35f3f25dbc0f7c2f",
|
|
107
|
+
"86e9df17ea11fe0cd11d54f7fd60f016338e7fe28cdd4b07fab3b0b064b64ffb",
|
|
108
|
+
"8eaac3ea96d92b55c418877c1fe338a7c0b3a8f48ef3593258f54a633f761c85",
|
|
109
|
+
"e4a9d255c74a7ddeac3db5fdf47b5c5f8110f49f63576983d7e4ffe23e4a631b",
|
|
110
|
+
]),
|
|
111
|
+
"scripts/check-state-classification.mjs": Object.freeze([
|
|
112
|
+
"94dc98e0bbfcf8d43cba035d4805a1c5d61a3a0db88faa791e8e06e34e741f46",
|
|
113
|
+
"ac539349c86a7b5b0083ec0e6aaf0eb4c3e40fbd4dc31511c6460a2bad7af9a5",
|
|
114
|
+
]),
|
|
115
|
+
"scripts/check-threshold-ratchet.mjs": Object.freeze([
|
|
116
|
+
"04f660131bf50864239eb09cbf4d9555e53921254f6ab45ff2b85c173e160901",
|
|
117
|
+
"1e46e6ca651e87e7814a4f486af5784ed2f7a8a48eadcaa7d3fef26e380929f9",
|
|
118
|
+
"46b7c2213112306af9702c910a9bcf485ea0b46154e46f0afe8fb8b5b0ba6c08",
|
|
119
|
+
"49dee610439f4f21aecb0420a0cc72f5d3595a36f2489970053096190b9909c4",
|
|
120
|
+
"6da00221189ed0f8a2938f15e02bcc2633d44f5f05489979fbb94202bc45a6d4",
|
|
121
|
+
"e1e3f22b33267212b90f915f83821559d1a45cab5b16c7164b86bd6c7b53549b",
|
|
122
|
+
]),
|
|
123
|
+
"scripts/check-verification-coverage.mjs": Object.freeze([
|
|
124
|
+
"3c037e2f0d2c7ae48d3b8c798522847910daef671a787393997fc71107cc7ead",
|
|
125
|
+
"3c1d27d0668fc66a18cb014f2b607878f0a88c178a773fbe964b8e46b19e86d6",
|
|
126
|
+
"432a84eea2370bbaf8af01f2850f2b5a8fff355a869551425c5667548fc7508d",
|
|
127
|
+
"a1345fa793e0883ce57626a33575c124b42cc7d4aca1733793ecdcbfdbff4c16",
|
|
128
|
+
"c6a18edfd744cfc68d83c7ac35971d69f55bcaae82fe0eaf70fea44174df1401",
|
|
129
|
+
"c6e19b27e495f23022633c8226577ce7834fb1ae162d57daba02b4a30614a82e",
|
|
130
|
+
"fb306a2793489219483fabc4f084fba5fa2db73269b683ea8661cf490c7866ea",
|
|
131
|
+
]),
|
|
132
|
+
"scripts/classify-maestro-failures.mjs": Object.freeze([
|
|
133
|
+
"7c550e8af431293b6b8d7ca2cfd777a07ec798fd3880275d8c12f7423d4d168b",
|
|
134
|
+
"aadb773bfb994e754cfdf576f59d4bfe020184b21953908d40049ddfe3a93fc1",
|
|
135
|
+
]),
|
|
11
136
|
"scripts/lisa-clean-git-env.sh": Object.freeze([
|
|
12
137
|
"d15af6f13eedbca41046070972380e69fc0af8f7d903aac12b8644389b9a0c91",
|
|
13
138
|
"e7121a0ee9e1bf7c01cd2ab55f563dd6d9ab75990739bb6ddf571a513efa10e9",
|
|
@@ -20,10 +145,12 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
20
145
|
]),
|
|
21
146
|
"scripts/lisa-destructive-guard.mjs": Object.freeze([
|
|
22
147
|
"4fb431a3c58f443e303d613934d023d9e95ddae5c42710bb7009f7c080c82a64",
|
|
148
|
+
"66ade2c9cc0554c4934ed94a44563fd9d648b37cacfa9a5d31f17ac4f181e5a3",
|
|
23
149
|
]),
|
|
24
150
|
"scripts/lisa-enforcement-fallback.sh": Object.freeze([
|
|
25
151
|
"1bec5f3c284b3febdc471487ee6a23ffb72bd4e7b293f9e26b0188f32318c722",
|
|
26
152
|
"3049c2f1051c7c02dd60b62355964651e1565ebe6bdcb5e37634cd686cf1deb1",
|
|
153
|
+
"68e1b78d5d4471fadbe2eb575ae46221838217290123a9910d76dba0f1c34131",
|
|
27
154
|
"8dc942ac4edc2017d6b8277296c8f80542e7c024eef1bb65de609979d0ca9a0e",
|
|
28
155
|
"9cab71562d01421d57c6719318a4d03a6249a45c1aea434db3ff26e3065eeb66",
|
|
29
156
|
"d7d88e44763694bed5eae998cd3663922c957e49f9f9621d9201f0417a4128ad",
|
|
@@ -39,8 +166,10 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
39
166
|
"60a4f94ec671b2372f7492680ab327d97aff686588ce85791f54e0fbd098b0ca",
|
|
40
167
|
"73e94b73830d8961026947d99bf4ac5f959b5bca025203b913d8a6363cbe2b9f",
|
|
41
168
|
"847dfca48823a495fc3de47dfdb4b26e49d6808c6570c46d024a99793df1d370",
|
|
169
|
+
"8d1f04ef5c5da9db9190e22b37a435e118e39d6e7deafc5402b4593c8e9db2b2",
|
|
42
170
|
]),
|
|
43
171
|
"scripts/lisa-hooks/block-instruction-file-edits.sh": Object.freeze([
|
|
172
|
+
"3e709e1ec8a5843c00684bc477ad32ddab2c5fdb11f71d5aeec0c49609eaf025",
|
|
44
173
|
"6f52076e3488821d638b6dd45b5faca527d92b181cc12e6e5033859e0786c8a7",
|
|
45
174
|
"850cfc23852eb752114ae1e938a1c7bcf34bc50c85d3aaca0c02311cc8c0ef70",
|
|
46
175
|
"8996e0bcbf1db085a5d99734e797c91f5025997bd967bc374efff8348dac14c2",
|
|
@@ -55,6 +184,7 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
55
184
|
"3b93a0affab6413e3c14a6f43de5acb586286ed1819ece0a66b30429b4d00490",
|
|
56
185
|
"3ff7255f395a9552366faaac34d383f4c95fecfb39882cd1d57854356422fe61",
|
|
57
186
|
"7790a560850c9d38709dbaccdaa10733e632c1bd4d975cbec7e3cc5a8650b36a",
|
|
187
|
+
"83a8b8108654086afb6a6f23a8f09f9f041eb2cd4094c5531fa7ab1f75e873dc",
|
|
58
188
|
"a6ed91576efebb6ba40cfa4e9d8a3e8566314909210ae8d5860be62a3feb4cff",
|
|
59
189
|
"aa95a84f9f9224914947a09b858535aa8bd052199ff64cb53768cf78fb69b687",
|
|
60
190
|
"b9f299cb9d3ad75b71296376ae2c40eb207a3b2706dafdaa41fc586050a53aad",
|
|
@@ -63,6 +193,7 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
63
193
|
]),
|
|
64
194
|
"scripts/lisa-hooks/block-shell-json-parsing.sh": Object.freeze([
|
|
65
195
|
"1934a15e154fda3c2a40979a5cd6225661b14fe7bc77328a69ce499bea85dba7",
|
|
196
|
+
"234cb82cc9033bd04940a553d4ddc95b078e585e41777d6529d887676edc40b1",
|
|
66
197
|
"3b5f074f3ab5708030af507eea962389f3b067c5dbdc76580bd9e44d3ac6c603",
|
|
67
198
|
"90601e31603c440d8f19d213d63bfef8d18596c60f88cb6e28c93d12453c5c0c",
|
|
68
199
|
]),
|
|
@@ -72,6 +203,7 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
72
203
|
"1162ffd16cef3b23282d2f5207abcb88429462a74a9df1035f0df4968f6dd456",
|
|
73
204
|
"14fc5e292aebf83dd24fec12fb32e2beb509a9324f127a24a64d5c5d4d05c576",
|
|
74
205
|
"1bf3512bb94923a6cb25b1e7a619a3fc8e1336bffa16f499b459aaee3eaed66d",
|
|
206
|
+
"1d4fbe135f1bb4e861d286a6512ed201d4522250dfe3f9eba6584bc5ff166a95",
|
|
75
207
|
"388cf8847581d96a1ff8ea98290a33a5f96d67cdd502ea807a0b8d88efe90e19",
|
|
76
208
|
"64546813f168fb446f39e34bc674fd3af85b15bd5e7f4f6bf4503463e701a7b9",
|
|
77
209
|
"772202ddd42d626625ff719666afbbe83445d8bae1bc7c0fb5ffdcb402be83f8",
|
|
@@ -86,6 +218,7 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
86
218
|
"fa8f4a6517eacd9266feb7afd62398cdf2075d4824cac24b45bb64ad0cd18c86",
|
|
87
219
|
]),
|
|
88
220
|
"scripts/lisa-hooks/sonar-secrets.sh": Object.freeze([
|
|
221
|
+
"18e63683064305dab1200456896cbb9384ab35ee6bc51d3789ffbba46d1b1081",
|
|
89
222
|
"7a408788975a6351d53e14aa32bb9a5d161f33df9dfea59ba32784ae33a62e67",
|
|
90
223
|
"945453fb275a58aa7185e150e6b05e5810739750928ab5bd6edfbf87d1c8aa0d",
|
|
91
224
|
"bf4132e49ba18e2f7e941520c299c15aeeacfd220e489f3d2eb8397f2048157b",
|
|
@@ -117,11 +250,29 @@ export const LISA_OWNED_HASH_LEDGER = Object.freeze({
|
|
|
117
250
|
"fc0d92739e620d8fd70f7aa4a12d3e0b3a8f790d47c4a8322040f32c30b9445a",
|
|
118
251
|
"fe064a2bd11200ed256fb36e203978f858fccbcaf40708496c066383345900ef",
|
|
119
252
|
]),
|
|
253
|
+
"scripts/nightly-e2e-suites.schema.json": Object.freeze([
|
|
254
|
+
"a6041930ca4536f3a76e4f54976ff846ab575f5f07a2356722eedcb06795e684",
|
|
255
|
+
"ea9b2b4ab1d2a39d7b4eb8c841ccae576836678ca42bb40161d6af383e3e378c",
|
|
256
|
+
]),
|
|
120
257
|
"scripts/schemas/lisa-command-envelope.v1.schema.json": Object.freeze([
|
|
121
258
|
"d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
122
259
|
]),
|
|
123
260
|
"scripts/schemas/lisa-state-contract.v1.schema.json": Object.freeze([
|
|
124
261
|
"6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
125
262
|
]),
|
|
263
|
+
"scripts/threshold-ratchet-compare.mjs": Object.freeze([
|
|
264
|
+
"4535a145c5c5cbee13bdf970bc91d390a264043604e607288cdd6bf28de56192",
|
|
265
|
+
"67b5769dde341d06799c7a49c1fbcd46d92df1268177cc575e704e5a8a2d3096",
|
|
266
|
+
"8bc4b379d7057b2fecf9cb35820c39efad0a65df7df49073786f996cc2a74810",
|
|
267
|
+
"90affbeaed0d65c032dccfc0bd4a4b26eda291f6b61aa8b12599f41842452e0a",
|
|
268
|
+
"cf99167b05d210afad01fb41fc4aed548c66ee0e9a7c4decb8afa1f180eb5640",
|
|
269
|
+
]),
|
|
270
|
+
"scripts/threshold-ratchet-families.mjs": Object.freeze([
|
|
271
|
+
"8fa58cc7276add0b2edf1de92bdcc32d81d840811ef0614ddc724010b59a888c",
|
|
272
|
+
"93190f926689725418c1ec9eae15c55910b128cff6e3cb10185e466c7b90cc4f",
|
|
273
|
+
"db14245ed89b483912af287bdee917a7a921dc21bb29b49be37fc799c05c413f",
|
|
274
|
+
"f50e35d11295a836bd5b6d818aed6daea68ff70bdffbbdf9f67b09984a2628da",
|
|
275
|
+
"fee19c88c89eed5a2949dea42c4a4c794f04aabf0e36c71cdda70ffaaf2b17c9",
|
|
276
|
+
]),
|
|
126
277
|
});
|
|
127
278
|
//# sourceMappingURL=lisa-owned-hash-ledger.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lisa-owned-hash-ledger.js","sourceRoot":"","sources":["../../src/core/lisa-owned-hash-ledger.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAE/B,MAAM,CAAC,MAAM,CAAC;IAChB,+BAA+B,EAAE,MAAM,CAAC,MAAM,CAAC;QAC7C,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,mCAAmC,EAAE,MAAM,CAAC,MAAM,CAAC;QACjD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,oCAAoC,EAAE,MAAM,CAAC,MAAM,CAAC;QAClD,kEAAkE;KACnE,CAAC;IACF,sCAAsC,EAAE,MAAM,CAAC,MAAM,CAAC;QACpD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,mCAAmC,EAAE,MAAM,CAAC,MAAM,CAAC;QACjD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,iDAAiD,EAAE,MAAM,CAAC,MAAM,CAAC;QAC/D,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,oDAAoD,EAAE,MAAM,CAAC,MAAM,CAAC;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,uCAAuC,EAAE,MAAM,CAAC,MAAM,CAAC;QACrD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,gDAAgD,EAAE,MAAM,CAAC,MAAM,CAAC;QAC9D,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,yCAAyC,EAAE,MAAM,CAAC,MAAM,CAAC;QACvD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,qCAAqC,EAAE,MAAM,CAAC,MAAM,CAAC;QACnD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,2BAA2B,EAAE,MAAM,CAAC,MAAM,CAAC;QACzC,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,kCAAkC,EAAE,MAAM,CAAC,MAAM,CAAC;QAChD,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,4BAA4B,EAAE,MAAM,CAAC,MAAM,CAAC;QAC1C,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;QAClE,kEAAkE;KACnE,CAAC;IACF,sDAAsD,EAAE,MAAM,CAAC,MAAM,CAAC;QACpE,kEAAkE;KACnE,CAAC;IACF,oDAAoD,EAAE,MAAM,CAAC,MAAM,CAAC;QAClE,kEAAkE;KACnE,CAAC;CACH,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"lisa-owned-hash-ledger.js","sourceRoot":"","sources":["../../src/core/lisa-owned-hash-ledger.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,12 +13,46 @@
|
|
|
13
13
|
* the vulnerable guard, until someone deleted the files by hand so the create
|
|
14
14
|
* path would recreate them.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
16
|
+
* Ownership is recognised two ways, and the second exists because the first was
|
|
17
|
+
* not enough on its own.
|
|
18
|
+
*
|
|
19
|
+
* The original marker is the `lisa-` namespace in the path. Lisa names much of
|
|
20
|
+
* what it owns outright that way — `lisa-hooks/`, `lisa-enforcement-fallback.sh`,
|
|
21
|
+
* `lisa-work-item.mjs` — and its own skills and hooks invoke those by exact
|
|
22
|
+
* path, which is precisely why a host cannot meaningfully fork one in place.
|
|
23
|
+
*
|
|
24
|
+
* But a naming convention is a stand-in for a property, and a stand-in nobody
|
|
25
|
+
* enforces drifts. `scripts/check-state-classification.mjs` shipped without the
|
|
26
|
+
* segment, so refresh never looked at it: every adopter who already had the file
|
|
27
|
+
* was frozen on whatever version they first installed, at every version bump,
|
|
28
|
+
* while CI ran the frozen gate and passed. That is #2374's undeliverable-fix
|
|
29
|
+
* incident reoccurring through the very marker introduced to close it (#2551).
|
|
30
|
+
*
|
|
31
|
+
* It was never one file. Across the stack trees 21 shipped gates were frozen the
|
|
32
|
+
* same way, `check-bdd-coverage.mjs` among them — its fix for six ways the gate
|
|
33
|
+
* could report what it had not proven could reach nobody who already had it.
|
|
34
|
+
*
|
|
35
|
+
* So the second rule names the property directly: **`scripts/` is Lisa's
|
|
36
|
+
* enforcement tree.** Everything Lisa installs there is a gate or the machinery
|
|
37
|
+
* a gate calls, its content *is* the guard, and a host tunes those gates through
|
|
38
|
+
* config — `.lisa.config.json`, `*.thresholds.json`, workflow inputs — never by
|
|
39
|
+
* editing the checker. `check-threshold-ratchet.mjs` is the worked example: its
|
|
40
|
+
* human override is a `thresholdRatchet.allow` entry, not a local edit.
|
|
41
|
+
*
|
|
42
|
+
* Two things bound the widening, and both matter:
|
|
43
|
+
*
|
|
44
|
+
* - **Scope.** This predicate is only ever asked about destinations Lisa ships
|
|
45
|
+
* from a `copy-overwrite` tree — `CopyOverwriteStrategy` and doctor's
|
|
46
|
+
* `shippedByStack` are the only callers. A host's own `scripts/` files are not
|
|
47
|
+
* Lisa-managed paths and never reach it, and Lisa's `create-only` seeds under
|
|
48
|
+
* `scripts/` are placed by a strategy that never consults it.
|
|
49
|
+
* - **Proof.** Owning a file is permission to *consider* refreshing it, not to
|
|
50
|
+
* overwrite it. `classifyHostCopy` still has to prove the installed copy is
|
|
51
|
+
* behind, and a path with no ledger entry classifies `unenrolled`, which
|
|
52
|
+
* refresh reads as permission to overwrite. So enrolment in
|
|
53
|
+
* `LISA_OWNED_HASH_LEDGER` must widen in the same change as this predicate;
|
|
54
|
+
* widening one alone converts a frozen guard into a silent clobber, which is
|
|
55
|
+
* #2470's defect wearing this one's hat.
|
|
22
56
|
*
|
|
23
57
|
* A project that genuinely wants to hold its own version of one of these still
|
|
24
58
|
* can: `.lisaignore` is filtered before any strategy runs, and an ignored path
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lisa-owned-templates.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-templates.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"lisa-owned-templates.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-templates.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AAQH;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAQjE"}
|
|
@@ -13,12 +13,46 @@
|
|
|
13
13
|
* the vulnerable guard, until someone deleted the files by hand so the create
|
|
14
14
|
* path would recreate them.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
16
|
+
* Ownership is recognised two ways, and the second exists because the first was
|
|
17
|
+
* not enough on its own.
|
|
18
|
+
*
|
|
19
|
+
* The original marker is the `lisa-` namespace in the path. Lisa names much of
|
|
20
|
+
* what it owns outright that way — `lisa-hooks/`, `lisa-enforcement-fallback.sh`,
|
|
21
|
+
* `lisa-work-item.mjs` — and its own skills and hooks invoke those by exact
|
|
22
|
+
* path, which is precisely why a host cannot meaningfully fork one in place.
|
|
23
|
+
*
|
|
24
|
+
* But a naming convention is a stand-in for a property, and a stand-in nobody
|
|
25
|
+
* enforces drifts. `scripts/check-state-classification.mjs` shipped without the
|
|
26
|
+
* segment, so refresh never looked at it: every adopter who already had the file
|
|
27
|
+
* was frozen on whatever version they first installed, at every version bump,
|
|
28
|
+
* while CI ran the frozen gate and passed. That is #2374's undeliverable-fix
|
|
29
|
+
* incident reoccurring through the very marker introduced to close it (#2551).
|
|
30
|
+
*
|
|
31
|
+
* It was never one file. Across the stack trees 21 shipped gates were frozen the
|
|
32
|
+
* same way, `check-bdd-coverage.mjs` among them — its fix for six ways the gate
|
|
33
|
+
* could report what it had not proven could reach nobody who already had it.
|
|
34
|
+
*
|
|
35
|
+
* So the second rule names the property directly: **`scripts/` is Lisa's
|
|
36
|
+
* enforcement tree.** Everything Lisa installs there is a gate or the machinery
|
|
37
|
+
* a gate calls, its content *is* the guard, and a host tunes those gates through
|
|
38
|
+
* config — `.lisa.config.json`, `*.thresholds.json`, workflow inputs — never by
|
|
39
|
+
* editing the checker. `check-threshold-ratchet.mjs` is the worked example: its
|
|
40
|
+
* human override is a `thresholdRatchet.allow` entry, not a local edit.
|
|
41
|
+
*
|
|
42
|
+
* Two things bound the widening, and both matter:
|
|
43
|
+
*
|
|
44
|
+
* - **Scope.** This predicate is only ever asked about destinations Lisa ships
|
|
45
|
+
* from a `copy-overwrite` tree — `CopyOverwriteStrategy` and doctor's
|
|
46
|
+
* `shippedByStack` are the only callers. A host's own `scripts/` files are not
|
|
47
|
+
* Lisa-managed paths and never reach it, and Lisa's `create-only` seeds under
|
|
48
|
+
* `scripts/` are placed by a strategy that never consults it.
|
|
49
|
+
* - **Proof.** Owning a file is permission to *consider* refreshing it, not to
|
|
50
|
+
* overwrite it. `classifyHostCopy` still has to prove the installed copy is
|
|
51
|
+
* behind, and a path with no ledger entry classifies `unenrolled`, which
|
|
52
|
+
* refresh reads as permission to overwrite. So enrolment in
|
|
53
|
+
* `LISA_OWNED_HASH_LEDGER` must widen in the same change as this predicate;
|
|
54
|
+
* widening one alone converts a frozen guard into a silent clobber, which is
|
|
55
|
+
* #2470's defect wearing this one's hat.
|
|
22
56
|
*
|
|
23
57
|
* A project that genuinely wants to hold its own version of one of these still
|
|
24
58
|
* can: `.lisaignore` is filtered before any strategy runs, and an ignored path
|
|
@@ -27,15 +61,18 @@
|
|
|
27
61
|
*/
|
|
28
62
|
/** Path-segment namespace Lisa reserves for artifacts it owns outright. */
|
|
29
63
|
const LISA_NAMESPACE_PREFIX = "lisa-";
|
|
64
|
+
/** The tree Lisa installs enforcement gates and their machinery into. */
|
|
65
|
+
const ENFORCEMENT_TREE = "scripts/";
|
|
30
66
|
/**
|
|
31
67
|
* Whether a managed file is Lisa's own artifact rather than shared host content.
|
|
32
68
|
* @param relativePath - Repo-relative destination path of the managed file
|
|
33
69
|
* @returns True when Lisa owns the file outright and may refresh it unprompted
|
|
34
70
|
*/
|
|
35
71
|
export function isLisaOwnedTemplate(relativePath) {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
72
|
+
const normalised = relativePath.replaceAll("\\", "/");
|
|
73
|
+
return (normalised.startsWith(ENFORCEMENT_TREE) ||
|
|
74
|
+
normalised
|
|
75
|
+
.split("/")
|
|
76
|
+
.some(segment => segment.startsWith(LISA_NAMESPACE_PREFIX)));
|
|
40
77
|
}
|
|
41
78
|
//# sourceMappingURL=lisa-owned-templates.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lisa-owned-templates.js","sourceRoot":"","sources":["../../src/core/lisa-owned-templates.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"lisa-owned-templates.js","sourceRoot":"","sources":["../../src/core/lisa-owned-templates.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AAEH,2EAA2E;AAC3E,MAAM,qBAAqB,GAAG,OAAO,CAAC;AAEtC,yEAAyE;AACzE,MAAM,gBAAgB,GAAG,UAAU,CAAC;AAEpC;;;;GAIG;AACH,MAAM,UAAU,mBAAmB,CAAC,YAAoB;IACtD,MAAM,UAAU,GAAG,YAAY,CAAC,UAAU,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;IACtD,OAAO,CACL,UAAU,CAAC,UAAU,CAAC,gBAAgB,CAAC;QACvC,UAAU;aACP,KAAK,CAAC,GAAG,CAAC;aACV,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAAC,CAC9D,CAAC;AACJ,CAAC"}
|
|
@@ -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,CAozEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CA0jOjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|