@codyswann/lisa 3.2.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/doctor-lisa-owned-artifacts.d.ts.map +1 -1
- package/dist/cli/doctor-lisa-owned-artifacts.js +41 -2
- package/dist/cli/doctor-lisa-owned-artifacts.js.map +1 -1
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +90 -16
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/expo/create-only/.github/workflows/nightly-e2e-health.yml +21 -2
- 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-implement/SKILL.md +3 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-tracker-source-artifacts/SKILL.md +2 -0
- package/plugins/lisa/rules/eager/design-source-of-truth.md +38 -0
- package/plugins/lisa/rules/eager/do-it-now.md +11 -0
- package/plugins/lisa/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/lisa/rules/eager/falsifiable-checks.md +2 -0
- package/plugins/lisa/rules/eager/integration-access-layer.md +5 -0
- package/plugins/lisa/rules/eager/learnings-ladder.md +18 -0
- package/plugins/lisa/rules/eager/local-ci-first.md +15 -0
- package/plugins/lisa/rules/eager/not-blocked-just-waiting.md +13 -0
- package/plugins/lisa/rules/eager/session-status-updates.md +19 -0
- package/plugins/lisa/rules/eager/wiki-knowledge-source.md +6 -11
- package/plugins/lisa/rules/reference/design-source-of-truth.md +195 -0
- package/plugins/lisa/rules/reference/do-it-now.md +37 -0
- package/plugins/lisa/rules/reference/empirical-inquiry.md +1 -0
- package/plugins/lisa/rules/reference/falsifiable-checks.md +24 -2
- package/plugins/lisa/rules/reference/integration-access-layer.md +8 -0
- package/plugins/lisa/rules/reference/learnings-ladder.md +41 -0
- package/plugins/lisa/rules/reference/local-ci-first.md +34 -0
- package/plugins/lisa/rules/reference/not-blocked-just-waiting.md +41 -0
- package/plugins/lisa/rules/reference/session-status-updates.md +60 -0
- package/plugins/lisa/rules/reference/wiki-knowledge-source.md +21 -5
- package/plugins/lisa/scripts/design-source-gate.mjs +530 -0
- package/plugins/lisa/skills/lisa-implement/SKILL.md +3 -1
- package/plugins/lisa/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/lisa/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/lisa/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/lisa/skills/lisa-tracker-source-artifacts/SKILL.md +2 -0
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/scripts/design-source-gate.mjs +530 -0
- package/plugins/lisa-agy/skills/lisa-implement/SKILL.md +3 -1
- package/plugins/lisa-agy/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/lisa-agy/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/lisa-agy/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/lisa-agy/skills/lisa-tracker-source-artifacts/SKILL.md +2 -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/design-source-of-truth.md +38 -0
- package/plugins/lisa-copilot/rules/eager/do-it-now.md +11 -0
- package/plugins/lisa-copilot/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/lisa-copilot/rules/eager/falsifiable-checks.md +2 -0
- package/plugins/lisa-copilot/rules/eager/integration-access-layer.md +5 -0
- package/plugins/lisa-copilot/rules/eager/learnings-ladder.md +18 -0
- package/plugins/lisa-copilot/rules/eager/local-ci-first.md +15 -0
- package/plugins/lisa-copilot/rules/eager/not-blocked-just-waiting.md +13 -0
- package/plugins/lisa-copilot/rules/eager/session-status-updates.md +19 -0
- package/plugins/lisa-copilot/rules/eager/wiki-knowledge-source.md +6 -11
- package/plugins/lisa-copilot/rules/reference/design-source-of-truth.md +195 -0
- package/plugins/lisa-copilot/rules/reference/do-it-now.md +37 -0
- package/plugins/lisa-copilot/rules/reference/empirical-inquiry.md +1 -0
- package/plugins/lisa-copilot/rules/reference/falsifiable-checks.md +24 -2
- package/plugins/lisa-copilot/rules/reference/integration-access-layer.md +8 -0
- package/plugins/lisa-copilot/rules/reference/learnings-ladder.md +41 -0
- package/plugins/lisa-copilot/rules/reference/local-ci-first.md +34 -0
- package/plugins/lisa-copilot/rules/reference/not-blocked-just-waiting.md +41 -0
- package/plugins/lisa-copilot/rules/reference/session-status-updates.md +60 -0
- package/plugins/lisa-copilot/rules/reference/wiki-knowledge-source.md +21 -5
- package/plugins/lisa-copilot/scripts/design-source-gate.mjs +530 -0
- package/plugins/lisa-copilot/skills/lisa-implement/SKILL.md +3 -1
- package/plugins/lisa-copilot/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/lisa-copilot/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/lisa-copilot/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/lisa-copilot/skills/lisa-tracker-source-artifacts/SKILL.md +2 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/rules/design-source-of-truth-reference.mdc +200 -0
- package/plugins/lisa-cursor/rules/design-source-of-truth.mdc +43 -0
- package/plugins/lisa-cursor/rules/do-it-now-reference.mdc +42 -0
- package/plugins/lisa-cursor/rules/do-it-now.mdc +16 -0
- package/plugins/lisa-cursor/rules/empirical-inquiry-reference.mdc +1 -0
- package/plugins/lisa-cursor/rules/empirical-inquiry.mdc +1 -0
- package/plugins/lisa-cursor/rules/falsifiable-checks-reference.mdc +24 -2
- package/plugins/lisa-cursor/rules/falsifiable-checks.mdc +2 -0
- package/plugins/lisa-cursor/rules/integration-access-layer-reference.mdc +8 -0
- package/plugins/lisa-cursor/rules/integration-access-layer.mdc +5 -0
- package/plugins/lisa-cursor/rules/learnings-ladder-reference.mdc +46 -0
- package/plugins/lisa-cursor/rules/learnings-ladder.mdc +23 -0
- package/plugins/lisa-cursor/rules/local-ci-first-reference.mdc +39 -0
- package/plugins/lisa-cursor/rules/local-ci-first.mdc +20 -0
- package/plugins/lisa-cursor/rules/not-blocked-just-waiting-reference.mdc +46 -0
- package/plugins/lisa-cursor/rules/not-blocked-just-waiting.mdc +18 -0
- package/plugins/lisa-cursor/rules/session-status-updates-reference.mdc +65 -0
- package/plugins/lisa-cursor/rules/session-status-updates.mdc +24 -0
- package/plugins/lisa-cursor/rules/wiki-knowledge-source-reference.mdc +21 -5
- package/plugins/lisa-cursor/rules/wiki-knowledge-source.mdc +7 -12
- package/plugins/lisa-cursor/scripts/design-source-gate.mjs +530 -0
- package/plugins/lisa-cursor/skills/lisa-implement/SKILL.md +3 -1
- package/plugins/lisa-cursor/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/lisa-cursor/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/lisa-cursor/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/lisa-cursor/skills/lisa-tracker-source-artifacts/SKILL.md +2 -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/design-source-of-truth.md +38 -0
- package/plugins/src/base/rules/eager/do-it-now.md +11 -0
- package/plugins/src/base/rules/eager/empirical-inquiry.md +1 -0
- package/plugins/src/base/rules/eager/falsifiable-checks.md +2 -0
- package/plugins/src/base/rules/eager/integration-access-layer.md +5 -0
- package/plugins/src/base/rules/eager/learnings-ladder.md +18 -0
- package/plugins/src/base/rules/eager/local-ci-first.md +15 -0
- package/plugins/src/base/rules/eager/not-blocked-just-waiting.md +13 -0
- package/plugins/src/base/rules/eager/session-status-updates.md +19 -0
- package/plugins/src/base/rules/eager/wiki-knowledge-source.md +6 -11
- package/plugins/src/base/rules/reference/design-source-of-truth.md +195 -0
- package/plugins/src/base/rules/reference/do-it-now.md +37 -0
- package/plugins/src/base/rules/reference/empirical-inquiry.md +1 -0
- package/plugins/src/base/rules/reference/falsifiable-checks.md +24 -2
- package/plugins/src/base/rules/reference/integration-access-layer.md +8 -0
- package/plugins/src/base/rules/reference/learnings-ladder.md +41 -0
- package/plugins/src/base/rules/reference/local-ci-first.md +34 -0
- package/plugins/src/base/rules/reference/not-blocked-just-waiting.md +41 -0
- package/plugins/src/base/rules/reference/session-status-updates.md +60 -0
- package/plugins/src/base/rules/reference/wiki-knowledge-source.md +21 -5
- package/plugins/src/base/scripts/design-source-gate.mjs +530 -0
- package/plugins/src/base/skills/lisa-implement/SKILL.md +3 -1
- package/plugins/src/base/skills/lisa-quality-review/SKILL.md +7 -0
- package/plugins/src/base/skills/lisa-review-local/SKILL.md +27 -0
- package/plugins/src/base/skills/lisa-tdd-implementation/SKILL.md +1 -0
- package/plugins/src/base/skills/lisa-tracker-source-artifacts/SKILL.md +2 -0
- package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +173 -8
- package/typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json +12 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-lisa-owned-artifacts.d.ts","sourceRoot":"","sources":["../../src/cli/doctor-lisa-owned-artifacts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"doctor-lisa-owned-artifacts.d.ts","sourceRoot":"","sources":["../../src/cli/doctor-lisa-owned-artifacts.ts"],"names":[],"mappings":"AA0CA,wEAAwE;AACxE,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;CAChB;AAkHD;;;;;;;;GAQG;AACH,wBAAsB,uBAAuB,CAC3C,UAAU,EAAE,MAAM,EAClB,QAAQ,GAAE,MAA0B,GACnC,OAAO,CAAC,aAAa,CAAC,CAiDxB"}
|
|
@@ -21,11 +21,18 @@ import { fileURLToPath } from "node:url";
|
|
|
21
21
|
import * as fse from "fs-extra";
|
|
22
22
|
import { PROJECT_TYPE_ORDER } from "../core/config.js";
|
|
23
23
|
import { isLisaOwnedTemplate } from "../core/lisa-owned-templates.js";
|
|
24
|
+
import { isLisaSourceRepo } from "../core/self-apply.js";
|
|
24
25
|
import { listFilesRecursive } from "../utils/file-operations.js";
|
|
25
26
|
import { matchesAnyPattern, parseIgnorePatterns, } from "../utils/ignore-patterns.js";
|
|
26
27
|
const CHECK_NAME = "Lisa enforcement artifacts current?";
|
|
27
28
|
const COPY_OVERWRITE = "copy-overwrite";
|
|
28
29
|
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
|
30
|
+
/**
|
|
31
|
+
* Quoted relative module specifiers — `import`/`export from`, `require()`, and
|
|
32
|
+
* a shell `source`/`.` of a sibling path all spell the target the same way.
|
|
33
|
+
* Bounded quantifier keeps the scan linear on large files.
|
|
34
|
+
*/
|
|
35
|
+
const RELATIVE_SPECIFIER = /["'`](\.\.?\/[^"'`\n]{1,4096})["'`]/g;
|
|
29
36
|
/**
|
|
30
37
|
* Resolve the installed Lisa package root, mirroring how apply resolves it.
|
|
31
38
|
* @returns Absolute path to the Lisa package root
|
|
@@ -81,6 +88,29 @@ async function matchesAnyShipped(installed, sources) {
|
|
|
81
88
|
const shipped = await Promise.all(sources.map(async (source) => readFile(source)));
|
|
82
89
|
return shipped.some(candidate => installed.equals(candidate));
|
|
83
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* Whether the installed file is a trampoline that re-exports the shipped
|
|
93
|
+
* template instead of copying it.
|
|
94
|
+
*
|
|
95
|
+
* Lisa's own repository is the one host that cannot hold a byte copy of a file
|
|
96
|
+
* it also ships: the working copy and the template would be two editable
|
|
97
|
+
* originals of the same guard, free to diverge. It keeps a few-line entrypoint
|
|
98
|
+
* that re-exports the template, so its hooks and CI run the exact bytes the
|
|
99
|
+
* fleet gets. Byte comparison necessarily calls that drift; it is the opposite.
|
|
100
|
+
*
|
|
101
|
+
* Proof, not pattern-match: the specifier is resolved against the installed
|
|
102
|
+
* file's own directory and must land exactly on a shipped variant of this same
|
|
103
|
+
* destination. A stub pointing anywhere else is still drift.
|
|
104
|
+
* @param installed - Bytes currently installed in the project
|
|
105
|
+
* @param installedPath - Absolute path of the installed file
|
|
106
|
+
* @param sources - Absolute paths of the shipped variants
|
|
107
|
+
* @returns True when the installed file defers to a shipped variant
|
|
108
|
+
*/
|
|
109
|
+
function reExportsShippedTemplate(installed, installedPath, sources) {
|
|
110
|
+
const shipped = new Set(sources.map(source => path.resolve(source)));
|
|
111
|
+
const directory = path.dirname(installedPath);
|
|
112
|
+
return [...installed.toString("utf8").matchAll(RELATIVE_SPECIFIER)].some(match => shipped.has(path.resolve(directory, match[1] ?? "")));
|
|
113
|
+
}
|
|
84
114
|
/**
|
|
85
115
|
* Report Lisa-owned enforcement artifacts the project has an outdated copy of.
|
|
86
116
|
*
|
|
@@ -101,13 +131,22 @@ export async function checkLisaOwnedArtifacts(targetPath, lisaRoot = defaultLisa
|
|
|
101
131
|
}
|
|
102
132
|
const ignoreText = await readFile(path.join(targetPath, ".lisaignore"), "utf8").catch(() => "");
|
|
103
133
|
const ignorePatterns = parseIgnorePatterns(ignoreText);
|
|
134
|
+
// Gating the trampoline exemption on self-host keeps this check byte-for-byte
|
|
135
|
+
// unchanged for every real host project: the branch below is unreachable
|
|
136
|
+
// unless the target's package.json is Lisa itself. A host must not be able to
|
|
137
|
+
// swap a guard for a thin re-export and have doctor call it current.
|
|
138
|
+
const selfHost = await isLisaSourceRepo(targetPath);
|
|
104
139
|
const results = await Promise.all([...shipped].map(async ([destination, sources]) => {
|
|
105
140
|
if (matchesAnyPattern(destination, ignorePatterns))
|
|
106
141
|
return undefined;
|
|
107
|
-
const
|
|
142
|
+
const installedPath = path.join(targetPath, destination);
|
|
143
|
+
const installed = await readFile(installedPath).catch(() => undefined);
|
|
108
144
|
if (installed === undefined)
|
|
109
145
|
return undefined;
|
|
110
|
-
|
|
146
|
+
if (await matchesAnyShipped(installed, sources))
|
|
147
|
+
return undefined;
|
|
148
|
+
return selfHost &&
|
|
149
|
+
reExportsShippedTemplate(installed, installedPath, sources)
|
|
111
150
|
? undefined
|
|
112
151
|
: destination;
|
|
113
152
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor-lisa-owned-artifacts.js","sourceRoot":"","sources":["../../src/cli/doctor-lisa-owned-artifacts.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,6BAA6B,CAAC;AAErC,MAAM,UAAU,GAAG,qCAAqC,CAAC;AACzD,MAAM,cAAc,GAAG,gBAAgB,CAAC;AACxC,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"doctor-lisa-owned-artifacts.js","sourceRoot":"","sources":["../../src/cli/doctor-lisa-owned-artifacts.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,CA4xEpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CA49NjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
|
|
@@ -104,7 +104,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
104
104
|
"expo/create-only/.github/workflows/deploy.yml": "0978b1f4e19e1ff66bb8cdd037d36a3751d4e917db7ceb5bcf100fad36768516",
|
|
105
105
|
"expo/create-only/.github/workflows/maestro-e2e.yml": "4bacb1da9ea897345aad77b8ae7ee96861c555aa77a00846f4572da18e9fd6e0",
|
|
106
106
|
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "4185f5083d8da5efa620e8641d6b75e0cb424edd563989c7432892872969797c",
|
|
107
|
-
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "
|
|
107
|
+
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "fb2a4c5d3731c5aa52573d2d2f2313561141172718195a05b5a7217168b7ae84",
|
|
108
108
|
"expo/create-only/.github/workflows/nightly-e2e-report.yml": "df47b2e5c31d2bb4eee6fb979d8d25b3a5cea572e46be042a9b4c59fbe43af72",
|
|
109
109
|
"expo/create-only/.maestro/flake-classification.json": "b1259c17a875dcdc0fa2398bb280f084e898f46fefaf51e35c3c5aadcbef5a5d",
|
|
110
110
|
"expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
|
|
@@ -361,14 +361,19 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
361
361
|
"plugins/src/base/rules/eager/dependency-internalization-kit.md": "9e2cc78afffc477c14718390ed88c42f781911c51fb7c13dada497f9e956b1a3",
|
|
362
362
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": "43a0932a7b8d4fd075b66bfe778025d808a13d9aa61ae793e9eb2fc8a555a381",
|
|
363
363
|
"plugins/src/base/rules/eager/derived-branch-plan.md": "aa88be9f1a6de7a843222585bcc1c593b993e7d5900c8a33a9f38ef8a99d25b4",
|
|
364
|
+
"plugins/src/base/rules/eager/design-source-of-truth.md": "d85886aa5832f7952bc0768871a335f33a4899ce598bb1a114feb5f300cbc7f2",
|
|
365
|
+
"plugins/src/base/rules/eager/do-it-now.md": "de0c1565fa7b8a99a7f5d15af1118c3e5eb942a0d893bbb672533149fb82688e",
|
|
364
366
|
"plugins/src/base/rules/eager/documentation-source-paths.md": "3a7c2a6264654a3cc44dd326441ba211a39c1c267033cc189c1c635adb84b52b",
|
|
365
|
-
"plugins/src/base/rules/eager/empirical-inquiry.md": "
|
|
367
|
+
"plugins/src/base/rules/eager/empirical-inquiry.md": "67aa64ba3ecc4f3cd761111d2562662e0a2acf7892703b14ec83f7f7b073e670",
|
|
366
368
|
"plugins/src/base/rules/eager/factory-model.md": "dee39b4276926ee27a2614bf26b985fd33bb3d115313fa6e2893de12da13ed7c",
|
|
367
|
-
"plugins/src/base/rules/eager/falsifiable-checks.md": "
|
|
369
|
+
"plugins/src/base/rules/eager/falsifiable-checks.md": "7cfe0ec4a4c7f7b133580ee4b9004b764a99bd98e9d39856c587c8ad45fda920",
|
|
368
370
|
"plugins/src/base/rules/eager/history-audit.md": "e2365e3fb28230c643e943d26688a93906afa68e3e1355d3e86d4b22ab3db559",
|
|
369
|
-
"plugins/src/base/rules/eager/integration-access-layer.md": "
|
|
371
|
+
"plugins/src/base/rules/eager/integration-access-layer.md": "e5675ec414d0dcfbbf7a29912f39ea5fb02747aa4e6045493e636cba1e635eb7",
|
|
370
372
|
"plugins/src/base/rules/eager/intent-routing.md": "a2ef2397a98fb3d991fcfb39b669e289c1e2b697191cbeb6c071d71eca836207",
|
|
371
373
|
"plugins/src/base/rules/eager/leaf-only-lifecycle.md": "270a7b071c0dfabd2c80417e6a63ab462a9ac630dc3d1ae36c68a2fbf6235578",
|
|
374
|
+
"plugins/src/base/rules/eager/learnings-ladder.md": "58f70031f7ad720254e73db53f4f328f35cdce2a562c8f62e403be842abccab0",
|
|
375
|
+
"plugins/src/base/rules/eager/local-ci-first.md": "8a0369f3b23c4c9906194ea2d5b6dab44bb82dee753571b7e3e27ed799a289f5",
|
|
376
|
+
"plugins/src/base/rules/eager/not-blocked-just-waiting.md": "bd96e3a61bfd9ddf27d88b6cb62948c701b6335e9758a081cd5c1fc63048d9be",
|
|
372
377
|
"plugins/src/base/rules/eager/observability-audit.md": "eef7f612937db85e2fb685f262a651ac0fea195fb79363224281f057dc1a6ef7",
|
|
373
378
|
"plugins/src/base/rules/eager/prd-definition-of-ready.md": "5d30476344425f78961ed1412b06edd5e7cde478c81e1b945860b55aecf56e1f",
|
|
374
379
|
"plugins/src/base/rules/eager/prd-lifecycle-rollup.md": "b5c58148a0ed78989e21bc7789ecf1d5448077879be01ee342ddb46d8f105a1e",
|
|
@@ -382,6 +387,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
382
387
|
"plugins/src/base/rules/eager/report-actionability.md": "7c4d5b2bea93b7cd5bb8694fa7c06f4ca8f94a19eb17832f1ccc5354b0207163",
|
|
383
388
|
"plugins/src/base/rules/eager/reset-seed-coverage.md": "d028c8709d7d3a05b2f9bb8209a0d6bf1aef99e88d5e7d7132909e8d0d4c19d9",
|
|
384
389
|
"plugins/src/base/rules/eager/security-audit-handling.md": "1f6effe92be66736a0c9fab634c5fdd6ad1e789865faa67bb783c67ddb4ad490",
|
|
390
|
+
"plugins/src/base/rules/eager/session-status-updates.md": "bbb42e86b8eb68334b8b9c0bc70beb4895a54015e097bf745fc92156b3e24766",
|
|
385
391
|
"plugins/src/base/rules/eager/settled-decisions.md": "f5339c81b8d29f628830e6147314cbb941b9d9e6d87c3834d8fe7adc4b46ef4c",
|
|
386
392
|
"plugins/src/base/rules/eager/stale-state-claims.md": "faf5057f5910237b8d5048dbcccb73e0cd03762a8eefbeae43b5d0153104a85a",
|
|
387
393
|
"plugins/src/base/rules/eager/tool-access-gate.md": "a5413a43ec353f768586e0a1cde3836db025cb5d8b80821020602995e71aa296",
|
|
@@ -389,7 +395,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
389
395
|
"plugins/src/base/rules/eager/upstream-to-lisa.md": "eb8b37e789423dba78e3a77951db087c4d3f56a88478b63107ec6b9ddbf23b13",
|
|
390
396
|
"plugins/src/base/rules/eager/usage-accounting.md": "b93fa782d61911579b25363e465bb1f4e9b7e4edb54465a346d52f74dffe5a97",
|
|
391
397
|
"plugins/src/base/rules/eager/verification.md": "a6cc1d50c5b91080171490edce4d375f136a14790dcbb247ca8b736ad8f55cfd",
|
|
392
|
-
"plugins/src/base/rules/eager/wiki-knowledge-source.md": "
|
|
398
|
+
"plugins/src/base/rules/eager/wiki-knowledge-source.md": "b3ae63fca40461fef19779d8f0c971553963ed8fe9c22fc504da3d8e757b3a36",
|
|
393
399
|
"plugins/src/base/rules/eager/work-item-definition-of-ready.md": "4285953f749aabee90dd44d7bff7e28a50e0a8c910917a96ebf81abfa425d836",
|
|
394
400
|
"plugins/src/base/rules/reference/automation-runbook-contract.md": "2074badf010c15dce80ce17be0d0c714baf700d09e87ca1f9d4628108e6f231c",
|
|
395
401
|
"plugins/src/base/rules/reference/base-rules.md": "487ea1764c4b636ca4a33b78a90e925f028bb9a54182c0795cd1bbdc437a262d",
|
|
@@ -405,14 +411,19 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
405
411
|
"plugins/src/base/rules/reference/dependency-internalization-kit.md": "8c8e9bddbe2165905c3919ae9dd3d131b557cf9c7eb370393dfa85827076c73b",
|
|
406
412
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": "82216b80d4807e0ad302d04924032cc6a7a95b26f72ea853e378572a5c31821c",
|
|
407
413
|
"plugins/src/base/rules/reference/derived-branch-plan.md": "672983b5171bf6e377f3d17927fd75e45208ffa6500718c07df1d449ca00f7d0",
|
|
414
|
+
"plugins/src/base/rules/reference/design-source-of-truth.md": "38f477cb0703627ac5daf561a9a1c42bd41be6d20113aba22f30d5e47d573dcf",
|
|
415
|
+
"plugins/src/base/rules/reference/do-it-now.md": "46fdcc335e115d0f387af398789f443ef8dd3ab17de5f7d95120c31f913a8fce",
|
|
408
416
|
"plugins/src/base/rules/reference/documentation-source-paths.md": "555155889c9cf279865b9d8fc554bdd461c96a3ec76a5001dfeb361a71056999",
|
|
409
|
-
"plugins/src/base/rules/reference/empirical-inquiry.md": "
|
|
417
|
+
"plugins/src/base/rules/reference/empirical-inquiry.md": "8cb166ab9eff4eb30287822a4d7843f76884d70d683d7c61d6a7ffd4ff9f7159",
|
|
410
418
|
"plugins/src/base/rules/reference/factory-model.md": "b28a2ea4df7c33390111667a2807d9003cf8c9a14829f6fb0dbc929b05bfed3a",
|
|
411
|
-
"plugins/src/base/rules/reference/falsifiable-checks.md": "
|
|
419
|
+
"plugins/src/base/rules/reference/falsifiable-checks.md": "284eccdf5b0fa29d2927a24ab25ad4aed34b0798e4fdf2e8e7d6fd1b80e3236b",
|
|
412
420
|
"plugins/src/base/rules/reference/history-audit.md": "20a46390f71fadda499c61193d430c3d53df49b55a4cefa50a112f82fa4b05ef",
|
|
413
|
-
"plugins/src/base/rules/reference/integration-access-layer.md": "
|
|
421
|
+
"plugins/src/base/rules/reference/integration-access-layer.md": "6d0f419b315ffcf9bdd14a556a81c05848e8245e2ba850696e72d4cff2e65600",
|
|
414
422
|
"plugins/src/base/rules/reference/intent-routing.md": "988f8f45b41056c2adaa1a3e5f6ea926ac56a2fd041c07f98a9c2b271050efdd",
|
|
415
423
|
"plugins/src/base/rules/reference/leaf-only-lifecycle.md": "3d6d531fdca61a348fa1dd1bdb4c28fe66c85fb955238ef668a78cce4a36a7a1",
|
|
424
|
+
"plugins/src/base/rules/reference/learnings-ladder.md": "4b6760e8ec58dea0e646cfa1b0518f468cc959ef3be55e3f87c225ec076f53c7",
|
|
425
|
+
"plugins/src/base/rules/reference/local-ci-first.md": "4db796a9e159d25e5edd0d8d8d713b6556a3024a96e3882a50e19928b0e81a18",
|
|
426
|
+
"plugins/src/base/rules/reference/not-blocked-just-waiting.md": "bef69d0cefa92e2b8ca589bb27f8e92749140e662d54110e12f0a47890e69f14",
|
|
416
427
|
"plugins/src/base/rules/reference/observability-audit.md": "98cf4c849baf0801bd2c46a90e7a072196649d506fbda577cc5c4019d2194551",
|
|
417
428
|
"plugins/src/base/rules/reference/prd-definition-of-ready.md": "041a8f3c9b703b3921acc30fe92acfb9e2ab43da04cf019c102ebca98b2f4ba3",
|
|
418
429
|
"plugins/src/base/rules/reference/prd-lifecycle-rollup.md": "f539e7b43918e173dd7491a139be078815d26098f992cd7fc86cd05878c90b9b",
|
|
@@ -426,6 +437,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
426
437
|
"plugins/src/base/rules/reference/report-actionability.md": "42fa86bb189467c7bc7ee64f6ebccd3926bb2aaf512ee5a498c232025b8a364b",
|
|
427
438
|
"plugins/src/base/rules/reference/reset-seed-coverage.md": "741c49e0544aecfa2c4aadf6a36ef496a1a5d974f71962ae8e33cc625651f0c2",
|
|
428
439
|
"plugins/src/base/rules/reference/security-audit-handling.md": "9633e11ac89af26444a272449f36fe03f26e61fab40ca16a0ab50464725f7d8c",
|
|
440
|
+
"plugins/src/base/rules/reference/session-status-updates.md": "8c34dc9399d6b20103edb3ed8d214aaa05a97065e4c78d8010f394cd041b3320",
|
|
429
441
|
"plugins/src/base/rules/reference/settled-decisions.md": "6c84f309a1f765eba1648d6ace836387bd96b924f245c16cf3629f501ef6bb18",
|
|
430
442
|
"plugins/src/base/rules/reference/stale-state-claims.md": "6329e1a7629f9a12f10454c767842aecee4964df8b7bb4aebda9dde3c0959c2a",
|
|
431
443
|
"plugins/src/base/rules/reference/tool-access-gate.md": "70fcd6cd92dc003a40886b1bef02540e6401f5b70ba97308d42bbbddc0206eab",
|
|
@@ -433,7 +445,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
433
445
|
"plugins/src/base/rules/reference/upstream-to-lisa.md": "dcf07f8eba66aaf1d132bfaeff73cbf7576279822893235a3c3f8cbc4a4a3323",
|
|
434
446
|
"plugins/src/base/rules/reference/usage-accounting.md": "79c00ed4a97c40de72cfccef16b6846ba668fc564354507907876489c038ab75",
|
|
435
447
|
"plugins/src/base/rules/reference/verification.md": "9ae8db87b37c7700687fabd1b8632b3cddd0f1f1e4b04384c604f88f160056ed",
|
|
436
|
-
"plugins/src/base/rules/reference/wiki-knowledge-source.md": "
|
|
448
|
+
"plugins/src/base/rules/reference/wiki-knowledge-source.md": "725a7415a0606f85164722bd4b4975bce1f496cc43c97e45b224810b1a685189",
|
|
437
449
|
"plugins/src/base/rules/reference/work-item-definition-of-ready.md": "ebcfe89f5a33a8008c4a54c1c2f4a092952df3263adc8f537a4c0b6ad8dbe18d",
|
|
438
450
|
"plugins/src/base/scripts/automation-run-record.mjs": "89143e06975d8333b137fd2bdb5f12bcd703403752337f00c25d18fefba6a4c8",
|
|
439
451
|
"plugins/src/base/scripts/automation-status-claude-adapter.mjs": "b1054acf4a5cbbe5354bd62a22b96533bcbc69b6cb9245976ceb8af638a04494",
|
|
@@ -443,6 +455,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
443
455
|
"plugins/src/base/scripts/automation-status-report.mjs": "520f77645c5b7cab3f69848fb5cf19e8b1d802cd1f8ce6a35aa36a0bf6a0d146",
|
|
444
456
|
"plugins/src/base/scripts/automation-status-run-history.mjs": "a07f0d1af412f0d2747a9cbe82fa0edbeb8cc8dd4bdf4c51526e779090f08208",
|
|
445
457
|
"plugins/src/base/scripts/cross-pollinate.mjs": "e9a536389d2581370f6c470b8a070aaae96660646efc528a7ff7fb25d324a903",
|
|
458
|
+
"plugins/src/base/scripts/design-source-gate.mjs": "2c8121404ac6dd71f74a3080561aa6daecb4f719fdd1360622511d35186bc13f",
|
|
446
459
|
"plugins/src/base/scripts/doctor-report.mjs": "f183e62848ac539da56a525fe2105fc6251a49e555a01dd1bba10d9227b1a6bf",
|
|
447
460
|
"plugins/src/base/scripts/install-remote-agent-aws.mjs": "5ef1c323d7cbfda8976f6fb0c24f7a8e5f5757475fd1d71c6e5bec91023cebe3",
|
|
448
461
|
"plugins/src/base/scripts/plugin-sync-explain.mjs": "8592c7359ee6cdb35995a882c8bb27e7b9c404074067fd272c70013e44e04b71",
|
|
@@ -500,7 +513,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
500
513
|
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "f2f9991be42b0fd98f5c3f414d96e8756485c7b56aceb20d7db7f87255cc88e6",
|
|
501
514
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "262f8a1bcfad4c5dd4456cfaaf1b71abf9697a0da588966e58ff491acd3c17e8",
|
|
502
515
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
503
|
-
"plugins/src/base/skills/lisa-implement/SKILL.md": "
|
|
516
|
+
"plugins/src/base/skills/lisa-implement/SKILL.md": "c289fecaf5addcda87df5653eae6309001bd80bcbc0bc62cc1c9469c1842444e",
|
|
504
517
|
"plugins/src/base/skills/lisa-improve-code-complexity/SKILL.md": "24ab5b193b409db6ee6bee981a1c0a48d08991782d7846116ad01658c8bc1ae8",
|
|
505
518
|
"plugins/src/base/skills/lisa-improve-harness/SKILL.md": "98ad4b896785ac51826969a0ff077ef11c51353f2a2e03444c8b38e6c0363d05",
|
|
506
519
|
"plugins/src/base/skills/lisa-improve-max-lines-per-function/SKILL.md": "95c875950c9848fdaf520a18b9bbb264e33d7347be10170add768e01d9cd8e52",
|
|
@@ -579,7 +592,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
579
592
|
"plugins/src/base/skills/lisa-qa-clear/SKILL.md": "2a4bbe2501b159eceea289584e50bcceffae2fee5210420d6be3b403dae6d079",
|
|
580
593
|
"plugins/src/base/skills/lisa-qa-fail/SKILL.md": "cf4bc2b6e3e31a7fabfba5fb9ed1218eb564b0d94113a317267371de7a2708fb",
|
|
581
594
|
"plugins/src/base/skills/lisa-qa-queue/SKILL.md": "1d5f009f60004bf75b5d79bca370096ce40e1d41d585dc8afd4389f21bba84ae",
|
|
582
|
-
"plugins/src/base/skills/lisa-quality-review/SKILL.md": "
|
|
595
|
+
"plugins/src/base/skills/lisa-quality-review/SKILL.md": "520437da40257686203468f39b61fbecb2f5c534faaaa488734e828f74c04825",
|
|
583
596
|
"plugins/src/base/skills/lisa-queue-status/SKILL.md": "87c6d34d0511d4afd812d1af3fee80fa3b7aa47db8449760b12f2699fedc1d78",
|
|
584
597
|
"plugins/src/base/skills/lisa-remote-dispatch/SKILL.md": "f3c48120a206d01db45f849ca5b61690d572abc16bc36d559a4cacc8f9422c06",
|
|
585
598
|
"plugins/src/base/skills/lisa-remote-dispatch/scripts/dispatch.mjs": "475963ed64d9e72a6cbd6cbb61c8b57a419f2e1805e3ddfa76066047c590deeb",
|
|
@@ -587,7 +600,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
587
600
|
"plugins/src/base/skills/lisa-reproduce-bug/SKILL.md": "4d460993fac6021219ca23eee29b1b9afa7c37479dddc662b2fcfaca510edd68",
|
|
588
601
|
"plugins/src/base/skills/lisa-research/SKILL.md": "9e2e7f3d02a18d9bb34f0b9e8c43d6b9b454d0f81987390839d40a84331b20f7",
|
|
589
602
|
"plugins/src/base/skills/lisa-review-implementation/SKILL.md": "42134253cca50e384f36eaa085c0a1e6b8772e9f3e912a8d1231f1cd69199858",
|
|
590
|
-
"plugins/src/base/skills/lisa-review-local/SKILL.md": "
|
|
603
|
+
"plugins/src/base/skills/lisa-review-local/SKILL.md": "348c4cae5a189e9afa9950899a5bd88674db8265d63a99b5b7a1b616e970e885",
|
|
591
604
|
"plugins/src/base/skills/lisa-rework-triage/SKILL.md": "56a5549a1430ea791e5edb71144c0741f09970933fe3f7b54a76e3218b9b9042",
|
|
592
605
|
"plugins/src/base/skills/lisa-root-cause-analysis/SKILL.md": "3fa14217ca36b238ebb8203d18f10eaaf98a3647f949cdada6cb9f56ddf9ed50",
|
|
593
606
|
"plugins/src/base/skills/lisa-secrets-access/SKILL.md": "042c8ac3e4f299bc8e4f7210253c207c8d2e68b9ed90f6767652390975fd419a",
|
|
@@ -638,7 +651,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
638
651
|
"plugins/src/base/skills/lisa-sync-down/SKILL.md": "c32e6a4e3115ca32b7d335e90d0a73b243c6c631a2d192568423be0cb5944e84",
|
|
639
652
|
"plugins/src/base/skills/lisa-task-decomposition/SKILL.md": "eb78838e1f121a7a619a841333b1adfce124dad8881853d14107512ead09d30f",
|
|
640
653
|
"plugins/src/base/skills/lisa-task-triage/SKILL.md": "c6e11b6d195560e6bd7b51fede65c155567c35208801a700a26d95679b03484e",
|
|
641
|
-
"plugins/src/base/skills/lisa-tdd-implementation/SKILL.md": "
|
|
654
|
+
"plugins/src/base/skills/lisa-tdd-implementation/SKILL.md": "8684a31f1982ec3bcf9803ef028bf2aa7a24cefd324ca40b2ac09d07287ecacd",
|
|
642
655
|
"plugins/src/base/skills/lisa-tear-down-automations/SKILL.md": "3f8215b691ce60a6efd63547b99b4d87760fe99d285f6fe153aaadd451e83731",
|
|
643
656
|
"plugins/src/base/skills/lisa-test-strategy/SKILL.md": "8976e0056b65475fe69f4ed02c8d0d3ae898fd9ab5ff28bf632981a3293c9f6e",
|
|
644
657
|
"plugins/src/base/skills/lisa-ticket-triage/SKILL.md": "9d29652fb897568a60da35956f452627a81e57032bbcc3c673ae20dfc8a419f5",
|
|
@@ -650,7 +663,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
650
663
|
"plugins/src/base/skills/lisa-tracker-evidence/SKILL.md": "5d844840266dcec7f7e909951de0ac7fb8c4de9b2db405427d61c1be6646a511",
|
|
651
664
|
"plugins/src/base/skills/lisa-tracker-journey/SKILL.md": "65fe727adfdbcc22141ad009e89cd7d91195600377c5357d552d50ed98ecf66b",
|
|
652
665
|
"plugins/src/base/skills/lisa-tracker-read/SKILL.md": "2a1047a723193ce999c0d4dc4d205a49f231c724fd812581c78fdef9e8f58b30",
|
|
653
|
-
"plugins/src/base/skills/lisa-tracker-source-artifacts/SKILL.md": "
|
|
666
|
+
"plugins/src/base/skills/lisa-tracker-source-artifacts/SKILL.md": "32d411ae12378c3446d798f60d006b9f9ec0bdf82b86a5f60287766a96541fb3",
|
|
654
667
|
"plugins/src/base/skills/lisa-tracker-sync/SKILL.md": "fc3951ef79a250cabec5892423de14bfa3cc3b0ebadcfdfbabdec257f67b382a",
|
|
655
668
|
"plugins/src/base/skills/lisa-tracker-validate/SKILL.md": "1527ee91ae0db42c2551ce579ab25e4daf9e7290df5ad3e77c618c4fd1ed8b16",
|
|
656
669
|
"plugins/src/base/skills/lisa-tracker-verify/SKILL.md": "552685eb08a76100df64c33f84d2c5f78867f4074e9fa1aa34fa9f905e06da1a",
|
|
@@ -1111,12 +1124,12 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1111
1124
|
"typescript/copy-overwrite/eslint.ignore.config.json": "04dcd754829cf93bf0ba0d76e4031d28cb7149afa658575d02bb13bf73f7880e",
|
|
1112
1125
|
"typescript/copy-overwrite/eslint.slow.config.ts": "f66d04381940936544931d7f20ffd4e43c38b8a907d56ffa101e2236371d8c94",
|
|
1113
1126
|
"typescript/copy-overwrite/knip.json": "6eb93d705a2d645332fbae1dd42cf2d48f85978ebc265451a53790912f277d12",
|
|
1114
|
-
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "
|
|
1127
|
+
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "c9dd6f6816b35d4d8f684892878d4181b9cb5266a7f2e2814970aa49dc04a001",
|
|
1115
1128
|
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "86e9df17ea11fe0cd11d54f7fd60f016338e7fe28cdd4b07fab3b0b064b64ffb",
|
|
1116
1129
|
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "e1e3f22b33267212b90f915f83821559d1a45cab5b16c7164b86bd6c7b53549b",
|
|
1117
1130
|
"typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "3c1d27d0668fc66a18cb014f2b607878f0a88c178a773fbe964b8e46b19e86d6",
|
|
1118
1131
|
"typescript/copy-overwrite/scripts/lisa-mutation.mjs": "7d8d24dea151ef2178807046e97aea7ebfadd9c88eb50347feb7bb4bb190227d",
|
|
1119
|
-
"typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json": "
|
|
1132
|
+
"typescript/copy-overwrite/scripts/nightly-e2e-suites.schema.json": "a6041930ca4536f3a76e4f54976ff846ab575f5f07a2356722eedcb06795e684",
|
|
1120
1133
|
"typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "90affbeaed0d65c032dccfc0bd4a4b26eda291f6b61aa8b12599f41842452e0a",
|
|
1121
1134
|
"typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs": "8fa58cc7276add0b2edf1de92bdcc32d81d840811ef0614ddc724010b59a888c",
|
|
1122
1135
|
"typescript/copy-overwrite/sgconfig.yml": "0ffe058c791d4d323f98104cf78c763bb0356d88739042060ceb86b6b1cb78d7",
|
|
@@ -2133,6 +2146,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2133
2146
|
"plugins/lisa-agy/scripts/automation-status-report.mjs": true,
|
|
2134
2147
|
"plugins/lisa-agy/scripts/automation-status-run-history.mjs": true,
|
|
2135
2148
|
"plugins/lisa-agy/scripts/cross-pollinate.mjs": true,
|
|
2149
|
+
"plugins/lisa-agy/scripts/design-source-gate.mjs": true,
|
|
2136
2150
|
"plugins/lisa-agy/scripts/doctor-report.mjs": true,
|
|
2137
2151
|
"plugins/lisa-agy/scripts/install-remote-agent-aws.mjs": true,
|
|
2138
2152
|
"plugins/lisa-agy/scripts/plugin-sync-explain.mjs": true,
|
|
@@ -2498,6 +2512,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2498
2512
|
"plugins/lisa-copilot/rules/eager/dependency-internalization-kit.md": true,
|
|
2499
2513
|
"plugins/lisa-copilot/rules/eager/dependency-trust-classes.md": true,
|
|
2500
2514
|
"plugins/lisa-copilot/rules/eager/derived-branch-plan.md": true,
|
|
2515
|
+
"plugins/lisa-copilot/rules/eager/design-source-of-truth.md": true,
|
|
2516
|
+
"plugins/lisa-copilot/rules/eager/do-it-now.md": true,
|
|
2501
2517
|
"plugins/lisa-copilot/rules/eager/documentation-source-paths.md": true,
|
|
2502
2518
|
"plugins/lisa-copilot/rules/eager/empirical-inquiry.md": true,
|
|
2503
2519
|
"plugins/lisa-copilot/rules/eager/factory-model.md": true,
|
|
@@ -2506,6 +2522,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2506
2522
|
"plugins/lisa-copilot/rules/eager/integration-access-layer.md": true,
|
|
2507
2523
|
"plugins/lisa-copilot/rules/eager/intent-routing.md": true,
|
|
2508
2524
|
"plugins/lisa-copilot/rules/eager/leaf-only-lifecycle.md": true,
|
|
2525
|
+
"plugins/lisa-copilot/rules/eager/learnings-ladder.md": true,
|
|
2526
|
+
"plugins/lisa-copilot/rules/eager/local-ci-first.md": true,
|
|
2527
|
+
"plugins/lisa-copilot/rules/eager/not-blocked-just-waiting.md": true,
|
|
2509
2528
|
"plugins/lisa-copilot/rules/eager/observability-audit.md": true,
|
|
2510
2529
|
"plugins/lisa-copilot/rules/eager/prd-definition-of-ready.md": true,
|
|
2511
2530
|
"plugins/lisa-copilot/rules/eager/prd-lifecycle-rollup.md": true,
|
|
@@ -2519,6 +2538,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2519
2538
|
"plugins/lisa-copilot/rules/eager/report-actionability.md": true,
|
|
2520
2539
|
"plugins/lisa-copilot/rules/eager/reset-seed-coverage.md": true,
|
|
2521
2540
|
"plugins/lisa-copilot/rules/eager/security-audit-handling.md": true,
|
|
2541
|
+
"plugins/lisa-copilot/rules/eager/session-status-updates.md": true,
|
|
2522
2542
|
"plugins/lisa-copilot/rules/eager/settled-decisions.md": true,
|
|
2523
2543
|
"plugins/lisa-copilot/rules/eager/stale-state-claims.md": true,
|
|
2524
2544
|
"plugins/lisa-copilot/rules/eager/tool-access-gate.md": true,
|
|
@@ -2542,6 +2562,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2542
2562
|
"plugins/lisa-copilot/rules/reference/dependency-internalization-kit.md": true,
|
|
2543
2563
|
"plugins/lisa-copilot/rules/reference/dependency-trust-classes.md": true,
|
|
2544
2564
|
"plugins/lisa-copilot/rules/reference/derived-branch-plan.md": true,
|
|
2565
|
+
"plugins/lisa-copilot/rules/reference/design-source-of-truth.md": true,
|
|
2566
|
+
"plugins/lisa-copilot/rules/reference/do-it-now.md": true,
|
|
2545
2567
|
"plugins/lisa-copilot/rules/reference/documentation-source-paths.md": true,
|
|
2546
2568
|
"plugins/lisa-copilot/rules/reference/empirical-inquiry.md": true,
|
|
2547
2569
|
"plugins/lisa-copilot/rules/reference/factory-model.md": true,
|
|
@@ -2550,6 +2572,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2550
2572
|
"plugins/lisa-copilot/rules/reference/integration-access-layer.md": true,
|
|
2551
2573
|
"plugins/lisa-copilot/rules/reference/intent-routing.md": true,
|
|
2552
2574
|
"plugins/lisa-copilot/rules/reference/leaf-only-lifecycle.md": true,
|
|
2575
|
+
"plugins/lisa-copilot/rules/reference/learnings-ladder.md": true,
|
|
2576
|
+
"plugins/lisa-copilot/rules/reference/local-ci-first.md": true,
|
|
2577
|
+
"plugins/lisa-copilot/rules/reference/not-blocked-just-waiting.md": true,
|
|
2553
2578
|
"plugins/lisa-copilot/rules/reference/observability-audit.md": true,
|
|
2554
2579
|
"plugins/lisa-copilot/rules/reference/prd-definition-of-ready.md": true,
|
|
2555
2580
|
"plugins/lisa-copilot/rules/reference/prd-lifecycle-rollup.md": true,
|
|
@@ -2563,6 +2588,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2563
2588
|
"plugins/lisa-copilot/rules/reference/report-actionability.md": true,
|
|
2564
2589
|
"plugins/lisa-copilot/rules/reference/reset-seed-coverage.md": true,
|
|
2565
2590
|
"plugins/lisa-copilot/rules/reference/security-audit-handling.md": true,
|
|
2591
|
+
"plugins/lisa-copilot/rules/reference/session-status-updates.md": true,
|
|
2566
2592
|
"plugins/lisa-copilot/rules/reference/settled-decisions.md": true,
|
|
2567
2593
|
"plugins/lisa-copilot/rules/reference/stale-state-claims.md": true,
|
|
2568
2594
|
"plugins/lisa-copilot/rules/reference/tool-access-gate.md": true,
|
|
@@ -2580,6 +2606,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2580
2606
|
"plugins/lisa-copilot/scripts/automation-status-report.mjs": true,
|
|
2581
2607
|
"plugins/lisa-copilot/scripts/automation-status-run-history.mjs": true,
|
|
2582
2608
|
"plugins/lisa-copilot/scripts/cross-pollinate.mjs": true,
|
|
2609
|
+
"plugins/lisa-copilot/scripts/design-source-gate.mjs": true,
|
|
2583
2610
|
"plugins/lisa-copilot/scripts/doctor-report.mjs": true,
|
|
2584
2611
|
"plugins/lisa-copilot/scripts/install-remote-agent-aws.mjs": true,
|
|
2585
2612
|
"plugins/lisa-copilot/scripts/plugin-sync-explain.mjs": true,
|
|
@@ -2945,6 +2972,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2945
2972
|
"plugins/lisa-cursor/rules/dependency-trust-classes.mdc": true,
|
|
2946
2973
|
"plugins/lisa-cursor/rules/derived-branch-plan-reference.mdc": true,
|
|
2947
2974
|
"plugins/lisa-cursor/rules/derived-branch-plan.mdc": true,
|
|
2975
|
+
"plugins/lisa-cursor/rules/design-source-of-truth-reference.mdc": true,
|
|
2976
|
+
"plugins/lisa-cursor/rules/design-source-of-truth.mdc": true,
|
|
2977
|
+
"plugins/lisa-cursor/rules/do-it-now-reference.mdc": true,
|
|
2978
|
+
"plugins/lisa-cursor/rules/do-it-now.mdc": true,
|
|
2948
2979
|
"plugins/lisa-cursor/rules/documentation-source-paths-reference.mdc": true,
|
|
2949
2980
|
"plugins/lisa-cursor/rules/documentation-source-paths.mdc": true,
|
|
2950
2981
|
"plugins/lisa-cursor/rules/empirical-inquiry-reference.mdc": true,
|
|
@@ -2961,6 +2992,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2961
2992
|
"plugins/lisa-cursor/rules/intent-routing.mdc": true,
|
|
2962
2993
|
"plugins/lisa-cursor/rules/leaf-only-lifecycle-reference.mdc": true,
|
|
2963
2994
|
"plugins/lisa-cursor/rules/leaf-only-lifecycle.mdc": true,
|
|
2995
|
+
"plugins/lisa-cursor/rules/learnings-ladder-reference.mdc": true,
|
|
2996
|
+
"plugins/lisa-cursor/rules/learnings-ladder.mdc": true,
|
|
2997
|
+
"plugins/lisa-cursor/rules/local-ci-first-reference.mdc": true,
|
|
2998
|
+
"plugins/lisa-cursor/rules/local-ci-first.mdc": true,
|
|
2999
|
+
"plugins/lisa-cursor/rules/not-blocked-just-waiting-reference.mdc": true,
|
|
3000
|
+
"plugins/lisa-cursor/rules/not-blocked-just-waiting.mdc": true,
|
|
2964
3001
|
"plugins/lisa-cursor/rules/observability-audit-reference.mdc": true,
|
|
2965
3002
|
"plugins/lisa-cursor/rules/observability-audit.mdc": true,
|
|
2966
3003
|
"plugins/lisa-cursor/rules/prd-definition-of-ready-reference.mdc": true,
|
|
@@ -2987,6 +3024,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2987
3024
|
"plugins/lisa-cursor/rules/reset-seed-coverage.mdc": true,
|
|
2988
3025
|
"plugins/lisa-cursor/rules/security-audit-handling-reference.mdc": true,
|
|
2989
3026
|
"plugins/lisa-cursor/rules/security-audit-handling.mdc": true,
|
|
3027
|
+
"plugins/lisa-cursor/rules/session-status-updates-reference.mdc": true,
|
|
3028
|
+
"plugins/lisa-cursor/rules/session-status-updates.mdc": true,
|
|
2990
3029
|
"plugins/lisa-cursor/rules/settled-decisions-reference.mdc": true,
|
|
2991
3030
|
"plugins/lisa-cursor/rules/settled-decisions.mdc": true,
|
|
2992
3031
|
"plugins/lisa-cursor/rules/stale-state-claims-reference.mdc": true,
|
|
@@ -3013,6 +3052,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3013
3052
|
"plugins/lisa-cursor/scripts/automation-status-report.mjs": true,
|
|
3014
3053
|
"plugins/lisa-cursor/scripts/automation-status-run-history.mjs": true,
|
|
3015
3054
|
"plugins/lisa-cursor/scripts/cross-pollinate.mjs": true,
|
|
3055
|
+
"plugins/lisa-cursor/scripts/design-source-gate.mjs": true,
|
|
3016
3056
|
"plugins/lisa-cursor/scripts/doctor-report.mjs": true,
|
|
3017
3057
|
"plugins/lisa-cursor/scripts/install-remote-agent-aws.mjs": true,
|
|
3018
3058
|
"plugins/lisa-cursor/scripts/plugin-sync-explain.mjs": true,
|
|
@@ -5454,6 +5494,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5454
5494
|
"plugins/lisa/rules/eager/dependency-internalization-kit.md": true,
|
|
5455
5495
|
"plugins/lisa/rules/eager/dependency-trust-classes.md": true,
|
|
5456
5496
|
"plugins/lisa/rules/eager/derived-branch-plan.md": true,
|
|
5497
|
+
"plugins/lisa/rules/eager/design-source-of-truth.md": true,
|
|
5498
|
+
"plugins/lisa/rules/eager/do-it-now.md": true,
|
|
5457
5499
|
"plugins/lisa/rules/eager/documentation-source-paths.md": true,
|
|
5458
5500
|
"plugins/lisa/rules/eager/empirical-inquiry.md": true,
|
|
5459
5501
|
"plugins/lisa/rules/eager/factory-model.md": true,
|
|
@@ -5462,6 +5504,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5462
5504
|
"plugins/lisa/rules/eager/integration-access-layer.md": true,
|
|
5463
5505
|
"plugins/lisa/rules/eager/intent-routing.md": true,
|
|
5464
5506
|
"plugins/lisa/rules/eager/leaf-only-lifecycle.md": true,
|
|
5507
|
+
"plugins/lisa/rules/eager/learnings-ladder.md": true,
|
|
5508
|
+
"plugins/lisa/rules/eager/local-ci-first.md": true,
|
|
5509
|
+
"plugins/lisa/rules/eager/not-blocked-just-waiting.md": true,
|
|
5465
5510
|
"plugins/lisa/rules/eager/observability-audit.md": true,
|
|
5466
5511
|
"plugins/lisa/rules/eager/prd-definition-of-ready.md": true,
|
|
5467
5512
|
"plugins/lisa/rules/eager/prd-lifecycle-rollup.md": true,
|
|
@@ -5475,6 +5520,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5475
5520
|
"plugins/lisa/rules/eager/report-actionability.md": true,
|
|
5476
5521
|
"plugins/lisa/rules/eager/reset-seed-coverage.md": true,
|
|
5477
5522
|
"plugins/lisa/rules/eager/security-audit-handling.md": true,
|
|
5523
|
+
"plugins/lisa/rules/eager/session-status-updates.md": true,
|
|
5478
5524
|
"plugins/lisa/rules/eager/settled-decisions.md": true,
|
|
5479
5525
|
"plugins/lisa/rules/eager/stale-state-claims.md": true,
|
|
5480
5526
|
"plugins/lisa/rules/eager/tool-access-gate.md": true,
|
|
@@ -5498,6 +5544,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5498
5544
|
"plugins/lisa/rules/reference/dependency-internalization-kit.md": true,
|
|
5499
5545
|
"plugins/lisa/rules/reference/dependency-trust-classes.md": true,
|
|
5500
5546
|
"plugins/lisa/rules/reference/derived-branch-plan.md": true,
|
|
5547
|
+
"plugins/lisa/rules/reference/design-source-of-truth.md": true,
|
|
5548
|
+
"plugins/lisa/rules/reference/do-it-now.md": true,
|
|
5501
5549
|
"plugins/lisa/rules/reference/documentation-source-paths.md": true,
|
|
5502
5550
|
"plugins/lisa/rules/reference/empirical-inquiry.md": true,
|
|
5503
5551
|
"plugins/lisa/rules/reference/factory-model.md": true,
|
|
@@ -5506,6 +5554,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5506
5554
|
"plugins/lisa/rules/reference/integration-access-layer.md": true,
|
|
5507
5555
|
"plugins/lisa/rules/reference/intent-routing.md": true,
|
|
5508
5556
|
"plugins/lisa/rules/reference/leaf-only-lifecycle.md": true,
|
|
5557
|
+
"plugins/lisa/rules/reference/learnings-ladder.md": true,
|
|
5558
|
+
"plugins/lisa/rules/reference/local-ci-first.md": true,
|
|
5559
|
+
"plugins/lisa/rules/reference/not-blocked-just-waiting.md": true,
|
|
5509
5560
|
"plugins/lisa/rules/reference/observability-audit.md": true,
|
|
5510
5561
|
"plugins/lisa/rules/reference/prd-definition-of-ready.md": true,
|
|
5511
5562
|
"plugins/lisa/rules/reference/prd-lifecycle-rollup.md": true,
|
|
@@ -5519,6 +5570,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5519
5570
|
"plugins/lisa/rules/reference/report-actionability.md": true,
|
|
5520
5571
|
"plugins/lisa/rules/reference/reset-seed-coverage.md": true,
|
|
5521
5572
|
"plugins/lisa/rules/reference/security-audit-handling.md": true,
|
|
5573
|
+
"plugins/lisa/rules/reference/session-status-updates.md": true,
|
|
5522
5574
|
"plugins/lisa/rules/reference/settled-decisions.md": true,
|
|
5523
5575
|
"plugins/lisa/rules/reference/stale-state-claims.md": true,
|
|
5524
5576
|
"plugins/lisa/rules/reference/tool-access-gate.md": true,
|
|
@@ -5536,6 +5588,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5536
5588
|
"plugins/lisa/scripts/automation-status-report.mjs": true,
|
|
5537
5589
|
"plugins/lisa/scripts/automation-status-run-history.mjs": true,
|
|
5538
5590
|
"plugins/lisa/scripts/cross-pollinate.mjs": true,
|
|
5591
|
+
"plugins/lisa/scripts/design-source-gate.mjs": true,
|
|
5539
5592
|
"plugins/lisa/scripts/doctor-report.mjs": true,
|
|
5540
5593
|
"plugins/lisa/scripts/install-remote-agent-aws.mjs": true,
|
|
5541
5594
|
"plugins/lisa/scripts/plugin-sync-explain.mjs": true,
|
|
@@ -6067,6 +6120,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6067
6120
|
"plugins/src/base/rules/eager/dependency-internalization-kit.md": true,
|
|
6068
6121
|
"plugins/src/base/rules/eager/dependency-trust-classes.md": true,
|
|
6069
6122
|
"plugins/src/base/rules/eager/derived-branch-plan.md": true,
|
|
6123
|
+
"plugins/src/base/rules/eager/design-source-of-truth.md": true,
|
|
6124
|
+
"plugins/src/base/rules/eager/do-it-now.md": true,
|
|
6070
6125
|
"plugins/src/base/rules/eager/documentation-source-paths.md": true,
|
|
6071
6126
|
"plugins/src/base/rules/eager/empirical-inquiry.md": true,
|
|
6072
6127
|
"plugins/src/base/rules/eager/factory-model.md": true,
|
|
@@ -6075,6 +6130,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6075
6130
|
"plugins/src/base/rules/eager/integration-access-layer.md": true,
|
|
6076
6131
|
"plugins/src/base/rules/eager/intent-routing.md": true,
|
|
6077
6132
|
"plugins/src/base/rules/eager/leaf-only-lifecycle.md": true,
|
|
6133
|
+
"plugins/src/base/rules/eager/learnings-ladder.md": true,
|
|
6134
|
+
"plugins/src/base/rules/eager/local-ci-first.md": true,
|
|
6135
|
+
"plugins/src/base/rules/eager/not-blocked-just-waiting.md": true,
|
|
6078
6136
|
"plugins/src/base/rules/eager/observability-audit.md": true,
|
|
6079
6137
|
"plugins/src/base/rules/eager/prd-definition-of-ready.md": true,
|
|
6080
6138
|
"plugins/src/base/rules/eager/prd-lifecycle-rollup.md": true,
|
|
@@ -6088,6 +6146,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6088
6146
|
"plugins/src/base/rules/eager/report-actionability.md": true,
|
|
6089
6147
|
"plugins/src/base/rules/eager/reset-seed-coverage.md": true,
|
|
6090
6148
|
"plugins/src/base/rules/eager/security-audit-handling.md": true,
|
|
6149
|
+
"plugins/src/base/rules/eager/session-status-updates.md": true,
|
|
6091
6150
|
"plugins/src/base/rules/eager/settled-decisions.md": true,
|
|
6092
6151
|
"plugins/src/base/rules/eager/stale-state-claims.md": true,
|
|
6093
6152
|
"plugins/src/base/rules/eager/tool-access-gate.md": true,
|
|
@@ -6111,6 +6170,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6111
6170
|
"plugins/src/base/rules/reference/dependency-internalization-kit.md": true,
|
|
6112
6171
|
"plugins/src/base/rules/reference/dependency-trust-classes.md": true,
|
|
6113
6172
|
"plugins/src/base/rules/reference/derived-branch-plan.md": true,
|
|
6173
|
+
"plugins/src/base/rules/reference/design-source-of-truth.md": true,
|
|
6174
|
+
"plugins/src/base/rules/reference/do-it-now.md": true,
|
|
6114
6175
|
"plugins/src/base/rules/reference/documentation-source-paths.md": true,
|
|
6115
6176
|
"plugins/src/base/rules/reference/empirical-inquiry.md": true,
|
|
6116
6177
|
"plugins/src/base/rules/reference/factory-model.md": true,
|
|
@@ -6119,6 +6180,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6119
6180
|
"plugins/src/base/rules/reference/integration-access-layer.md": true,
|
|
6120
6181
|
"plugins/src/base/rules/reference/intent-routing.md": true,
|
|
6121
6182
|
"plugins/src/base/rules/reference/leaf-only-lifecycle.md": true,
|
|
6183
|
+
"plugins/src/base/rules/reference/learnings-ladder.md": true,
|
|
6184
|
+
"plugins/src/base/rules/reference/local-ci-first.md": true,
|
|
6185
|
+
"plugins/src/base/rules/reference/not-blocked-just-waiting.md": true,
|
|
6122
6186
|
"plugins/src/base/rules/reference/observability-audit.md": true,
|
|
6123
6187
|
"plugins/src/base/rules/reference/prd-definition-of-ready.md": true,
|
|
6124
6188
|
"plugins/src/base/rules/reference/prd-lifecycle-rollup.md": true,
|
|
@@ -6132,6 +6196,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6132
6196
|
"plugins/src/base/rules/reference/report-actionability.md": true,
|
|
6133
6197
|
"plugins/src/base/rules/reference/reset-seed-coverage.md": true,
|
|
6134
6198
|
"plugins/src/base/rules/reference/security-audit-handling.md": true,
|
|
6199
|
+
"plugins/src/base/rules/reference/session-status-updates.md": true,
|
|
6135
6200
|
"plugins/src/base/rules/reference/settled-decisions.md": true,
|
|
6136
6201
|
"plugins/src/base/rules/reference/stale-state-claims.md": true,
|
|
6137
6202
|
"plugins/src/base/rules/reference/tool-access-gate.md": true,
|
|
@@ -6149,6 +6214,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6149
6214
|
"plugins/src/base/scripts/automation-status-report.mjs": true,
|
|
6150
6215
|
"plugins/src/base/scripts/automation-status-run-history.mjs": true,
|
|
6151
6216
|
"plugins/src/base/scripts/cross-pollinate.mjs": true,
|
|
6217
|
+
"plugins/src/base/scripts/design-source-gate.mjs": true,
|
|
6152
6218
|
"plugins/src/base/scripts/doctor-report.mjs": true,
|
|
6153
6219
|
"plugins/src/base/scripts/install-remote-agent-aws.mjs": true,
|
|
6154
6220
|
"plugins/src/base/scripts/plugin-sync-explain.mjs": true,
|
|
@@ -7280,6 +7346,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7280
7346
|
"tests/integration/maestro-native-flow-runner.test.ts": true,
|
|
7281
7347
|
"tests/integration/maestro-native-workflow.test.ts": true,
|
|
7282
7348
|
"tests/integration/maestro-native-zero-flow.test.ts": true,
|
|
7349
|
+
"tests/integration/nightly-e2e-grace-wiring.test.ts": true,
|
|
7283
7350
|
"tests/integration/nightly-e2e-health-workflow.test.ts": true,
|
|
7284
7351
|
"tests/integration/nightly-e2e-report-workflow.test.ts": true,
|
|
7285
7352
|
"tests/integration/quality-workflow.test.ts": true,
|
|
@@ -7449,6 +7516,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7449
7516
|
"tests/unit/core/host-rules-parity.test.ts": true,
|
|
7450
7517
|
"tests/unit/core/host-rules-pointer.test.ts": true,
|
|
7451
7518
|
"tests/unit/core/instruction-files-migration.test.ts": true,
|
|
7519
|
+
"tests/unit/core/instruction-files-self-host.test.ts": true,
|
|
7452
7520
|
"tests/unit/core/kane-cli.test.ts": true,
|
|
7453
7521
|
"tests/unit/core/kane-pilot.test.ts": true,
|
|
7454
7522
|
"tests/unit/core/kane-readiness.test.ts": true,
|
|
@@ -7603,6 +7671,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7603
7671
|
"tests/unit/scripts/nightly-e2e-health-api.test.ts": true,
|
|
7604
7672
|
"tests/unit/scripts/nightly-e2e-health-bypass.test.ts": true,
|
|
7605
7673
|
"tests/unit/scripts/nightly-e2e-health-completeness.test.ts": true,
|
|
7674
|
+
"tests/unit/scripts/nightly-e2e-health-grace.test.ts": true,
|
|
7606
7675
|
"tests/unit/scripts/nightly-e2e-health-issues.test.ts": true,
|
|
7607
7676
|
"tests/unit/scripts/nightly-e2e-health-label-attribution.test.ts": true,
|
|
7608
7677
|
"tests/unit/scripts/nightly-e2e-health.test.ts": true,
|
|
@@ -7733,6 +7802,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7733
7802
|
"tests/unit/strategies/dependency-ownership-parity.test.ts": true,
|
|
7734
7803
|
"tests/unit/strategies/dependency-trust-classes-rule-pair.test.ts": true,
|
|
7735
7804
|
"tests/unit/strategies/derived-branch-plan-contract.test.ts": true,
|
|
7805
|
+
"tests/unit/strategies/design-source-gate-fixtures.ts": true,
|
|
7806
|
+
"tests/unit/strategies/design-source-gate-verdict.test.ts": true,
|
|
7807
|
+
"tests/unit/strategies/design-source-gate.test.ts": true,
|
|
7808
|
+
"tests/unit/strategies/design-source-of-truth-rule.test.ts": true,
|
|
7736
7809
|
"tests/unit/strategies/distributed-content-round2-contract.test.ts": true,
|
|
7737
7810
|
"tests/unit/strategies/doctor-automation-readiness.test.ts": true,
|
|
7738
7811
|
"tests/unit/strategies/doctor-config-readiness.test.ts": true,
|
|
@@ -7831,6 +7904,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7831
7904
|
"tests/unit/strategies/reset-seed-coverage-rule.test.ts": true,
|
|
7832
7905
|
"tests/unit/strategies/rework-triage-skill.test.ts": true,
|
|
7833
7906
|
"tests/unit/strategies/security-two-bucket-contract.test.ts": true,
|
|
7907
|
+
"tests/unit/strategies/session-operating-pack.test.ts": true,
|
|
7834
7908
|
"tests/unit/strategies/setup-automations-readiness-warning.test.ts": true,
|
|
7835
7909
|
"tests/unit/strategies/setup-confluence-verified-parent.test.ts": true,
|
|
7836
7910
|
"tests/unit/strategies/setup-github-prd-verified-label.test.ts": true,
|