@qijenchen/governance 0.1.0-beta.138 → 0.1.0-beta.139

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.137",
8
- "snapshotSha256": "c799b3844b4b2de737c8c953e27c804e70c828a46eda4e60f638f607e65aaa7c"
7
+ "releaseVersion": "0.1.0-beta.138",
8
+ "snapshotSha256": "4d86c0026722b3e90720e7140b620a8bdbab4c7ae555f6fefe9388cd3b8c9364"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -3395,6 +3395,83 @@
3395
3395
  }
3396
3396
  ],
3397
3397
  "retiredProviders": []
3398
+ },
3399
+ {
3400
+ "releaseVersion": "0.1.0-beta.139",
3401
+ "previousSnapshotSha256": "4d86c0026722b3e90720e7140b620a8bdbab4c7ae555f6fefe9388cd3b8c9364",
3402
+ "providers": [
3403
+ {
3404
+ "id": "claude",
3405
+ "discovery": {
3406
+ "providerRootNames": [
3407
+ ".claude"
3408
+ ],
3409
+ "instructionNames": [
3410
+ "CLAUDE.md"
3411
+ ],
3412
+ "instructionOverrideNames": [
3413
+ "CLAUDE.local.md",
3414
+ "CLAUDE.override.md"
3415
+ ],
3416
+ "configPaths": [
3417
+ ".claude/settings.json",
3418
+ ".claude/settings.local.json",
3419
+ ".mcp.json"
3420
+ ],
3421
+ "pluginRootNames": [
3422
+ ".claude-plugin"
3423
+ ]
3424
+ },
3425
+ "surfaces": [
3426
+ {
3427
+ "path": ".claude/settings.json",
3428
+ "kind": "file"
3429
+ },
3430
+ {
3431
+ "path": ".claude/skills",
3432
+ "kind": "tree"
3433
+ },
3434
+ {
3435
+ "path": "CLAUDE.md",
3436
+ "kind": "file"
3437
+ }
3438
+ ]
3439
+ },
3440
+ {
3441
+ "id": "codex",
3442
+ "discovery": {
3443
+ "providerRootNames": [
3444
+ ".agents",
3445
+ ".codex"
3446
+ ],
3447
+ "instructionNames": [
3448
+ "AGENTS.md"
3449
+ ],
3450
+ "instructionOverrideNames": [
3451
+ "AGENTS.local.md",
3452
+ "AGENTS.override.md"
3453
+ ],
3454
+ "configPaths": [
3455
+ ".codex/config.toml",
3456
+ ".codex/hooks.json"
3457
+ ],
3458
+ "pluginRootNames": [
3459
+ ".codex-plugin"
3460
+ ]
3461
+ },
3462
+ "surfaces": [
3463
+ {
3464
+ "path": ".agents/skills",
3465
+ "kind": "tree"
3466
+ },
3467
+ {
3468
+ "path": ".codex/hooks.json",
3469
+ "kind": "file"
3470
+ }
3471
+ ]
3472
+ }
3473
+ ],
3474
+ "retiredProviders": []
3398
3475
  }
3399
3476
  ]
3400
3477
  }
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.138",
7
+ "version": "0.1.0-beta.139",
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",