@qijenchen/governance 0.1.0-beta.131 → 0.1.0-beta.133
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.
- package/canonical/decided-clauses.json +34 -0
- package/canonical/provider-lifecycle.json +156 -2
- package/canonical/providers.json +471 -87
- package/canonical/schemas/providers.schema.json +1189 -289
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_authority": "governance/planning/registry.json",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"note": "已定案條款索引。被 scripts/decided-clause-downgrade-gate.mjs 消費,用來擋『把已定案的東西重新寫成待拍板』。新增條款要附 source(指得到的 file)與 decidedOn。",
|
|
5
|
+
"clauses": [
|
|
6
|
+
{
|
|
7
|
+
"ref": "agent-v14.A-coexistence",
|
|
8
|
+
"source": "governance/planning/2026-09-06-agent-principles-v14.md",
|
|
9
|
+
"decidedOn": "2026-09-06",
|
|
10
|
+
"statement": "內部內容以自己的 URL 取得協作資格;沒有 URL 的 Modal 阻擋其餘介面,包含 agent。",
|
|
11
|
+
"allOf": ["modal", "agent"],
|
|
12
|
+
"anyOf": ["同時", "並存", "並列", "一起使用", "仍然可用", "該不該", "能不能"],
|
|
13
|
+
"why": "2026-09-08 我把它重新寫成『產品題,由 user 拍板』。user:『這個他媽不就一開始就定義好的?』v14 自己還寫著『這三個(落地差距)都不是產品選擇』。"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"ref": "agent-v14.B-narrow-drawer",
|
|
17
|
+
"source": "governance/planning/2026-09-06-agent-principles-v14.md",
|
|
18
|
+
"decidedOn": "2026-09-06",
|
|
19
|
+
"statement": "寬螢幕讓具資格的內容與 agent 並列可操作;窄螢幕以抽屜蓋滿宿主,宿主暫不可操作。",
|
|
20
|
+
"allOf": ["窄", "agent"],
|
|
21
|
+
"anyOf": ["抽屜", "蓋滿", "蓋板", "兩邊都能用"],
|
|
22
|
+
"why": "v14『曾經的待決題』表明文列為已答:『窄螢幕要不要兩邊都能用 → 已答 —— 不要,窄螢幕抽屜蓋滿』。"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"ref": "agent-v14.F-init-closed",
|
|
26
|
+
"source": "governance/planning/2026-09-06-agent-principles-v14.md",
|
|
27
|
+
"decidedOn": "2026-09-06",
|
|
28
|
+
"statement": "初次進入、重新整理、新開分頁,以及原分頁離開宿主後返回,均重新初始化為關閉的新對話。",
|
|
29
|
+
"allOf": ["agent"],
|
|
30
|
+
"anyOf": ["初始化為關閉", "預設開啟還是關閉", "要不要延續"],
|
|
31
|
+
"why": "v14『曾經的待決題』:『離開宿主再返回要不要延續 → 已答 —— 重新進入』。"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"kind": "provider-lifecycle-ledger",
|
|
5
5
|
"immutableHead": {
|
|
6
6
|
"providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
|
|
7
|
-
"releaseVersion": "0.1.0-beta.
|
|
8
|
-
"snapshotSha256": "
|
|
7
|
+
"releaseVersion": "0.1.0-beta.132",
|
|
8
|
+
"snapshotSha256": "82a24a90f4b227baf71b7283dc90bdac4e56a7b48e3fef2f402fb4ccc8352e00"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -2856,6 +2856,160 @@
|
|
|
2856
2856
|
}
|
|
2857
2857
|
],
|
|
2858
2858
|
"retiredProviders": []
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"releaseVersion": "0.1.0-beta.132",
|
|
2862
|
+
"previousSnapshotSha256": "ed486686bebf6db27cdf087965098e7e94e297ad8c9d4a647702e76f5682f029",
|
|
2863
|
+
"providers": [
|
|
2864
|
+
{
|
|
2865
|
+
"id": "claude",
|
|
2866
|
+
"discovery": {
|
|
2867
|
+
"providerRootNames": [
|
|
2868
|
+
".claude"
|
|
2869
|
+
],
|
|
2870
|
+
"instructionNames": [
|
|
2871
|
+
"CLAUDE.md"
|
|
2872
|
+
],
|
|
2873
|
+
"instructionOverrideNames": [
|
|
2874
|
+
"CLAUDE.local.md",
|
|
2875
|
+
"CLAUDE.override.md"
|
|
2876
|
+
],
|
|
2877
|
+
"configPaths": [
|
|
2878
|
+
".claude/settings.json",
|
|
2879
|
+
".claude/settings.local.json",
|
|
2880
|
+
".mcp.json"
|
|
2881
|
+
],
|
|
2882
|
+
"pluginRootNames": [
|
|
2883
|
+
".claude-plugin"
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
"surfaces": [
|
|
2887
|
+
{
|
|
2888
|
+
"path": ".claude/settings.json",
|
|
2889
|
+
"kind": "file"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"path": ".claude/skills",
|
|
2893
|
+
"kind": "tree"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
"path": "CLAUDE.md",
|
|
2897
|
+
"kind": "file"
|
|
2898
|
+
}
|
|
2899
|
+
]
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"id": "codex",
|
|
2903
|
+
"discovery": {
|
|
2904
|
+
"providerRootNames": [
|
|
2905
|
+
".agents",
|
|
2906
|
+
".codex"
|
|
2907
|
+
],
|
|
2908
|
+
"instructionNames": [
|
|
2909
|
+
"AGENTS.md"
|
|
2910
|
+
],
|
|
2911
|
+
"instructionOverrideNames": [
|
|
2912
|
+
"AGENTS.local.md",
|
|
2913
|
+
"AGENTS.override.md"
|
|
2914
|
+
],
|
|
2915
|
+
"configPaths": [
|
|
2916
|
+
".codex/config.toml",
|
|
2917
|
+
".codex/hooks.json"
|
|
2918
|
+
],
|
|
2919
|
+
"pluginRootNames": [
|
|
2920
|
+
".codex-plugin"
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
|
+
"surfaces": [
|
|
2924
|
+
{
|
|
2925
|
+
"path": ".agents/skills",
|
|
2926
|
+
"kind": "tree"
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
"path": ".codex/hooks.json",
|
|
2930
|
+
"kind": "file"
|
|
2931
|
+
}
|
|
2932
|
+
]
|
|
2933
|
+
}
|
|
2934
|
+
],
|
|
2935
|
+
"retiredProviders": []
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"releaseVersion": "0.1.0-beta.133",
|
|
2939
|
+
"previousSnapshotSha256": "82a24a90f4b227baf71b7283dc90bdac4e56a7b48e3fef2f402fb4ccc8352e00",
|
|
2940
|
+
"providers": [
|
|
2941
|
+
{
|
|
2942
|
+
"id": "claude",
|
|
2943
|
+
"discovery": {
|
|
2944
|
+
"providerRootNames": [
|
|
2945
|
+
".claude"
|
|
2946
|
+
],
|
|
2947
|
+
"instructionNames": [
|
|
2948
|
+
"CLAUDE.md"
|
|
2949
|
+
],
|
|
2950
|
+
"instructionOverrideNames": [
|
|
2951
|
+
"CLAUDE.local.md",
|
|
2952
|
+
"CLAUDE.override.md"
|
|
2953
|
+
],
|
|
2954
|
+
"configPaths": [
|
|
2955
|
+
".claude/settings.json",
|
|
2956
|
+
".claude/settings.local.json",
|
|
2957
|
+
".mcp.json"
|
|
2958
|
+
],
|
|
2959
|
+
"pluginRootNames": [
|
|
2960
|
+
".claude-plugin"
|
|
2961
|
+
]
|
|
2962
|
+
},
|
|
2963
|
+
"surfaces": [
|
|
2964
|
+
{
|
|
2965
|
+
"path": ".claude/settings.json",
|
|
2966
|
+
"kind": "file"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"path": ".claude/skills",
|
|
2970
|
+
"kind": "tree"
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"path": "CLAUDE.md",
|
|
2974
|
+
"kind": "file"
|
|
2975
|
+
}
|
|
2976
|
+
]
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"id": "codex",
|
|
2980
|
+
"discovery": {
|
|
2981
|
+
"providerRootNames": [
|
|
2982
|
+
".agents",
|
|
2983
|
+
".codex"
|
|
2984
|
+
],
|
|
2985
|
+
"instructionNames": [
|
|
2986
|
+
"AGENTS.md"
|
|
2987
|
+
],
|
|
2988
|
+
"instructionOverrideNames": [
|
|
2989
|
+
"AGENTS.local.md",
|
|
2990
|
+
"AGENTS.override.md"
|
|
2991
|
+
],
|
|
2992
|
+
"configPaths": [
|
|
2993
|
+
".codex/config.toml",
|
|
2994
|
+
".codex/hooks.json"
|
|
2995
|
+
],
|
|
2996
|
+
"pluginRootNames": [
|
|
2997
|
+
".codex-plugin"
|
|
2998
|
+
]
|
|
2999
|
+
},
|
|
3000
|
+
"surfaces": [
|
|
3001
|
+
{
|
|
3002
|
+
"path": ".agents/skills",
|
|
3003
|
+
"kind": "tree"
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"path": ".codex/hooks.json",
|
|
3007
|
+
"kind": "file"
|
|
3008
|
+
}
|
|
3009
|
+
]
|
|
3010
|
+
}
|
|
3011
|
+
],
|
|
3012
|
+
"retiredProviders": []
|
|
2859
3013
|
}
|
|
2860
3014
|
]
|
|
2861
3015
|
}
|