@principles/core 1.180.0 → 1.182.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.
@@ -310,6 +310,10 @@ const KNOWN_PLUGIN_CORE_FILES = new Set([
310
310
  'empathy-keyword-matcher.ts',
311
311
  'pain-lifecycle.ts',
312
312
  'session-tracker.ts',
313
+ // PRI-459: now a thin re-export adapter over @principles/core/principle-tree-ledger.
314
+ // Kept in the plugin baseline so existing relative imports (./principle-tree-ledger.js)
315
+ // still resolve. No parsing/serialization/mutation logic may live here — enforced by
316
+ // tests/ledger-schema-diff.test.ts.
313
317
  'principle-tree-ledger.ts',
314
318
  'evolution-logger.ts',
315
319
  'evolution-engine.ts',