@qijenchen/governance 0.1.0-beta.113 → 0.1.0-beta.114

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.
@@ -4,8 +4,8 @@
4
4
  "kind": "provider-lifecycle-ledger",
5
5
  "immutableHead": {
6
6
  "providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
7
- "releaseVersion": "0.1.0-beta.112",
8
- "snapshotSha256": "bba31a8b1f894176c688475802ed513e492fdd5dec332cbc5418698cdacb51c7"
7
+ "releaseVersion": "0.1.0-beta.113",
8
+ "snapshotSha256": "09c8ab9ca6621b843991c68b3de1aa07ba402b95be514285241826084fbc9391"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -1470,6 +1470,83 @@
1470
1470
  }
1471
1471
  ],
1472
1472
  "retiredProviders": []
1473
+ },
1474
+ {
1475
+ "releaseVersion": "0.1.0-beta.114",
1476
+ "previousSnapshotSha256": "09c8ab9ca6621b843991c68b3de1aa07ba402b95be514285241826084fbc9391",
1477
+ "providers": [
1478
+ {
1479
+ "id": "claude",
1480
+ "discovery": {
1481
+ "providerRootNames": [
1482
+ ".claude"
1483
+ ],
1484
+ "instructionNames": [
1485
+ "CLAUDE.md"
1486
+ ],
1487
+ "instructionOverrideNames": [
1488
+ "CLAUDE.local.md",
1489
+ "CLAUDE.override.md"
1490
+ ],
1491
+ "configPaths": [
1492
+ ".claude/settings.json",
1493
+ ".claude/settings.local.json",
1494
+ ".mcp.json"
1495
+ ],
1496
+ "pluginRootNames": [
1497
+ ".claude-plugin"
1498
+ ]
1499
+ },
1500
+ "surfaces": [
1501
+ {
1502
+ "path": ".claude/settings.json",
1503
+ "kind": "file"
1504
+ },
1505
+ {
1506
+ "path": ".claude/skills",
1507
+ "kind": "tree"
1508
+ },
1509
+ {
1510
+ "path": "CLAUDE.md",
1511
+ "kind": "file"
1512
+ }
1513
+ ]
1514
+ },
1515
+ {
1516
+ "id": "codex",
1517
+ "discovery": {
1518
+ "providerRootNames": [
1519
+ ".agents",
1520
+ ".codex"
1521
+ ],
1522
+ "instructionNames": [
1523
+ "AGENTS.md"
1524
+ ],
1525
+ "instructionOverrideNames": [
1526
+ "AGENTS.local.md",
1527
+ "AGENTS.override.md"
1528
+ ],
1529
+ "configPaths": [
1530
+ ".codex/config.toml",
1531
+ ".codex/hooks.json"
1532
+ ],
1533
+ "pluginRootNames": [
1534
+ ".codex-plugin"
1535
+ ]
1536
+ },
1537
+ "surfaces": [
1538
+ {
1539
+ "path": ".agents/skills",
1540
+ "kind": "tree"
1541
+ },
1542
+ {
1543
+ "path": ".codex/hooks.json",
1544
+ "kind": "file"
1545
+ }
1546
+ ]
1547
+ }
1548
+ ],
1549
+ "retiredProviders": []
1473
1550
  }
1474
1551
  ]
1475
1552
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/ajenchen/design-system.git"
6
6
  },
7
- "version": "0.1.0-beta.113",
7
+ "version": "0.1.0-beta.114",
8
8
  "description": "Provider-neutral DS-author control plane for deterministic snapshots, adapters, checks, and evidence manifests.",
9
9
  "type": "module",
10
10
  "license": "UNLICENSED",