@holoscript/holosystem 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/catalog.mjs +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holoscript/holosystem",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Portable bootstrap, consumption catalog, lineage, and bounded-work contract for HoloSystem consumers.",
5
5
  "releaseLane": "v0-preview",
6
6
  "keywords": [
package/src/catalog.mjs CHANGED
@@ -248,7 +248,11 @@ export function selectNextConsumptionWork({
248
248
  name: row.name,
249
249
  version: row.expectedVersion || row.observedVersion || null,
250
250
  classification: row.classification,
251
- action: row.classification === 'stale' ? 'refresh-cold-consumption' : 'prove-cold-consumption',
251
+ action: row.classification === 'failed'
252
+ ? 'repair-consumer-contract'
253
+ : row.classification === 'stale'
254
+ ? 'refresh-cold-consumption'
255
+ : 'prove-cold-consumption',
252
256
  priority,
253
257
  sourceRepository: source?.sourceRepository || null,
254
258
  reasons: [