@codyswann/lisa 3.47.6 → 3.47.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/core/lisa-owned-provenance.d.ts +13 -0
  2. package/dist/core/lisa-owned-provenance.d.ts.map +1 -1
  3. package/dist/core/lisa-owned-provenance.js +18 -0
  4. package/dist/core/lisa-owned-provenance.js.map +1 -1
  5. package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
  6. package/dist/core/upstream-evidence-manifest.js +9 -4
  7. package/dist/core/upstream-evidence-manifest.js.map +1 -1
  8. package/dist/strategies/copy-overwrite.d.ts +30 -4
  9. package/dist/strategies/copy-overwrite.d.ts.map +1 -1
  10. package/dist/strategies/copy-overwrite.js +63 -14
  11. package/dist/strategies/copy-overwrite.js.map +1 -1
  12. package/package.json +1 -1
  13. package/plugins/lisa/.claude-plugin/plugin.json +1 -1
  14. package/plugins/lisa/.codex-plugin/plugin.json +1 -1
  15. package/plugins/lisa/scripts/automation-run-record.mjs +124 -4
  16. package/plugins/lisa/scripts/automation-status-claude-adapter.mjs +9 -1
  17. package/plugins/lisa/scripts/automation-status-codex-adapter.mjs +9 -1
  18. package/plugins/lisa/scripts/automation-status-run-history.mjs +34 -3
  19. package/plugins/lisa-agy/plugin.json +1 -1
  20. package/plugins/lisa-agy/scripts/automation-run-record.mjs +124 -4
  21. package/plugins/lisa-agy/scripts/automation-status-claude-adapter.mjs +9 -1
  22. package/plugins/lisa-agy/scripts/automation-status-codex-adapter.mjs +9 -1
  23. package/plugins/lisa-agy/scripts/automation-status-run-history.mjs +34 -3
  24. package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
  25. package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
  26. package/plugins/lisa-cdk-agy/plugin.json +1 -1
  27. package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
  28. package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
  29. package/plugins/lisa-copilot/.claude-plugin/plugin.json +1 -1
  30. package/plugins/lisa-copilot/scripts/automation-run-record.mjs +124 -4
  31. package/plugins/lisa-copilot/scripts/automation-status-claude-adapter.mjs +9 -1
  32. package/plugins/lisa-copilot/scripts/automation-status-codex-adapter.mjs +9 -1
  33. package/plugins/lisa-copilot/scripts/automation-status-run-history.mjs +34 -3
  34. package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
  35. package/plugins/lisa-cursor/scripts/automation-run-record.mjs +124 -4
  36. package/plugins/lisa-cursor/scripts/automation-status-claude-adapter.mjs +9 -1
  37. package/plugins/lisa-cursor/scripts/automation-status-codex-adapter.mjs +9 -1
  38. package/plugins/lisa-cursor/scripts/automation-status-run-history.mjs +34 -3
  39. package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
  40. package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
  41. package/plugins/lisa-expo-agy/plugin.json +1 -1
  42. package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
  43. package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
  44. package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
  45. package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
  46. package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
  47. package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
  48. package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
  49. package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
  50. package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
  51. package/plugins/lisa-nestjs-agy/plugin.json +1 -1
  52. package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
  53. package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
  54. package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
  55. package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
  56. package/plugins/lisa-openclaw-agy/plugin.json +1 -1
  57. package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
  58. package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
  59. package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
  60. package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
  61. package/plugins/lisa-phaser-agy/plugin.json +1 -1
  62. package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
  63. package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
  64. package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
  65. package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
  66. package/plugins/lisa-rails-agy/plugin.json +1 -1
  67. package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
  68. package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
  69. package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
  70. package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
  71. package/plugins/lisa-typescript-agy/plugin.json +1 -1
  72. package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
  73. package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
  74. package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
  75. package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
  76. package/plugins/lisa-wiki-agy/plugin.json +1 -1
  77. package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
  78. package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
  79. package/plugins/src/base/scripts/automation-run-record.mjs +124 -4
  80. package/plugins/src/base/scripts/automation-status-claude-adapter.mjs +9 -1
  81. package/plugins/src/base/scripts/automation-status-codex-adapter.mjs +9 -1
  82. package/plugins/src/base/scripts/automation-status-run-history.mjs +34 -3
@@ -57,6 +57,19 @@ export declare function classifyHostCopy(relativePath: string, hostBytes: Buffer
57
57
  * @returns True when the host copy is provably not ahead
58
58
  */
59
59
  export declare function mayRefreshLisaOwned(verdict: ProvenanceVerdict): verdict is Exclude<ProvenanceVerdict, PreservedVerdict>;
60
+ /**
61
+ * Explain a Lisa-owned file that could not be classified at all.
62
+ *
63
+ * Distinct from `describePreserved`, which reports a verdict. There is no
64
+ * verdict here: one side's bytes could not be read, so nothing is known about
65
+ * which copy is ahead. Saying "your copy is stronger" would be inventing a
66
+ * finding, and saying "out of date" would be inventing the opposite one — so
67
+ * this names the unreadable side and the one action that resolves it.
68
+ * @param relativePath - Repo-relative destination path of the artifact
69
+ * @param hostUnreadable - True when the project's copy is the unreadable side
70
+ * @returns One operator-readable sentence
71
+ */
72
+ export declare function describeUnclassifiable(relativePath: string, hostUnreadable: boolean): string;
60
73
  /**
61
74
  * Explain a preserved file to whoever is reading the apply output.
62
75
  *
@@ -1 +1 @@
1
- {"version":3,"file":"lisa-owned-provenance.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-provenance.ts"],"names":[],"mappings":"AAyEA,yDAAyD;AACzD,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAAC,CAAC;AAQrE,2EAA2E;AAC3E,MAAM,MAAM,iBAAiB;AAC3B,iEAAiE;AAC/D;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE;AAChC,4EAA4E;GAC1E;IACE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,SAAS,MAAM,EAAE,CAAC;CAC/C;AACH,uDAAuD;GACrD;IAAE,QAAQ,CAAC,IAAI,EAAE,eAAe,CAAA;CAAE;AACpC,mEAAmE;GACjE;IAAE,QAAQ,CAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE;AACrC,gFAAgF;GAC9E;IAAE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAA;CAAE,CAAC;AAEpC;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CACpC,iBAAiB,EACjB;IAAE,QAAQ,CAAC,IAAI,EAAE,YAAY,GAAG,eAAe,CAAA;CAAE,CAClD,CAAC;AAWF;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAC9B,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,MAAM,GAAE,UAAmC,GAC1C,iBAAiB,CAiBnB;AAWD;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,iBAAiB,GACzB,OAAO,IAAI,OAAO,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAEzD;AAED;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAC/B,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,gBAAgB,GACxB,MAAM,CAIR"}
1
+ {"version":3,"file":"lisa-owned-provenance.d.ts","sourceRoot":"","sources":["../../src/core/lisa-owned-provenance.ts"],"names":[],"mappings":"AAyEA,yDAAyD;AACzD,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAAC,CAAC;AAQrE,2EAA2E;AAC3E,MAAM,MAAM,iBAAiB;AAC3B,iEAAiE;AAC/D;IAAE,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAA;CAAE;AAChC,4EAA4E;GAC1E;IACE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,SAAS,MAAM,EAAE,CAAC;CAC/C;AACH,uDAAuD;GACrD;IAAE,QAAQ,CAAC,IAAI,EAAE,eAAe,CAAA;CAAE;AACpC,mEAAmE;GACjE;IAAE,QAAQ,CAAC,IAAI,EAAE,gBAAgB,CAAA;CAAE;AACrC,gFAAgF;GAC9E;IAAE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAA;CAAE,CAAC;AAEpC;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CACpC,iBAAiB,EACjB;IAAE,QAAQ,CAAC,IAAI,EAAE,YAAY,GAAG,eAAe,CAAA;CAAE,CAClD,CAAC;AAWF;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAC9B,YAAY,EAAE,MAAM,EACpB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,MAAM,GAAE,UAAmC,GAC1C,iBAAiB,CAiBnB;AAWD;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,iBAAiB,GACzB,OAAO,IAAI,OAAO,CAAC,iBAAiB,EAAE,gBAAgB,CAAC,CAEzD;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,sBAAsB,CACpC,YAAY,EAAE,MAAM,EACpB,cAAc,EAAE,OAAO,GACtB,MAAM,CAKR;AAED;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAC/B,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,gBAAgB,GACxB,MAAM,CAIR"}
@@ -126,6 +126,24 @@ function normalise(relativePath) {
126
126
  export function mayRefreshLisaOwned(verdict) {
127
127
  return verdict.kind !== HOST_AHEAD && verdict.kind !== HOST_MODIFIED;
128
128
  }
129
+ /**
130
+ * Explain a Lisa-owned file that could not be classified at all.
131
+ *
132
+ * Distinct from `describePreserved`, which reports a verdict. There is no
133
+ * verdict here: one side's bytes could not be read, so nothing is known about
134
+ * which copy is ahead. Saying "your copy is stronger" would be inventing a
135
+ * finding, and saying "out of date" would be inventing the opposite one — so
136
+ * this names the unreadable side and the one action that resolves it.
137
+ * @param relativePath - Repo-relative destination path of the artifact
138
+ * @param hostUnreadable - True when the project's copy is the unreadable side
139
+ * @returns One operator-readable sentence
140
+ */
141
+ export function describeUnclassifiable(relativePath, hostUnreadable) {
142
+ const which = hostUnreadable
143
+ ? "your project's copy of this file"
144
+ : "its own packaged copy of this file";
145
+ return `${relativePath}: Lisa could not read ${which}, so it could not tell whether yours is out of date or deliberately stronger. Kept yours and changed nothing. Check the file is readable, then run \`lisa apply\` again.`;
146
+ }
129
147
  /**
130
148
  * Explain a preserved file to whoever is reading the apply output.
131
149
  *
@@ -1 +1 @@
1
- {"version":3,"file":"lisa-owned-provenance.js","sourceRoot":"","sources":["../../src/core/lisa-owned-provenance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EACL,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAKrE,yEAAyE;AACzE,MAAM,aAAa,GAAG,eAAwB,CAAC;AAE/C,uEAAuE;AACvE,MAAM,UAAU,GAAG,YAAqB,CAAC;AA8BzC;;;;GAIG;AACH,SAAS,MAAM,CAAC,KAAa;IAC3B,OAAO,UAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,gBAAgB,CAC9B,YAAoB,EACpB,SAAiB,EACjB,SAAiB,EACjB,SAAqB,sBAAsB;IAE3C,IAAI,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC;QAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;IAE9D,MAAM,gBAAgB,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC1D,MAAM,iBAAiB,GAAG,sBAAsB,CAC9C,gBAAgB,EAChB,qBAAqB,CAAC,SAAS,CAAC,CACjC,CAAC;IACF,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,iBAAiB,EAAE,CAAC;IACjD,CAAC;IAED,MAAM,KAAK,GAAG,MAAM,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;IAC9C,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;IAC7E,OAAO,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QACtC,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE;QAC5B,CAAC,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;AAC9B,CAAC;AAED;;;;GAIG;AACH,SAAS,SAAS,CAAC,YAAoB;IACrC,OAAO,YAAY,CAAC,UAAU,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;AAC5C,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,mBAAmB,CACjC,OAA0B;IAE1B,OAAO,OAAO,CAAC,IAAI,KAAK,UAAU,IAAI,OAAO,CAAC,IAAI,KAAK,aAAa,CAAC;AACvE,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,iBAAiB,CAC/B,YAAoB,EACpB,OAAyB;IAEzB,OAAO,OAAO,CAAC,IAAI,KAAK,UAAU;QAChC,CAAC,CAAC,GAAG,YAAY,8BAA8B,OAAO,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,sPAAsP;QACzU,CAAC,CAAC,GAAG,YAAY,uSAAuS,CAAC;AAC7T,CAAC"}
1
+ {"version":3,"file":"lisa-owned-provenance.js","sourceRoot":"","sources":["../../src/core/lisa-owned-provenance.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,OAAO,EACL,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAKrE,yEAAyE;AACzE,MAAM,aAAa,GAAG,eAAwB,CAAC;AAE/C,uEAAuE;AACvE,MAAM,UAAU,GAAG,YAAqB,CAAC;AA8BzC;;;;GAIG;AACH,SAAS,MAAM,CAAC,KAAa;IAC3B,OAAO,UAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,gBAAgB,CAC9B,YAAoB,EACpB,SAAiB,EACjB,SAAiB,EACjB,SAAqB,sBAAsB;IAE3C,IAAI,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC;QAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;IAE9D,MAAM,gBAAgB,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;IAC1D,MAAM,iBAAiB,GAAG,sBAAsB,CAC9C,gBAAgB,EAChB,qBAAqB,CAAC,SAAS,CAAC,CACjC,CAAC;IACF,IAAI,iBAAiB,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACjC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,iBAAiB,EAAE,CAAC;IACjD,CAAC;IAED,MAAM,KAAK,GAAG,MAAM,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC;IAC9C,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;IAC7E,OAAO,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;QACtC,CAAC,CAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE;QAC5B,CAAC,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;AAC9B,CAAC;AAED;;;;GAIG;AACH,SAAS,SAAS,CAAC,YAAoB;IACrC,OAAO,YAAY,CAAC,UAAU,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;AAC5C,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,mBAAmB,CACjC,OAA0B;IAE1B,OAAO,OAAO,CAAC,IAAI,KAAK,UAAU,IAAI,OAAO,CAAC,IAAI,KAAK,aAAa,CAAC;AACvE,CAAC;AAED;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,sBAAsB,CACpC,YAAoB,EACpB,cAAuB;IAEvB,MAAM,KAAK,GAAG,cAAc;QAC1B,CAAC,CAAC,kCAAkC;QACpC,CAAC,CAAC,oCAAoC,CAAC;IACzC,OAAO,GAAG,YAAY,yBAAyB,KAAK,0KAA0K,CAAC;AACjO,CAAC;AAED;;;;;;;;;GASG;AACH,MAAM,UAAU,iBAAiB,CAC/B,YAAoB,EACpB,OAAyB;IAEzB,OAAO,OAAO,CAAC,IAAI,KAAK,UAAU;QAChC,CAAC,CAAC,GAAG,YAAY,8BAA8B,OAAO,CAAC,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,sPAAsP;QACzU,CAAC,CAAC,GAAG,YAAY,uSAAuS,CAAC;AAC7T,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,CA02EpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CA00OjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,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,CA02EpE,CAAC;AAEL,4EAA4E;AAC5E,eAAO,MAAM,yBAAyB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CA+0OjE,CAAC;AAEL,sFAAsF;AACtF,eAAO,MAAM,uBAAuB,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAk6I/D,CAAC"}
@@ -472,13 +472,13 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
472
472
  "plugins/src/base/rules/reference/verification.md": "9ae8db87b37c7700687fabd1b8632b3cddd0f1f1e4b04384c604f88f160056ed",
473
473
  "plugins/src/base/rules/reference/wiki-knowledge-source.md": "725a7415a0606f85164722bd4b4975bce1f496cc43c97e45b224810b1a685189",
474
474
  "plugins/src/base/rules/reference/work-item-definition-of-ready.md": "ebcfe89f5a33a8008c4a54c1c2f4a092952df3263adc8f537a4c0b6ad8dbe18d",
475
- "plugins/src/base/scripts/automation-run-record.mjs": "f03c05aaa75432d1c87b241762fc1cf1d31a33b7c076d5fab67113d19081b162",
476
- "plugins/src/base/scripts/automation-status-claude-adapter.mjs": "1f77b28fd59986ac3f76a55296b70d8c45385bbdb759e97691e49db121725ee2",
477
- "plugins/src/base/scripts/automation-status-codex-adapter.mjs": "640b0b4d140f8e6f7e8789eb86376e71454da07ba134a01e0b71fa4be10ff424",
475
+ "plugins/src/base/scripts/automation-run-record.mjs": "24351f445c9c9dc7e9136be918bb0c4fbea567f0c3972cbe62afbdc83653ce2a",
476
+ "plugins/src/base/scripts/automation-status-claude-adapter.mjs": "f377d6384d05a97af2a33dc6c1ddb255bc07c7af308c595f6f6fc2789e24d46b",
477
+ "plugins/src/base/scripts/automation-status-codex-adapter.mjs": "6b0f1ae532a451c45975d8db09c776a03e50e65788b30286b3416e55e39078e7",
478
478
  "plugins/src/base/scripts/automation-status-contract-drift.mjs": "5f3f327fddedd6870017a86f2702d9cbb17352384fb225ab353eed54241182ef",
479
479
  "plugins/src/base/scripts/automation-status-expected-fleet.mjs": "a7c2463547d28403455ec739772b12c3821e2cde387da3d31e831de1442b25d5",
480
480
  "plugins/src/base/scripts/automation-status-report.mjs": "520f77645c5b7cab3f69848fb5cf19e8b1d802cd1f8ce6a35aa36a0bf6a0d146",
481
- "plugins/src/base/scripts/automation-status-run-history.mjs": "a07f0d1af412f0d2747a9cbe82fa0edbeb8cc8dd4bdf4c51526e779090f08208",
481
+ "plugins/src/base/scripts/automation-status-run-history.mjs": "7a84d3abf27a5fe1715a9869c4862711622c004ad9710aae55912ff9c6a5658d",
482
482
  "plugins/src/base/scripts/automation-status-unrecorded-runs.mjs": "e6063e072b9cf0928bf94df034937326444d542143f5d7264a9c2c7180c035ae",
483
483
  "plugins/src/base/scripts/cross-pollinate.mjs": "08b17213a484e4c873283e2af674df579593c7ff20c95a06d71ae88c0b83f937",
484
484
  "plugins/src/base/scripts/design-bindings-probe.mjs": "2b913b86e2e36c987756b1b2654f51c8931252433d024dd588f0a1013b0db55c",
@@ -7541,6 +7541,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7541
7541
  "tests/helpers/verification-gate-harness.ts": true,
7542
7542
  "tests/helpers/workflow-job-graph.ts": true,
7543
7543
  "tests/helpers/workflow-test-utils.ts": true,
7544
+ "tests/integration/apply-prompted-guard-downgrade.test.ts": true,
7544
7545
  "tests/integration/bootstrap-keychain.test.ts": true,
7545
7546
  "tests/integration/cli-smoke.test.ts": true,
7546
7547
  "tests/integration/deletion-reference-guard.test.ts": true,
@@ -7566,6 +7567,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
7566
7567
  "tests/integration/maestro-native-driver-retry.test.ts": true,
7567
7568
  "tests/integration/maestro-native-flake-classification.test.ts": true,
7568
7569
  "tests/integration/maestro-native-flow-runner.test.ts": true,
7570
+ "tests/integration/maestro-native-per-flow-retry.test.ts": true,
7569
7571
  "tests/integration/maestro-native-suite-scope.test.ts": true,
7570
7572
  "tests/integration/maestro-native-workflow.test.ts": true,
7571
7573
  "tests/integration/maestro-native-zero-flow.test.ts": true,
@@ -8143,6 +8145,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
8143
8145
  "tests/unit/strategies/automation-run-history-helpers.ts": true,
8144
8146
  "tests/unit/strategies/automation-run-record-cli.test.ts": true,
8145
8147
  "tests/unit/strategies/automation-run-record-preservation.test.ts": true,
8148
+ "tests/unit/strategies/automation-run-record-quarantine.test.ts": true,
8146
8149
  "tests/unit/strategies/automation-run-record.test.ts": true,
8147
8150
  "tests/unit/strategies/automation-runbook-contract-rule.test.ts": true,
8148
8151
  "tests/unit/strategies/automation-status-claude-adapter.test.ts": true,
@@ -8154,6 +8157,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
8154
8157
  "tests/unit/strategies/automation-status-expected-fleet.test.ts": true,
8155
8158
  "tests/unit/strategies/automation-status-fixture-smoke-and-parity.test.ts": true,
8156
8159
  "tests/unit/strategies/automation-status-fleet-runbooks.test.ts": true,
8160
+ "tests/unit/strategies/automation-status-ledger-integrity.test.ts": true,
8157
8161
  "tests/unit/strategies/automation-status-operator-docs.test.ts": true,
8158
8162
  "tests/unit/strategies/automation-status-opt-in-group.test.ts": true,
8159
8163
  "tests/unit/strategies/automation-status-report-rendering.test.ts": true,
@@ -8177,6 +8181,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
8177
8181
  "tests/unit/strategies/copy-overwrite-enforcement-scripts.test.ts": true,
8178
8182
  "tests/unit/strategies/copy-overwrite-host-ahead.test.ts": true,
8179
8183
  "tests/unit/strategies/copy-overwrite-lisa-owned-guards.test.ts": true,
8184
+ "tests/unit/strategies/copy-overwrite-prompted-downgrade.test.ts": true,
8180
8185
  "tests/unit/strategies/copy-overwrite-refresh-templates.test.ts": true,
8181
8186
  "tests/unit/strategies/copy-overwrite.test.ts": true,
8182
8187
  "tests/unit/strategies/create-only.test.ts": true,