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

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.113",
8
- "snapshotSha256": "09c8ab9ca6621b843991c68b3de1aa07ba402b95be514285241826084fbc9391"
7
+ "releaseVersion": "0.1.0-beta.114",
8
+ "snapshotSha256": "31cffe8b7659879bf2e04c6a624d6720d12330e50ba5c351bca4ca82699c79c4"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -1547,6 +1547,83 @@
1547
1547
  }
1548
1548
  ],
1549
1549
  "retiredProviders": []
1550
+ },
1551
+ {
1552
+ "releaseVersion": "0.1.0-beta.115",
1553
+ "previousSnapshotSha256": "31cffe8b7659879bf2e04c6a624d6720d12330e50ba5c351bca4ca82699c79c4",
1554
+ "providers": [
1555
+ {
1556
+ "id": "claude",
1557
+ "discovery": {
1558
+ "providerRootNames": [
1559
+ ".claude"
1560
+ ],
1561
+ "instructionNames": [
1562
+ "CLAUDE.md"
1563
+ ],
1564
+ "instructionOverrideNames": [
1565
+ "CLAUDE.local.md",
1566
+ "CLAUDE.override.md"
1567
+ ],
1568
+ "configPaths": [
1569
+ ".claude/settings.json",
1570
+ ".claude/settings.local.json",
1571
+ ".mcp.json"
1572
+ ],
1573
+ "pluginRootNames": [
1574
+ ".claude-plugin"
1575
+ ]
1576
+ },
1577
+ "surfaces": [
1578
+ {
1579
+ "path": ".claude/settings.json",
1580
+ "kind": "file"
1581
+ },
1582
+ {
1583
+ "path": ".claude/skills",
1584
+ "kind": "tree"
1585
+ },
1586
+ {
1587
+ "path": "CLAUDE.md",
1588
+ "kind": "file"
1589
+ }
1590
+ ]
1591
+ },
1592
+ {
1593
+ "id": "codex",
1594
+ "discovery": {
1595
+ "providerRootNames": [
1596
+ ".agents",
1597
+ ".codex"
1598
+ ],
1599
+ "instructionNames": [
1600
+ "AGENTS.md"
1601
+ ],
1602
+ "instructionOverrideNames": [
1603
+ "AGENTS.local.md",
1604
+ "AGENTS.override.md"
1605
+ ],
1606
+ "configPaths": [
1607
+ ".codex/config.toml",
1608
+ ".codex/hooks.json"
1609
+ ],
1610
+ "pluginRootNames": [
1611
+ ".codex-plugin"
1612
+ ]
1613
+ },
1614
+ "surfaces": [
1615
+ {
1616
+ "path": ".agents/skills",
1617
+ "kind": "tree"
1618
+ },
1619
+ {
1620
+ "path": ".codex/hooks.json",
1621
+ "kind": "file"
1622
+ }
1623
+ ]
1624
+ }
1625
+ ],
1626
+ "retiredProviders": []
1550
1627
  }
1551
1628
  ]
1552
1629
  }
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.114",
7
+ "version": "0.1.0-beta.115",
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",