@qijenchen/governance 0.1.0-beta.100 → 0.1.0-beta.101

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.99",
8
- "snapshotSha256": "631028133be027a55e6fed2a61632aa4b0ef4eeb574a02322a61eba41db70b64"
7
+ "releaseVersion": "0.1.0-beta.100",
8
+ "snapshotSha256": "ac98b3f85f7abba54edd7d730cfa8b0ed8b537731c3b9bbffca9c1cdc96532d5"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -469,6 +469,83 @@
469
469
  ],
470
470
  "releaseVersion": "0.1.0-beta.100",
471
471
  "retiredProviders": []
472
+ },
473
+ {
474
+ "previousSnapshotSha256": "ac98b3f85f7abba54edd7d730cfa8b0ed8b537731c3b9bbffca9c1cdc96532d5",
475
+ "providers": [
476
+ {
477
+ "id": "claude",
478
+ "discovery": {
479
+ "providerRootNames": [
480
+ ".claude"
481
+ ],
482
+ "instructionNames": [
483
+ "CLAUDE.md"
484
+ ],
485
+ "instructionOverrideNames": [
486
+ "CLAUDE.local.md",
487
+ "CLAUDE.override.md"
488
+ ],
489
+ "configPaths": [
490
+ ".claude/settings.json",
491
+ ".claude/settings.local.json",
492
+ ".mcp.json"
493
+ ],
494
+ "pluginRootNames": [
495
+ ".claude-plugin"
496
+ ]
497
+ },
498
+ "surfaces": [
499
+ {
500
+ "path": ".claude/settings.json",
501
+ "kind": "file"
502
+ },
503
+ {
504
+ "path": ".claude/skills",
505
+ "kind": "tree"
506
+ },
507
+ {
508
+ "path": "CLAUDE.md",
509
+ "kind": "file"
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "id": "codex",
515
+ "discovery": {
516
+ "providerRootNames": [
517
+ ".agents",
518
+ ".codex"
519
+ ],
520
+ "instructionNames": [
521
+ "AGENTS.md"
522
+ ],
523
+ "instructionOverrideNames": [
524
+ "AGENTS.local.md",
525
+ "AGENTS.override.md"
526
+ ],
527
+ "configPaths": [
528
+ ".codex/config.toml",
529
+ ".codex/hooks.json"
530
+ ],
531
+ "pluginRootNames": [
532
+ ".codex-plugin"
533
+ ]
534
+ },
535
+ "surfaces": [
536
+ {
537
+ "path": ".agents/skills",
538
+ "kind": "tree"
539
+ },
540
+ {
541
+ "path": ".codex/hooks.json",
542
+ "kind": "file"
543
+ }
544
+ ]
545
+ }
546
+ ],
547
+ "releaseVersion": "0.1.0-beta.101",
548
+ "retiredProviders": []
472
549
  }
473
550
  ]
474
551
  }
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.100",
7
+ "version": "0.1.0-beta.101",
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",