@principles/core 1.78.0 → 1.79.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.
@@ -274,6 +274,7 @@ const KNOWN_PLUGIN_CORE_FILES = new Set([
274
274
  // ── Runtime V2 ──────────────────────────────────────────────────────────
275
275
  'runtime-v2-prompt-activation-reader.ts',
276
276
  'workspace-guidance-migrator.ts',
277
+ 'surface-guard.ts',
277
278
  // ── Test Files ──────────────────────────────────────────────────────────
278
279
  '__tests__/focus-history.test.ts',
279
280
  'principle-compiler/__tests__/compiler-replay-gate.test.ts',
@@ -320,7 +321,7 @@ describe('PRI-212 plugin core anti-growth guard', () => {
320
321
  // Prevents accidental baseline bloat from going unnoticed.
321
322
  // See docs/reviews/plugin-core-inventory-2026-05.md §7
322
323
  // PRI-286: Removed confirm-first-gate.ts (95 → 94)
323
- expect(KNOWN_PLUGIN_CORE_FILES.size).toBe(95);
324
+ expect(KNOWN_PLUGIN_CORE_FILES.size).toBe(96);
324
325
  });
325
326
  });
326
327
  const REQUIRED_TEST_FILES = [