@codyswann/lisa 2.285.1 → 2.286.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.
- package/all/create-only/.lisa/DEPENDENCY_DECISIONS.md +67 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +24 -1
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/package.json +1 -1
- package/plugins/lisa/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-task-decomposition/SKILL.md +38 -0
- package/plugins/lisa/rules/eager/dependency-internalization-kit.md +42 -0
- package/plugins/lisa/rules/reference/dependency-internalization-kit.md +197 -0
- package/plugins/lisa/skills/lisa-task-decomposition/SKILL.md +38 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/skills/lisa-task-decomposition/SKILL.md +38 -0
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/rules/eager/dependency-internalization-kit.md +42 -0
- package/plugins/lisa-copilot/rules/reference/dependency-internalization-kit.md +197 -0
- package/plugins/lisa-copilot/skills/lisa-task-decomposition/SKILL.md +38 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/dependency-internalization-kit-reference.mdc +202 -0
- package/plugins/lisa-cursor/rules/dependency-internalization-kit.mdc +47 -0
- package/plugins/lisa-cursor/skills/lisa-task-decomposition/SKILL.md +38 -0
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/src/base/rules/eager/dependency-internalization-kit.md +42 -0
- package/plugins/src/base/rules/reference/dependency-internalization-kit.md +197 -0
- package/plugins/src/base/skills/lisa-task-decomposition/SKILL.md +38 -0
|
@@ -45,6 +45,73 @@ script without rewriting the rest of the file:
|
|
|
45
45
|
- `_Not yet decided_` is the reserved marker for an unanswered field, so
|
|
46
46
|
unfilled entries are visibly honest rather than silently empty.
|
|
47
47
|
|
|
48
|
+
## The rest of the dependency-ownership layer
|
|
49
|
+
|
|
50
|
+
This file is one of five parts, and it is the only one that lives in your
|
|
51
|
+
project's own source. Three of the other four are still readable from here,
|
|
52
|
+
because they ship inside the installed Lisa package — paths starting
|
|
53
|
+
`node_modules/` below. The remaining two exist only in the Lisa project itself
|
|
54
|
+
and are called out as such; do not go looking for them in this repository.
|
|
55
|
+
|
|
56
|
+
**Installed in this project** (readable from your project root):
|
|
57
|
+
|
|
58
|
+
- **The six trust classes** — how much scrutiny a dependency deserves, set by
|
|
59
|
+
what it can reach rather than by how famous it is. The six are: mature
|
|
60
|
+
ecosystem primitive, fast-moving standard implementation, build/development
|
|
61
|
+
tool, runtime-critical service client, thin wrapper suitable for in-house
|
|
62
|
+
ownership, and temporary/experimental dependency. Sign-off rules differ by
|
|
63
|
+
class and by moment: a **runtime-critical service client** needs a human
|
|
64
|
+
sign-off to be added and at every major upgrade; a **temporary/experimental
|
|
65
|
+
dependency** needs none to be added — moving fast is the point — but must
|
|
66
|
+
carry a written expiry date no more than one quarter out and a named exit, and
|
|
67
|
+
then needs sign-off to extend past that date or to promote it. The full
|
|
68
|
+
definitions, with the evidence each class demands, are at
|
|
69
|
+
`node_modules/@codyswann/lisa/plugins/lisa/rules/reference/dependency-trust-classes.md`.
|
|
70
|
+
Your coding agent already has these loaded, so "which trust class is this, and
|
|
71
|
+
what evidence does that class require?" is a question you can just ask it.
|
|
72
|
+
|
|
73
|
+
- **The confidence-rebuild kit** — the seven things a change must prove when a
|
|
74
|
+
dependency is removed and the capability rebuilt in-house: real corpus,
|
|
75
|
+
conformance fixtures, negative fixtures, coverage as a gap detector,
|
|
76
|
+
provenance and license review, migration and update plan, and rollback or
|
|
77
|
+
replacement criteria. All seven are required; a partial kit is the finding. It
|
|
78
|
+
does **not** apply to an ordinary version bump. Full text at
|
|
79
|
+
`node_modules/@codyswann/lisa/plugins/lisa/rules/reference/dependency-internalization-kit.md`.
|
|
80
|
+
|
|
81
|
+
- **The manifest-authoritative duplicate-pin policy** — a version belongs in
|
|
82
|
+
`package.json` and nowhere else; every copy of the literal in a workflow or a
|
|
83
|
+
script is a second edit site a routine bump can miss. Lisa ships a detector
|
|
84
|
+
you can run against this project:
|
|
85
|
+
|
|
86
|
+
```bash
|
|
87
|
+
node node_modules/@codyswann/lisa/scripts/check-duplicate-versions.mjs --root . --scan .
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Be honest about what it is today: **advisory**. It is not wired into this
|
|
91
|
+
project's `package.json` scripts and it does not fail a build, so nothing runs
|
|
92
|
+
it unless you do. It also deliberately under-reports rather than over-reports,
|
|
93
|
+
so a clean run is not proof that no pin was duplicated.
|
|
94
|
+
|
|
95
|
+
**Not shipped here — they exist only in the Lisa project.** Neither path below
|
|
96
|
+
resolves from this repository; you would have to open Lisa's own repository to
|
|
97
|
+
read them, and you do not need either one to use this file.
|
|
98
|
+
|
|
99
|
+
- **A worked, filled-in example** — Lisa keeps this same file for its own
|
|
100
|
+
dependencies, written from repository evidence only, with every unanswered
|
|
101
|
+
field tracked as a ticket rather than guessed. In the Lisa project it is at
|
|
102
|
+
`.lisa/DEPENDENCY_DECISIONS.md`.
|
|
103
|
+
|
|
104
|
+
- **The full operator walkthrough** — a plain-language guide to deciding whether
|
|
105
|
+
a proposed dependency change is acceptable, with a checklist for each of the
|
|
106
|
+
three shapes (adding a dependency, taking one in-house, an ordinary version
|
|
107
|
+
bump). In the Lisa project it is at
|
|
108
|
+
`wiki/playbooks/dependency-ownership-operator-guide.md`.
|
|
109
|
+
|
|
110
|
+
Nothing above is enforced by a build gate. Nothing blocks a change that skips
|
|
111
|
+
this file, names no trust class, or removes a dependency with no rebuild
|
|
112
|
+
evidence. That is deliberate — these are review disciplines, not lint rules —
|
|
113
|
+
and it is exactly why the escalations below matter.
|
|
114
|
+
|
|
48
115
|
## When to escalate
|
|
49
116
|
|
|
50
117
|
Reading an entry should end in a decision. Raise these to an owner rather than
|
|
@@ -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,CAshEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAotMjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -311,6 +311,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
311
311
|
"plugins/src/base/rules/eager/config-resolution.md": "2689c1f47903a5f6c84677fbfd2f1f148096faf122b7498b21d3b0f2345c6c87",
|
|
312
312
|
"plugins/src/base/rules/eager/convergent-review.md": "ba4ba53863ef99be353c07c01195fa4ae2923ef2b2a5ad4427072802c260d208",
|
|
313
313
|
"plugins/src/base/rules/eager/dependency-decision-records.md": "e22888f107906992e863fca50f26c2c4b124da7132535cacfac71e4f3085728f",
|
|
314
|
+
"plugins/src/base/rules/eager/dependency-internalization-kit.md": "9e2cc78afffc477c14718390ed88c42f781911c51fb7c13dada497f9e956b1a3",
|
|
314
315
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": "43a0932a7b8d4fd075b66bfe778025d808a13d9aa61ae793e9eb2fc8a555a381",
|
|
315
316
|
"plugins/src/base/rules/eager/documentation-source-paths.md": "3a7c2a6264654a3cc44dd326441ba211a39c1c267033cc189c1c635adb84b52b",
|
|
316
317
|
"plugins/src/base/rules/eager/empirical-inquiry.md": "60d77a67cc0d3b6a0aad0ab8fe6de5dff0127b2a6c63fa46b021b7a711eb07d6",
|
|
@@ -342,6 +343,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
342
343
|
"plugins/src/base/rules/reference/config-resolution.md": "071b2c91f3b661ee493ea6f37d78f0fdea8004b4e4e7b5e94dcf232df7eceda7",
|
|
343
344
|
"plugins/src/base/rules/reference/convergent-review.md": "788a9d4dc2af7a928c3ccbb4d53a92856bb3544941ce512cfe38068d6b35850d",
|
|
344
345
|
"plugins/src/base/rules/reference/dependency-decision-records.md": "84f9fb8fa0a606307e828ec355ccbf2258beeeb88795dd113abe9bb2c37db39f",
|
|
346
|
+
"plugins/src/base/rules/reference/dependency-internalization-kit.md": "8c8e9bddbe2165905c3919ae9dd3d131b557cf9c7eb370393dfa85827076c73b",
|
|
345
347
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": "82216b80d4807e0ad302d04924032cc6a7a95b26f72ea853e378572a5c31821c",
|
|
346
348
|
"plugins/src/base/rules/reference/documentation-source-paths.md": "555155889c9cf279865b9d8fc554bdd461c96a3ec76a5001dfeb361a71056999",
|
|
347
349
|
"plugins/src/base/rules/reference/empirical-inquiry.md": "85f4552aa4c561677de40fd01bc6cccf5dbcf13865647db9df819d11f3cc3389",
|
|
@@ -528,7 +530,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
528
530
|
"plugins/src/base/skills/lisa-sonarcloud-access/SKILL.md": "924b6f54e38bf000625fcbecef828e78f7b4a401c36a5353b7c22ff12d530d5c",
|
|
529
531
|
"plugins/src/base/skills/lisa-spec-conformance/SKILL.md": "3bcaf6d3b47917d00732542e30a8a302c3e293a9957faf79cac5b1d75cc538a2",
|
|
530
532
|
"plugins/src/base/skills/lisa-sync-down/SKILL.md": "c32e6a4e3115ca32b7d335e90d0a73b243c6c631a2d192568423be0cb5944e84",
|
|
531
|
-
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "
|
|
533
|
+
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "d4c8bd6b36d827e609178e5192270a21bb392aa825a902f61e33a9fe73cda10c",
|
|
532
534
|
"plugins/src/base/skills/lisa-task-triage/SKILL.md": "c6e11b6d195560e6bd7b51fede65c155567c35208801a700a26d95679b03484e",
|
|
533
535
|
"plugins/src/base/skills/lisa-tdd-implementation/SKILL.md": "390bc00b47c29f2bacd99ba4b4b5ba0d9177f04047a8edd662640693efe71825",
|
|
534
536
|
"plugins/src/base/skills/lisa-tear-down-automations/SKILL.md": "3f8215b691ce60a6efd63547b99b4d87760fe99d285f6fe153aaadd451e83731",
|
|
@@ -2269,6 +2271,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2269
2271
|
"plugins/lisa-copilot/rules/eager/config-resolution.md": true,
|
|
2270
2272
|
"plugins/lisa-copilot/rules/eager/convergent-review.md": true,
|
|
2271
2273
|
"plugins/lisa-copilot/rules/eager/dependency-decision-records.md": true,
|
|
2274
|
+
"plugins/lisa-copilot/rules/eager/dependency-internalization-kit.md": true,
|
|
2272
2275
|
"plugins/lisa-copilot/rules/eager/dependency-trust-classes.md": true,
|
|
2273
2276
|
"plugins/lisa-copilot/rules/eager/documentation-source-paths.md": true,
|
|
2274
2277
|
"plugins/lisa-copilot/rules/eager/empirical-inquiry.md": true,
|
|
@@ -2300,6 +2303,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2300
2303
|
"plugins/lisa-copilot/rules/reference/config-resolution.md": true,
|
|
2301
2304
|
"plugins/lisa-copilot/rules/reference/convergent-review.md": true,
|
|
2302
2305
|
"plugins/lisa-copilot/rules/reference/dependency-decision-records.md": true,
|
|
2306
|
+
"plugins/lisa-copilot/rules/reference/dependency-internalization-kit.md": true,
|
|
2303
2307
|
"plugins/lisa-copilot/rules/reference/dependency-trust-classes.md": true,
|
|
2304
2308
|
"plugins/lisa-copilot/rules/reference/documentation-source-paths.md": true,
|
|
2305
2309
|
"plugins/lisa-copilot/rules/reference/empirical-inquiry.md": true,
|
|
@@ -2638,6 +2642,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2638
2642
|
"plugins/lisa-cursor/rules/convergent-review.mdc": true,
|
|
2639
2643
|
"plugins/lisa-cursor/rules/dependency-decision-records-reference.mdc": true,
|
|
2640
2644
|
"plugins/lisa-cursor/rules/dependency-decision-records.mdc": true,
|
|
2645
|
+
"plugins/lisa-cursor/rules/dependency-internalization-kit-reference.mdc": true,
|
|
2646
|
+
"plugins/lisa-cursor/rules/dependency-internalization-kit.mdc": true,
|
|
2641
2647
|
"plugins/lisa-cursor/rules/dependency-trust-classes-reference.mdc": true,
|
|
2642
2648
|
"plugins/lisa-cursor/rules/dependency-trust-classes.mdc": true,
|
|
2643
2649
|
"plugins/lisa-cursor/rules/documentation-source-paths-reference.mdc": true,
|
|
@@ -5014,6 +5020,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5014
5020
|
"plugins/lisa/rules/eager/config-resolution.md": true,
|
|
5015
5021
|
"plugins/lisa/rules/eager/convergent-review.md": true,
|
|
5016
5022
|
"plugins/lisa/rules/eager/dependency-decision-records.md": true,
|
|
5023
|
+
"plugins/lisa/rules/eager/dependency-internalization-kit.md": true,
|
|
5017
5024
|
"plugins/lisa/rules/eager/dependency-trust-classes.md": true,
|
|
5018
5025
|
"plugins/lisa/rules/eager/documentation-source-paths.md": true,
|
|
5019
5026
|
"plugins/lisa/rules/eager/empirical-inquiry.md": true,
|
|
@@ -5045,6 +5052,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5045
5052
|
"plugins/lisa/rules/reference/config-resolution.md": true,
|
|
5046
5053
|
"plugins/lisa/rules/reference/convergent-review.md": true,
|
|
5047
5054
|
"plugins/lisa/rules/reference/dependency-decision-records.md": true,
|
|
5055
|
+
"plugins/lisa/rules/reference/dependency-internalization-kit.md": true,
|
|
5048
5056
|
"plugins/lisa/rules/reference/dependency-trust-classes.md": true,
|
|
5049
5057
|
"plugins/lisa/rules/reference/documentation-source-paths.md": true,
|
|
5050
5058
|
"plugins/lisa/rules/reference/empirical-inquiry.md": true,
|
|
@@ -5544,6 +5552,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5544
5552
|
"plugins/src/base/rules/eager/config-resolution.md": true,
|
|
5545
5553
|
"plugins/src/base/rules/eager/convergent-review.md": true,
|
|
5546
5554
|
"plugins/src/base/rules/eager/dependency-decision-records.md": true,
|
|
5555
|
+
"plugins/src/base/rules/eager/dependency-internalization-kit.md": true,
|
|
5547
5556
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": true,
|
|
5548
5557
|
"plugins/src/base/rules/eager/documentation-source-paths.md": true,
|
|
5549
5558
|
"plugins/src/base/rules/eager/empirical-inquiry.md": true,
|
|
@@ -5575,6 +5584,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5575
5584
|
"plugins/src/base/rules/reference/config-resolution.md": true,
|
|
5576
5585
|
"plugins/src/base/rules/reference/convergent-review.md": true,
|
|
5577
5586
|
"plugins/src/base/rules/reference/dependency-decision-records.md": true,
|
|
5587
|
+
"plugins/src/base/rules/reference/dependency-internalization-kit.md": true,
|
|
5578
5588
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": true,
|
|
5579
5589
|
"plugins/src/base/rules/reference/documentation-source-paths.md": true,
|
|
5580
5590
|
"plugins/src/base/rules/reference/empirical-inquiry.md": true,
|
|
@@ -6547,6 +6557,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6547
6557
|
"tests/e2e/ui-version-status.spec.ts": true,
|
|
6548
6558
|
"tests/fixtures/automation-status/attention-needed-codex.json": true,
|
|
6549
6559
|
"tests/fixtures/automation-status/partial-support-codex.json": true,
|
|
6560
|
+
"tests/fixtures/dependency-internalization-kit/dependency-internalization-ticket.md": true,
|
|
6561
|
+
"tests/fixtures/dependency-internalization-kit/version-bump-ticket.md": true,
|
|
6562
|
+
"tests/fixtures/dependency-ownership/addition/.github/workflows/deploy.yml": true,
|
|
6563
|
+
"tests/fixtures/dependency-ownership/addition/package.json": true,
|
|
6564
|
+
"tests/fixtures/dependency-ownership/addition/scripts/install-payment-client.sh": true,
|
|
6565
|
+
"tests/fixtures/dependency-ownership/internalization/.github/workflows/deploy.yml": true,
|
|
6566
|
+
"tests/fixtures/dependency-ownership/internalization/package.json": true,
|
|
6567
|
+
"tests/fixtures/dependency-ownership/internalization/scripts/verify-slugs.sh": true,
|
|
6550
6568
|
"tests/fixtures/dependency-trust-classes/dependency-addition-ticket.md": true,
|
|
6551
6569
|
"tests/fixtures/doctor/not-ready-missing-config.json": true,
|
|
6552
6570
|
"tests/fixtures/doctor/readiness/all-pass-assessed.json": true,
|
|
@@ -6911,6 +6929,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6911
6929
|
"tests/unit/strategies/create-only.test.ts": true,
|
|
6912
6930
|
"tests/unit/strategies/debrief-reroute-contract.test.ts": true,
|
|
6913
6931
|
"tests/unit/strategies/dependency-decision-records-rule-pair.test.ts": true,
|
|
6932
|
+
"tests/unit/strategies/dependency-internalization-kit-rule-pair.test.ts": true,
|
|
6933
|
+
"tests/unit/strategies/dependency-ownership-helpers.ts": true,
|
|
6934
|
+
"tests/unit/strategies/dependency-ownership-integration.test.ts": true,
|
|
6935
|
+
"tests/unit/strategies/dependency-ownership-parity.test.ts": true,
|
|
6914
6936
|
"tests/unit/strategies/dependency-trust-classes-rule-pair.test.ts": true,
|
|
6915
6937
|
"tests/unit/strategies/distributed-content-round2-contract.test.ts": true,
|
|
6916
6938
|
"tests/unit/strategies/doctor-automation-readiness.test.ts": true,
|
|
@@ -7173,6 +7195,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7173
7195
|
"wiki/open-questions/lisa-open-questions.md": true,
|
|
7174
7196
|
"wiki/playbooks/.gitkeep": true,
|
|
7175
7197
|
"wiki/playbooks/coding-agent-parity-research.md": true,
|
|
7198
|
+
"wiki/playbooks/dependency-ownership-operator-guide.md": true,
|
|
7176
7199
|
"wiki/playbooks/lisa-workflow-playbook.md": true,
|
|
7177
7200
|
"wiki/projects/lisa-monorepo.md": true,
|
|
7178
7201
|
"wiki/projects/registry.md": true,
|