|
31338
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"8dcb04b66 {"Commits":[{"Sha1":"8dcb04b664321242273d29feb4ad9011e779e007","Message":"chore(reports): 校验并行合并后的治理与证据新鲜度\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:41:45-07:00"},{"Sha1":"b9659b30b7116be055e3596e14312f4fee8e5020","Message":"merge: 保留并行验收历史并整合持续门禁接线\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:41:26-07:00"},{"Sha1":"feb00b081e4b8144b6bc08e03d613ebd7cab18c9","Message":"chore(reports): 回绑隔离验收证据并清零作用域过期报告\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:40:17-07:00"},{"Sha1":"b26edf45e41360d45a8bbbdac4fab47368d771e0","Message":"docs(governance): 回灌最终固定源码 runtime 与矩阵证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:39:34-07:00"},{"Sha1":"1abd12ad543dc5b5bf735c9459383ff8377d22a3","Message":"docs(governance): 记录自主缺口验收结果与部署边界\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:30:28-07:00"}],"HeadCommit":{"Sha1":"8dcb04b664321242273d29feb4ad9011e779e007","Message":"chore(reports): 校验并行合并后的治理与证据新鲜度\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T19:41:45-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/5fc7b0cf2ea5d5f65da2039e4e875cbd59b612d6...8dcb04b664321242273d29feb4ad9011e779e007","Len":7}...
|
1789872115
|
Edit
Delete
|
|
31345
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"ef116fb54 {"Commits":[{"Sha1":"ef116fb5485a9c2357b8c6cbc7747b3ea64dcec8","Message":"chore(reports): 验收覆盖判定影响的三份回绑 @ a6a2ee7\n\ndoc-claims / stub-surface 因 CLAUDE.md 与 runbook 各增一句而过期,经 reports:rebind 在 HEAD 的干净检出里重生成(dirty=false)。\ndeployed-runtime 在 clean a6a2ee7 上重写:passed,报告首次带 acceptance 摘要与 DEPLOYED_IMAGE_ACCEPTED 判定\n(镜像源 d3cea6b 的代码面与验收绑定的提交相同)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T20:28:56-07:00"},{"Sha1":"a6a2ee70c86148e91119d37aa7ea448627e45603","Message":"feat(governance): check:deployed 核「镜像源是否被通过的 check:runtime 覆盖」——没验过的代码不得切到 dev\n\n2026-09-19 晚 a64dc81 过了根 pnpm check、构建并切到 dev,而 check:runtime 的 test 步是红的:根链的\nruntime 一环只有静态门禁 + lint + typecheck,不跑任何包的单测;真实库验收又不是构建与切换的前置。\n当晚四次 dev 切换里,能确认切换前跑过 check:runtime 的只有一次。\n\n这里不把验收塞进根链(要真实 PG / Redis / Broker,本机与 CI 都不是随手可跑),也不重跑验收,\n只在 check:deployed 里核一件事:runtime-acceptance 报告绑定的提交与镜像源提交之间,镜像代码面\n有没有差异。有 → DEPLOYED_IMAGE_NOT_ACCEPTED(error);报告缺失 / 未通过 / 绑脏树 / 无法比较各自\n判红;无差异 → DEPLOYED_IMAGE_ACCEPTED(info)。先后不论:验收可以晚于构建,只要中间没改会进\n镜像的代码。报告增 acceptance 摘要(绑定 SHA / status / testsPassed),读者能核对判定依据。\n\n镜像代码面 = 闭包范围(84a8991)再去掉测试面:*.test.ts、test/ 目录、vitest 配置。依据是闭包内\n每个包都只发 dist(+ generated / prisma / migrations),tsconfig 把测试排除在构建外,api-nestjs 的\nbuild 排除 test/ 且 Dockerfile 再 rm -rf src test——这个前提由 image-code-scope.test.mjs 对真仓逐包\n核对,前提一破那条用例先红。BUILT_IMAGE_SOURCE_BEHIND 与未提交输入判定同样改用代码面:\n只改用例(如 0482667 修 a64dc81 留下的旧夹具)不再要求重建镜像,镜像 c165a1b 的代码与 0482667\n逐字相同,那份 1109 / 0 就覆盖它。\n\nevidence-scopes.json 的 deployed-runtime 条目随之收窄:闭包外 9 个包与测试面排除,runtime-acceptance\n报告成为输入;静态排除项由 evidence-scopes-image.test.mjs 钉在 imageWorkspaceClosure 的推导上,\n闭包一变那条用例先红。runbook 的换镜像命令前加 pnpm check:deployed;CLAUDE.md 读取规则补一句。\n治理测试 +10(533 / 532 通过 / 1 跳过)。\n\n真仓此刻:镜像源 d3cea6b,验收绑 1abd12a(1175 / passed),代码面相同 → passed。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T20:21:19-07:00"}],"HeadCommit":{"Sha1":"ef116fb5485a9c2357b8c6cbc7747b3ea64dcec8","Message":"chore(reports): 验收覆盖判定影响的三份回绑 @ a6a2ee7\n\ndoc-claims / stub-surface 因 CLAUDE.md 与 runbook 各增一句而过期,经 reports:rebind 在 HEAD 的干净检出里重生成(dirty=false)。\ndeployed-runtime 在 clean a6a2ee7 上重写:passed,报告首次带 acceptance 摘要与 DEPLOYED_IMAGE_ACCEPTED 判定\n(镜像源 d3cea6b 的代码面与验收绑定的提交相同)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T20:28:56-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/8dcb04b664321242273d29feb4ad9011e779e007...ef116fb5485a9c2357b8c6cbc7747b3ea64dcec8","Len":2}...
|
1789876511
|
Edit
Delete
|
|
31347
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"77ed48a49 {"Commits":[{"Sha1":"77ed48a49d960912c7954639ce00d4e82606c869","Message":"chore(reports): finalize audit acceptance and isolated image smoke\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:51:03-07:00"},{"Sha1":"8873fa3abfff49aab2559c094fcb496f0bb4ed8c","Message":"chore(reports): bind lifecycle audit image and fixed-source acceptance\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:48:37-07:00"},{"Sha1":"c5ac88fb23c3bedbd705f429e21bdb12ba97b92a","Message":"docs: bind lifecycle audit verification to fixed source\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:09:33-07:00"},{"Sha1":"8c2c481601453c26c55c1d5c585b2e9e2f0e847d","Message":"feat: persist lifecycle audit intents with file and delivery transitions\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:00:44-07:00"}],"HeadCommit":{"Sha1":"77ed48a49d960912c7954639ce00d4e82606c869","Message":"chore(reports): finalize audit acceptance and isolated image smoke\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:51:03-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/ef116fb5485a9c2357b8c6cbc7747b3ea64dcec8...77ed48a49d960912c7954639ce00d4e82606c869","Len":4}...
|
1789879876
|
Edit
Delete
|
|
31348
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"430bc7629 {"Commits":[{"Sha1":"430bc76299b40cbd23a017092df4278415cf934c","Message":"chore(reports): close audit rollout evidence freshness\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:57:21-07:00"},{"Sha1":"e1d749bf5df115a1d952707e34dad2eddbef82d3","Message":"docs: record verified lifecycle audit dev rollout\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:56:57-07:00"}],"HeadCommit":{"Sha1":"430bc76299b40cbd23a017092df4278415cf934c","Message":"chore(reports): close audit rollout evidence freshness\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T21:57:21-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/77ed48a49d960912c7954639ce00d4e82606c869...430bc76299b40cbd23a017092df4278415cf934c","Len":2}...
|
1789880245
|
Edit
Delete
|
|
31355
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"6e46582b6 {"Commits":[{"Sha1":"6e46582b6257c45565af62d3dcb1e28b07cc6be1","Message":"chore(reports): record final relay governance checks\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:34:17-07:00"},{"Sha1":"33abeb634a5a81f4f951c06bf10e9654dff92f69","Message":"chore(reports): finalize relay artifact verification\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:33:11-07:00"},{"Sha1":"2d2a70f09484a479f82215e3c2f46f0633aeaf8b","Message":"chore(reports): verify complete audit intent binding on final source\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:31:43-07:00"},{"Sha1":"4169046eb3d564df1d35ec29e04577c78040f05d","Message":"fix: bind audit receipts to the complete persisted intent\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:17:12-07:00"},{"Sha1":"2a232049efccf138c8cd9e2edb914931b55c51c8","Message":"chore(reports): bind relay release inputs and workbench snapshots\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:15:08-07:00"}],"HeadCommit":{"Sha1":"6e46582b6257c45565af62d3dcb1e28b07cc6be1","Message":"chore(reports): record final relay governance checks\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:34:17-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/430bc76299b40cbd23a017092df4278415cf934c...6e46582b6257c45565af62d3dcb1e28b07cc6be1","Len":7}...
|
1789882461
|
Edit
Delete
|
|
31367
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"c532802a7 {"Commits":[{"Sha1":"c532802a7e66e404b7fb419d0c306f16d4418189","Message":"docs: record final workbench snapshot verification\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:40:30-07:00"},{"Sha1":"93711823877c51963f8cab3e99546ac851e1aa65","Message":"chore(workbench): publish verified relay acceptance snapshots\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:39:34-07:00"},{"Sha1":"1ae9f3c547fa78fe5c16ebfb14e8900ac48b4fba","Message":"chore(reports): close deployed relay evidence freshness\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:39:34-07:00"},{"Sha1":"c60315ec5d2e64faa4d6479023d4fc35270a6828","Message":"docs: record verified audit relay development deployment\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:39:19-07:00"}],"HeadCommit":{"Sha1":"c532802a7e66e404b7fb419d0c306f16d4418189","Message":"docs: record final workbench snapshot verification\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:40:30-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/6e46582b6257c45565af62d3dcb1e28b07cc6be1...c532802a7e66e404b7fb419d0c306f16d4418189","Len":4}...
|
1789882846
|
Edit
Delete
|
|
31369
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"648f89539 {"Commits":[{"Sha1":"648f89539ec94243a9d3f0069547a395da65bba9","Message":"docs: clarify conversation module gaps and first consumer slice\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:53:45-07:00"}],"HeadCommit":{"Sha1":"648f89539ec94243a9d3f0069547a395da65bba9","Message":"docs: clarify conversation module gaps and first consumer slice\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:53:45-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/c532802a7e66e404b7fb419d0c306f16d4418189...648f89539ec94243a9d3f0069547a395da65bba9","Len":1}...
|
1789883638
|
Edit
Delete
|
|
31370
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"cf8350f7d {"Commits":[{"Sha1":"cf8350f7dde3b6682cb251b3d44f1dbeaf390167","Message":"chore(reports): refresh evidence after conversation review\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:54:09-07:00"},{"Sha1":"41a218dd4ac79a3565d3deb9e191605dd769dbfe","Message":"chore(reports): revalidate conversation admission documentation\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:54:06-07:00"}],"HeadCommit":{"Sha1":"cf8350f7dde3b6682cb251b3d44f1dbeaf390167","Message":"chore(reports): refresh evidence after conversation review\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-19T22:54:09-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/648f89539ec94243a9d3f0069547a395da65bba9...cf8350f7dde3b6682cb251b3d44f1dbeaf390167","Len":2}...
|
1789883660
|
Edit
Delete
|
|
31493
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"042fc42b9 {"Commits":[{"Sha1":"042fc42b930aae6c3eeed2126233f1f87b5e123c","Message":"chore(reports): bind final governance checks to 6887d5e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:36:46-07:00"},{"Sha1":"64914d2a3bc0da9b4f798fa1c51059abfbb40bd8","Message":"Merge commit '2a32de0'\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:36:24-07:00"},{"Sha1":"6887d5e9c03b650ea74a2242913b52660b3547da","Message":"fix(workbench): avoid inferring missing approval from shape state\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:33:45-07:00"},{"Sha1":"2a32de0c289c8853bbc76ab2d3d5536f3ad18906","Message":"feat(contracts): 补齐会话账本候选协议与建表接入方案\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:33:28-07:00"},{"Sha1":"818ed2a31f4bb7c4324412e4b4e59705a08c3931","Message":"chore(reports): bind governance and workbench evidence to 1b16cf8\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:29:17-07:00"}],"HeadCommit":{"Sha1":"042fc42b930aae6c3eeed2126233f1f87b5e123c","Message":"chore(reports): bind final governance checks to 6887d5e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:36:46-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/cf8350f7dde3b6682cb251b3d44f1dbeaf390167...042fc42b930aae6c3eeed2126233f1f87b5e123c","Len":6}...
|
1789907818
|
Edit
Delete
|
|
31494
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"649119529 {"Commits":[{"Sha1":"6491195291a65bfe0d03f00a38fdf05317fcec61","Message":"chore(reports): 回绑主分支会话账本候选协议证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:37:12-07:00"}],"HeadCommit":{"Sha1":"6491195291a65bfe0d03f00a38fdf05317fcec61","Message":"chore(reports): 回绑主分支会话账本候选协议证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:37:12-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/042fc42b930aae6c3eeed2126233f1f87b5e123c...6491195291a65bfe0d03f00a38fdf05317fcec61","Len":1}...
|
1789907966
|
Edit
Delete
|
|
31495
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"e44b1d6a3 {"Commits":[{"Sha1":"e44b1d6a3d4e1694762bbb626b51bbec2b0a30cd","Message":"chore(reports): 回绑工作台升档预检提示\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:45:27-07:00"},{"Sha1":"3e48bb47e90f738971014bd11b1803acec1b4da9","Message":"fix(workbench): 明确升档预检与实际档位的区别\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:45:24-07:00"},{"Sha1":"d10f93857d4cc2e29f7c7ece7b1ec52ca09d6bdd","Message":"docs: record fixed-source workbench governance deployment and validation boundaries\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:45:21-07:00"},{"Sha1":"29d1ed4dabda8ce39956e93c758a267424c60811","Message":"chore(reports): 回绑仅准入与升档校验 @ 1fa99c1\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:44:11-07:00"},{"Sha1":"1fa99c1cbeb85d1cc5386917e44da4efd3ee97ea","Message":"fix(governance): 核对仅准入域的建表与升档依据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:43:31-07:00"}],"HeadCommit":{"Sha1":"e44b1d6a3d4e1694762bbb626b51bbec2b0a30cd","Message":"chore(reports): 回绑工作台升档预检提示\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:45:27-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/6491195291a65bfe0d03f00a38fdf05317fcec61...e44b1d6a3d4e1694762bbb626b51bbec2b0a30cd","Len":5}...
|
1789908343
|
Edit
Delete
|
|
31496
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"d0242b973 {"Commits":[{"Sha1":"d0242b973487b130cdac66811382612bc8e28bec","Message":"docs(部署): 记录仅准入升档提示的dev发布验收\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:46:11-07:00"}],"HeadCommit":{"Sha1":"d0242b973487b130cdac66811382612bc8e28bec","Message":"docs(部署): 记录仅准入升档提示的dev发布验收\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:46:11-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/e44b1d6a3d4e1694762bbb626b51bbec2b0a30cd...d0242b973487b130cdac66811382612bc8e28bec","Len":1}...
|
1789908374
|
Edit
Delete
|
|
31497
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"263b2ec17 {"Commits":[{"Sha1":"263b2ec1780bd841dc2b5840139f0b7e336cb354","Message":"chore(reports): 回绑C19候选协议与当前服务核验\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:56:07-07:00"},{"Sha1":"1380ff572a6b596412d486db4f847d891e949ced","Message":"docs(cost-capacity): 明确数字员工OS首批接入与建表候选方案\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:55:40-07:00"}],"HeadCommit":{"Sha1":"263b2ec1780bd841dc2b5840139f0b7e336cb354","Message":"chore(reports): 回绑C19候选协议与当前服务核验\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T05:56:07-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/d0242b973487b130cdac66811382612bc8e28bec...263b2ec1780bd841dc2b5840139f0b7e336cb354","Len":2}...
|
1789908981
|
Edit
Delete
|
|
31566
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"0894e596a {"Commits":[{"Sha1":"0894e596a824e013b485439e19a4200d44c62dcf","Message":"chore(reports): 回绑发布修复与工作台回归 @ 77c8880\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T19:56:43-07:00"},{"Sha1":"77c8880db7822231a14f1ad8ad5ffeb709bb4d64","Message":"fix(governance): 修复发布源码绑定并接入工作台交互回归\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T19:55:14-07:00"}],"HeadCommit":{"Sha1":"0894e596a824e013b485439e19a4200d44c62dcf","Message":"chore(reports): 回绑发布修复与工作台回归 @ 77c8880\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T19:56:43-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/263b2ec1780bd841dc2b5840139f0b7e336cb354...0894e596a824e013b485439e19a4200d44c62dcf","Len":2}...
|
1789959433
|
Edit
Delete
|
|
31577
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"1d6b6fac4 {"Commits":[{"Sha1":"1d6b6fac418274b366726bc75136bf9968583d82","Message":"chore(reports): 回绑本轮部署记录的工作台快照\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:01:31-07:00"},{"Sha1":"5d5719c4ccd8306149b5a6c65bd83f45fd4a7939","Message":"docs(部署): 记录审核缺陷修复与固定工作台验收\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:01:28-07:00"}],"HeadCommit":{"Sha1":"1d6b6fac418274b366726bc75136bf9968583d82","Message":"chore(reports): 回绑本轮部署记录的工作台快照\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:01:31-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/0894e596a824e013b485439e19a4200d44c62dcf...1d6b6fac418274b366726bc75136bf9968583d82","Len":2}...
|
1789959713
|
Edit
Delete
|
|
31589
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"3f001b924 {"Commits":[{"Sha1":"3f001b924e0fc354a830cc765d8f38d2c8488adb","Message":"docs(验收): 治理门禁对抗性验收 2026-09-20——check:fact-pii 三条绕过与候选空扫、作业 active≠可执行 @ 263b2ec1\n\n靶面为 09-19 晚至 09-20 新落地的四块机制:check:fact-pii、job-readiness 对账、审计中继链、check:deployed 验收覆盖。\n中继链与 check:deployed 守住;fact-pii 对 camelCase 键名、$ref 引用与候选目录(五个条目 0 字段)三条路均 exit 0,\nDEC-039 材料里已有 3 处 PII 形状键;identity.session-cleanup 登记 active 但 dev 上被未登记的 IDP_SESSION_CLEANUP_ENABLED=false 关着;\ncheck:modules 接线判定为文本启发式、stub-surface 看不见直接抛 JOB_NOT_IMPLEMENTED 的处理器(runtime 链可红、根链绿)。\n变异在 scratch worktree 完成,仓内 reports/ 未动;证据见 docs/acceptance/2026-09-20/。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:02:22-07:00"}],"HeadCommit":{"Sha1":"3f001b924e0fc354a830cc765d8f38d2c8488adb","Message":"docs(验收): 治理门禁对抗性验收 2026-09-20——check:fact-pii 三条绕过与候选空扫、作业 active≠可执行 @ 263b2ec1\n\n靶面为 09-19 晚至 09-20 新落地的四块机制:check:fact-pii、job-readiness 对账、审计中继链、check:deployed 验收覆盖。\n中继链与 check:deployed 守住;fact-pii 对 camelCase 键名、$ref 引用与候选目录(五个条目 0 字段)三条路均 exit 0,\nDEC-039 材料里已有 3 处 PII 形状键;identity.session-cleanup 登记 active 但 dev 上被未登记的 IDP_SESSION_CLEANUP_ENABLED=false 关着;\ncheck:modules 接线判定为文本启发式、stub-surface 看不见直接抛 JOB_NOT_IMPLEMENTED 的处理器(runtime 链可红、根链绿)。\n变异在 scratch worktree 完成,仓内 reports/ 未动;证据见 docs/acceptance/2026-09-20/。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:02:22-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/1d6b6fac418274b366726bc75136bf9968583d82...3f001b924e0fc354a830cc765d8f38d2c8488adb","Len":1}...
|
1789959744
|
Edit
Delete
|
|
31590
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"0d14e8505 {"Commits":[{"Sha1":"0d14e8505428bbb3acf6f616f77e6172f72df331","Message":"chore(reports): 隔离并行验收资料并回绑干净快照\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:03:06-07:00"}],"HeadCommit":{"Sha1":"0d14e8505428bbb3acf6f616f77e6172f72df331","Message":"chore(reports): 隔离并行验收资料并回绑干净快照\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:03:06-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/3f001b924e0fc354a830cc765d8f38d2c8488adb...0d14e8505428bbb3acf6f616f77e6172f72df331","Len":1}...
|
1789959790
|
Edit
Delete
|
|
31591
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"4b8872b8b {"Commits":[{"Sha1":"4b8872b8b0416625bf337eb81857eb100cd313e2","Message":"chore(reports): 回绑 fact-pii @ 77c370b2\n\ncheck:fact-pii 在 clean 树重跑:21 Fact / 116 字段 / 0 违规 / 0 未解 $ref / 25 自由文本登账;新增 metrics.unresolvedRefs。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:16:14-07:00"},{"Sha1":"77c370b2ad297c8e94137ef001ff50210f9e02e5","Message":"fix(governance): check:fact-pii 键名 camelCase 归一化与仓内 $ref 解引用——对抗验收 F1 ①② 收口\n\n对抗验收(docs/治理门禁对抗性验收-2026-09-20.md F1)打穿了三条路,本提交关两条:\n① 键名只认 `_` 词边界,buyerEmail 直接过——先 normalizeKey(camel / 连字符 → snake)再匹配;\n② walk() 不解 $ref,指向 ../party-canonical-ids.v1.schema.json 对象定义的 PII 两条规则同时失效——createRefResolver\n 在本仓内按相对文件 + JSON Pointer 解引用后继续 walk,出仓 / 文件或指针不存在判红 UNRESOLVED_REF,同链重复进入即停。\n③ 候选目录 0 字段(Catalog 条目不是 schema、真 schema 在治理层)不在本提交:跟随指针要先裁工作区外不可达时的口径,头注释如实写明。\n修复版重放:M3 3 处 PII_SHAPED_KEY、M4 UNBOUNDED + 3 处、出仓 / 悬空 $ref 各 1 处 UNRESOLVED_REF,基线读数不变;\n新增 5 例负例,治理单测 551 / 550 passed / 1 skipped。报告回绑另提交。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:15:17-07:00"}],"HeadCommit":{"Sha1":"4b8872b8b0416625bf337eb81857eb100cd313e2","Message":"chore(reports): 回绑 fact-pii @ 77c370b2\n\ncheck:fact-pii 在 clean 树重跑:21 Fact / 116 字段 / 0 违规 / 0 未解 $ref / 25 自由文本登账;新增 metrics.unresolvedRefs。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:16:14-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/0d14e8505428bbb3acf6f616f77e6172f72df331...4b8872b8b0416625bf337eb81857eb100cd313e2","Len":2}...
|
1789960577
|
Edit
Delete
|
|
31601
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"bc038a5ae {"Commits":[{"Sha1":"bc038a5aed9128abe21e0eaae0f95541b2ec23a6","Message":"chore(reports): 回绑 stub-surface 与工作台快照 @ 9e587bd0\n\ncheck:stub-surface 在 clean 树重跑:34 条 / 环境开关 10;工作台两份快照按 job-readiness.json(enabledBy)重建。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:37:05-07:00"},{"Sha1":"9e587bd042b38c0d6109b78e2070cb0e587827fe","Message":"fix(governance): 作业登记 enabledBy 对账 + stub-surface 开关扫描放宽到 *_ENABLED——对抗验收 F3 收口\n\njob-readiness:active 条目以 enabledBy(env + 期望值)声明处理器按哪个开关决定执行与否,check:modules 对账处理器源码\n(UNDECLARED / ORPHAN / VALUE / NOT_ACTIVE / INVALID 五种判红)。第一次跑抓出 audit.chain-verify 与 ai-gateway.budget-window\n按 PLATFORM_PERSISTENCE_ENABLED 取等(dev 已置 1),连同 identity.session-cleanup(IDP_SESSION_CLEANUP_ENABLED=\"true\",dev 为 false)三条声明。\nstub-surface:开关名由 PLATFORM_* 放宽到任何 *_ENABLED,S5 接受 \"1\" / \"true\";放宽后只多 IDP_SESSION_CLEANUP_ENABLED 一条,已登记;\n清单 33 → 34、环境开关 9 → 10,CLAUDE.md 清单声明随改。治理单测 554 / 553 passed / 1 skipped。报告回绑另提交。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:37:02-07:00"}],"HeadCommit":{"Sha1":"bc038a5aed9128abe21e0eaae0f95541b2ec23a6","Message":"chore(reports): 回绑 stub-surface 与工作台快照 @ 9e587bd0\n\ncheck:stub-surface 在 clean 树重跑:34 条 / 环境开关 10;工作台两份快照按 job-readiness.json(enabledBy)重建。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:37:05-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/4b8872b8b0416625bf337eb81857eb100cd313e2...bc038a5aed9128abe21e0eaae0f95541b2ec23a6","Len":2}...
|
1789961829
|
Edit
Delete
|
|
31603
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"8bbda8b15 {"Commits":[{"Sha1":"8bbda8b156a8e976088b93418894e41e5554e7dc","Message":"chore(reports): 回绑 doc-claims @ 9e587bd0\n\nCLAUDE.md 的未落地面清单声明由 9 个环境开关改为 10(随 F3 收口),doc-claims 作用域含 CLAUDE.md,clean 树重跑回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:40:17-07:00"}],"HeadCommit":{"Sha1":"8bbda8b156a8e976088b93418894e41e5554e7dc","Message":"chore(reports): 回绑 doc-claims @ 9e587bd0\n\nCLAUDE.md 的未落地面清单声明由 9 个环境开关改为 10(随 F3 收口),doc-claims 作用域含 CLAUDE.md,clean 树重跑回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:40:17-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/bc038a5aed9128abe21e0eaae0f95541b2ec23a6...8bbda8b156a8e976088b93418894e41e5554e7dc","Len":1}...
|
1789962023
|
Edit
Delete
|
|
31604
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"f2d611c46 {"Commits":[{"Sha1":"f2d611c46ee126ac262fbcbe601ade14fca6a0cd","Message":"chore(reports): 回绑 fact-pii @ dac71aa0\n\nclean 树、本工作区内重跑:21 Fact / 147 字段 / 0 违规 / 5 个候选按指针进治理层材料扫过。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:58:13-07:00"},{"Sha1":"dac71aa0064bac9f2f4db0bbf030bca47e7afefd","Message":"fix(governance): 作业接线真解析 + 候选 Fact 指针跟随——对抗验收 F4 与 F1 ③ 收口\n\nF4:lib/job-readiness.mjs 取 jobHandlers: [ … ] 数组字面量与从 ./jobs/\u003cfile\u003e 导入的值标识符做接线判定\n(NOT_WIRED / NOT_IMPORTED),处理器源码含 JOB_NOT_IMPLEMENTED 判 JOB_HANDLER_IS_STUB;三种变异重放各自判红。\nF1 ③:check-fact-pii 按候选条目的 schema 指针进治理层材料扫($ref 相对材料目录解),工作区不可达时登账不判红\n(口径照 check-candidate-contracts 的 unverifiableRefs),CLI 收 --workspace-root、rebind 标 workspaceAware;\n本工作区内 21 Fact / 147 字段 / 0 违规(此前候选 5 × 0 字段)。evidence-scopes 的 fact-pii 作用域扩到 contracts/schemas。\n治理单测 557 / 556 passed / 1 skipped。报告回绑另提交。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:58:12-07:00"}],"HeadCommit":{"Sha1":"f2d611c46ee126ac262fbcbe601ade14fca6a0cd","Message":"chore(reports): 回绑 fact-pii @ dac71aa0\n\nclean 树、本工作区内重跑:21 Fact / 147 字段 / 0 违规 / 5 个候选按指针进治理层材料扫过。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T20:58:13-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/8bbda8b156a8e976088b93418894e41e5554e7dc...f2d611c46ee126ac262fbcbe601ade14fca6a0cd","Len":2}...
|
1789963099
|
Edit
Delete
|
|
31609
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"df8717c40 {"Commits":[{"Sha1":"df8717c409f83bdd931b744471b0cb3642f246a3","Message":"docs(部署): 记录 localhost 入口诊断\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:07:47-07:00"}],"HeadCommit":{"Sha1":"df8717c409f83bdd931b744471b0cb3642f246a3","Message":"docs(部署): 记录 localhost 入口诊断\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:07:47-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/f2d611c46ee126ac262fbcbe601ade14fca6a0cd...df8717c409f83bdd931b744471b0cb3642f246a3","Len":1}...
|
1789963679
|
Edit
Delete
|
|
31610
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"daf6d5b79 {"Commits":[{"Sha1":"daf6d5b792e3927a3eaa10e4a0539d95aa03fa39","Message":"docs(部署): 记录身份开发服务恢复\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:11:30-07:00"}],"HeadCommit":{"Sha1":"daf6d5b792e3927a3eaa10e4a0539d95aa03fa39","Message":"docs(部署): 记录身份开发服务恢复\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:11:30-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/df8717c409f83bdd931b744471b0cb3642f246a3...daf6d5b792e3927a3eaa10e4a0539d95aa03fa39","Len":1}...
|
1789963898
|
Edit
Delete
|
|
31613
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"2d11ee6ad {"Commits":[{"Sha1":"2d11ee6ad1a5fabb295eae59e5e0b7e1f7f6c8cb","Message":"feat(fact): register() 只接受 contracts 登记的 schema(随包规范化摘要)——对抗验收 F2 收口\n\n镜像里没有 contracts/、偏差 #19 禁止复制 schema,故随 fact 模块打包 contracts 每份 Fact / envelope schema 的规范化摘要\n(governance/sync-fact-schema-digests.mjs --write → runtime/modules/fact/src/facts/schema-digests.json,envelope 1 / payloads 16,\n规范化与 @juhai/client-fact canonicalJson 同形)。FactStore.register() 先 assertSchemaBoundToContracts:类型@版本不在表 /\npayload 摘要不等 / envelope 摘要不在表分别拒 FACT_TYPE_NOT_IN_CONTRACTS / PAYLOAD_SCHEMA_NOT_CONTRACTS / ENVELOPE_SCHEMA_NOT_CONTRACTS。\n漂移由 governance/test/module-facts.test.mjs 守(根链第 16 环)。fact 单测 +5(99/99)、typecheck / build 通过;治理单测 558 / 557 / 1 skipped。\nruntime 代码面变化,dev 镜像 4169046 未重建:切 dev 前须在含本提交的 clean 树跑 check:runtime 并回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:38:15-07:00"}],"HeadCommit":{"Sha1":"2d11ee6ad1a5fabb295eae59e5e0b7e1f7f6c8cb","Message":"feat(fact): register() 只接受 contracts 登记的 schema(随包规范化摘要)——对抗验收 F2 收口\n\n镜像里没有 contracts/、偏差 #19 禁止复制 schema,故随 fact 模块打包 contracts 每份 Fact / envelope schema 的规范化摘要\n(governance/sync-fact-schema-digests.mjs --write → runtime/modules/fact/src/facts/schema-digests.json,envelope 1 / payloads 16,\n规范化与 @juhai/client-fact canonicalJson 同形)。FactStore.register() 先 assertSchemaBoundToContracts:类型@版本不在表 /\npayload 摘要不等 / envelope 摘要不在表分别拒 FACT_TYPE_NOT_IN_CONTRACTS / PAYLOAD_SCHEMA_NOT_CONTRACTS / ENVELOPE_SCHEMA_NOT_CONTRACTS。\n漂移由 governance/test/module-facts.test.mjs 守(根链第 16 环)。fact 单测 +5(99/99)、typecheck / build 通过;治理单测 558 / 557 / 1 skipped。\nruntime 代码面变化,dev 镜像 4169046 未重建:切 dev 前须在含本提交的 clean 树跑 check:runtime 并回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:38:15-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/daf6d5b792e3927a3eaa10e4a0539d95aa03fa39...2d11ee6ad1a5fabb295eae59e5e0b7e1f7f6c8cb","Len":1}...
|
1789965498
|
Edit
Delete
|
|
31633
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"937f79e8c {"Commits":[{"Sha1":"937f79e8c72c80ad5da75a57e68683ad0bd091ec","Message":"chore(reports): 回绑工作台快照 @ 2d11ee6a\n\n经 rebind-reports 在 HEAD 干净检出里重建(fact 模块改动落在其作用域内)。其余 13 道零依赖门禁的报告为并行会话在途产物,工具按护栏拒绝覆盖,待其提交后再回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T22:48:19-07:00"}],"HeadCommit":{"Sha1":"937f79e8c72c80ad5da75a57e68683ad0bd091ec","Message":"chore(reports): 回绑工作台快照 @ 2d11ee6a\n\n经 rebind-reports 在 HEAD 干净检出里重建(fact 模块改动落在其作用域内)。其余 13 道零依赖门禁的报告为并行会话在途产物,工具按护栏拒绝覆盖,待其提交后再回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T22:48:19-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/2d11ee6ad1a5fabb295eae59e5e0b7e1f7f6c8cb...937f79e8c72c80ad5da75a57e68683ad0bd091ec","Len":1}...
|
1789969703
|
Edit
Delete
|
|
31642
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"7645136ae {"Commits":[{"Sha1":"7645136ae2a430baad111cdd8b978df78943c73b","Message":"chore(reports): 回绑 Fact schema 真源门禁证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T23:12:40-07:00"}],"HeadCommit":{"Sha1":"7645136ae2a430baad111cdd8b978df78943c73b","Message":"chore(reports): 回绑 Fact schema 真源门禁证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T23:12:40-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/937f79e8c72c80ad5da75a57e68683ad0bd091ec...7645136ae2a430baad111cdd8b978df78943c73b","Len":1}...
|
1789971174
|
Edit
Delete
|
|
31671
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"8a852297e {"Commits":[{"Sha1":"8a852297e81e2df71e877aee5f01930d7797fbfb","Message":"chore(reports): 回绑 port-conformance @ 7645136a\n\npnpm check:port-conformance 在 clean 树重跑:41 passed / 0 failed / 0 skipped(内核 14 / 模块 6 / 客户端 21 地板),\n覆盖 F2 的 fact 模块改动(register() 摘要绑定)。同时在途的 image-digest / image-smoke / deployed-runtime 是并行会话产物,未动。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:00:04-07:00"}],"HeadCommit":{"Sha1":"8a852297e81e2df71e877aee5f01930d7797fbfb","Message":"chore(reports): 回绑 port-conformance @ 7645136a\n\npnpm check:port-conformance 在 clean 树重跑:41 passed / 0 failed / 0 skipped(内核 14 / 模块 6 / 客户端 21 地板),\n覆盖 F2 的 fact 模块改动(register() 摘要绑定)。同时在途的 image-digest / image-smoke / deployed-runtime 是并行会话产物,未动。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:00:04-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/7645136ae2a430baad111cdd8b978df78943c73b...8a852297e81e2df71e877aee5f01930d7797fbfb","Len":1}...
|
1789974008
|
Edit
Delete
|
|
31672
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"a966a2c7b {"Commits":[{"Sha1":"a966a2c7b8adf5da9c07fe85c855f3506f3bc6c2","Message":"chore(reports): 回绑合并后验收证据 @ 0ea7643\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:04:49-07:00"},{"Sha1":"0ea7643139e1387da36dc1f5e9fb090d319df2d9","Message":"docs(验收): 更新合并后治理计数\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:03:45-07:00"},{"Sha1":"50cba7932f4c5921a93955bd7ac8f83ed3f92e61","Message":"Merge branch 'main' into codex/adversarial-governance-fix\n\n# Conflicts:\n#\treports/doc-claims.latest.json\n#\treports/fact-pii.latest.json\n#\treports/facts.latest.json\n#\treports/fixture-coverage.latest.json\n#\treports/fixtures.latest.json\n#\treports/migration-decs.latest.json\n#\treports/module-imports.latest.json\n#\treports/stub-surface.latest.json\n#\treports/workbench-catalog-snapshot.latest.json\n#\treports/workbench-ops-snapshot.latest.json\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:01:42-07:00"},{"Sha1":"e8603b454822450cccacb4951bcd60d28a005ba8","Message":"chore(reports): 回绑对抗缺陷修复证据 @ 016a5da\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:00:54-07:00"},{"Sha1":"016a5da13166ed3dba739ef6e5b582ca15019f1c","Message":"fix(governance): 封堵租户签名与文件回收竞态\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-20T21:29:44-07:00"}],"HeadCommit":{"Sha1":"a966a2c7b8adf5da9c07fe85c855f3506f3bc6c2","Message":"chore(reports): 回绑合并后验收证据 @ 0ea7643\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:04:49-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/8a852297e81e2df71e877aee5f01930d7797fbfb...a966a2c7b8adf5da9c07fe85c855f3506f3bc6c2","Len":5}...
|
1789974347
|
Edit
Delete
|
|
31673
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"b32aaeec6 {"Commits":[{"Sha1":"b32aaeec6fb47a7e49e74444d48b5973b0cf7a64","Message":"fix(governance): stub-surface 开关扫描补认 ConfigService 读法,kill switch 须显式登记 defaultOn——补进 IDP_BACKCHANNEL_DISPATCH_ENABLED\n\n扫描此前只认 env.X / process.env.X 两种写法,NestJS ConfigService.get(\"X\") 整个看不见;补上后扫出\nidentity 后端注销分发环的 IDP_BACKCHANNEL_DISPATCH_ENABLED(=== \"false\" 才关、未设即开)。它是已落地\n能力的 kill switch,不改成 opt-in(会让注销分发在没配变量的环境里静默停掉,正是本门禁要抓的形状),\n也不在门禁里加白名单:登记表 env-switch 条目新增可选 defaultOn: true(只认布尔),S5 只对登记了它的\n开关放行;代码改回 opt-in 后登记不删判 S9_DEFAULT_ON_DECLARATION_STALE,同 S2 登记不许腐烂。\n\n清单 10 → 11 个环境开关,CLAUDE.md 声明句同步;报告每条开关带 defaultOn / declaredDefaultOn 与逐站点\noptIn,metrics 增 envSwitchDefaultOn。六处验收 / 测试入口全部把该开关置 false、runtime 模块内无单测\n调用 dispatchBatch——缺口本身未关,exitWhen 写明要在固定源码验收里以开启态被走到。\n\ngovernance 测试 562 / 561 通过 / 1 跳过(GOV_REPORT_DIR 隔离运行,reports/ 未动);stub-surface 27 / 27;\ncheck:stub-surface 与 check:doc-claims 单跑 exit 0。报告回绑另起 chore(reports) 提交。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:05:56-07:00"}],"HeadCommit":{"Sha1":"b32aaeec6fb47a7e49e74444d48b5973b0cf7a64","Message":"fix(governance): stub-surface 开关扫描补认 ConfigService 读法,kill switch 须显式登记 defaultOn——补进 IDP_BACKCHANNEL_DISPATCH_ENABLED\n\n扫描此前只认 env.X / process.env.X 两种写法,NestJS ConfigService.get(\"X\") 整个看不见;补上后扫出\nidentity 后端注销分发环的 IDP_BACKCHANNEL_DISPATCH_ENABLED(=== \"false\" 才关、未设即开)。它是已落地\n能力的 kill switch,不改成 opt-in(会让注销分发在没配变量的环境里静默停掉,正是本门禁要抓的形状),\n也不在门禁里加白名单:登记表 env-switch 条目新增可选 defaultOn: true(只认布尔),S5 只对登记了它的\n开关放行;代码改回 opt-in 后登记不删判 S9_DEFAULT_ON_DECLARATION_STALE,同 S2 登记不许腐烂。\n\n清单 10 → 11 个环境开关,CLAUDE.md 声明句同步;报告每条开关带 defaultOn / declaredDefaultOn 与逐站点\noptIn,metrics 增 envSwitchDefaultOn。六处验收 / 测试入口全部把该开关置 false、runtime 模块内无单测\n调用 dispatchBatch——缺口本身未关,exitWhen 写明要在固定源码验收里以开启态被走到。\n\ngovernance 测试 562 / 561 通过 / 1 跳过(GOV_REPORT_DIR 隔离运行,reports/ 未动);stub-surface 27 / 27;\ncheck:stub-surface 与 check:doc-claims 单跑 exit 0。报告回绑另起 chore(reports) 提交。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:05:56-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/a966a2c7b8adf5da9c07fe85c855f3506f3bc6c2...b32aaeec6fb47a7e49e74444d48b5973b0cf7a64","Len":1}...
|
1789974384
|
Edit
Delete
|
|
31674
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"e9aac78ee {"Commits":[{"Sha1":"e9aac78ee0e3438525a02ea65fee939b0df47cfe","Message":"chore(reports): 回绑 stub-surface 与 doc-claims @ b32aaeec\n\n干净检出重跑(rebind-reports --gates stub-surface,doc-claims --force);覆盖的是并行运行留在工作区的脏绑在途副本(daf6d5b / dirty=true,生成于 2 小时前,无门禁在跑)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:06:23-07:00"}],"HeadCommit":{"Sha1":"e9aac78ee0e3438525a02ea65fee939b0df47cfe","Message":"chore(reports): 回绑 stub-surface 与 doc-claims @ b32aaeec\n\n干净检出重跑(rebind-reports --gates stub-surface,doc-claims --force);覆盖的是并行运行留在工作区的脏绑在途副本(daf6d5b / dirty=true,生成于 2 小时前,无门禁在跑)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:06:23-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/b32aaeec6fb47a7e49e74444d48b5973b0cf7a64...e9aac78ee0e3438525a02ea65fee939b0df47cfe","Len":1}...
|
1789974484
|
Edit
Delete
|
|
31676
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"068f5d4c4 {"Commits":[{"Sha1":"068f5d4c4fc1b2c7ed2ab6269538ec885e303147","Message":"chore(reports): 回绑完整 runtime 验收 @ 9d9c3a9a\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:28:36-07:00"},{"Sha1":"9d9c3a9ade4c31c941bde343483f882a78a2a509","Message":"chore(reports): 回绑 stub-surface 与 doc-claims @ d9325095\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:25:19-07:00"},{"Sha1":"d9325095cd53e66ba9bce53ea799c255271435e9","Message":"docs(纪律): 仓纪律 3 的「失败关闭夹具」按规则代码所在层读;三个 it.todo 的阻塞标签由 pending-dec 改为 pending-impl\n\n仓纪律 3 此前读起来像每个 shape 模块都该有模块级夹具,而 DEC-040 / DEC-041 收编的 7 个域模块一份都没有——\n不是违规:它们 provides: []、模块目录只有描述符,规则与失败关闭夹具在 contracts/src/domain 与\ncontracts/test/fixtures 的域套件里(governance/fixtures/contract-\u003c域\u003e.suite.json 登记,check:fixtures 一起判)。\ncredential(有端口)与 scope(无端口、规则在模块内)的夹具在模块 test/fixtures。措辞按此订正,并写明\n承接真实能力前不补模块级夹具是全部服务模块对抗性验收-2026-09-19 F4 的口径。\n\nruntime/test 里三个 it.todo 写着「pending-dec」,而所指 DEC-020—023 与 DEC-006 / 007 / 025 均已于\n2026-09-12 批准:挡在前面的是实现(M6 列表 / 跨应用查询授权与导出审批无代码;OpenBao 仍是 compose\n注释块、credential 租约账本在未合入的 PR 链上),标签会误导领取,改为 pending-impl 并写明真实阻塞。\n\ncheck:stub-surface / check:doc-claims 单跑 exit 0(GOV_REPORT_DIR 隔离);stub-surface 测试 27 / 27;\nplatform-tests typecheck 通过;vitest 两文件 3 todo;治理层 check-workspace-consistency CLEAN。\n两个测试文件在 runtime-acceptance / mainline / revocation-sla / deployed-runtime 四份报告作用域内,\n四份此前已因并行改动处于 stale(warn),本提交不改变其状态。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:25:15-07:00"}],"HeadCommit":{"Sha1":"068f5d4c4fc1b2c7ed2ab6269538ec885e303147","Message":"chore(reports): 回绑完整 runtime 验收 @ 9d9c3a9a\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:28:36-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/e9aac78ee0e3438525a02ea65fee939b0df47cfe...068f5d4c4fc1b2c7ed2ab6269538ec885e303147","Len":3}...
|
1789975736
|
Edit
Delete
|
|
31687
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"23c3bd497 {"Commits":[{"Sha1":"23c3bd497f10c5df33baf8845ae07f251a6bab02","Message":"chore(deploy): 记录 runtime 068f5d4c 更新\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:36:13-07:00"}],"HeadCommit":{"Sha1":"23c3bd497f10c5df33baf8845ae07f251a6bab02","Message":"chore(deploy): 记录 runtime 068f5d4c 更新\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:36:13-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/068f5d4c4fc1b2c7ed2ab6269538ec885e303147...23c3bd497f10c5df33baf8845ae07f251a6bab02","Len":1}...
|
1789976186
|
Edit
Delete
|
|
31696
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"c604db90d {"Commits":[{"Sha1":"c604db90d32a2193d58cce07418b264c71776375","Message":"merge: restore workbench OIDC callback recovery\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:42:30-07:00"},{"Sha1":"d0c55732589bb2a4cb94ec0f4d03b1c06c2d0962","Message":"docs(workbench): record callback recovery deployment\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:42:04-07:00"},{"Sha1":"e11a3c3d27d7c6114913839d6668684eadfd6a28","Message":"chore(reports): bind workbench callback regression evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:32:33-07:00"},{"Sha1":"5a17b1aaabe28be4e50cf4eb0437e8b58ac0b5df","Message":"fix(workbench): make OIDC callback recovery-safe\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:29:06-07:00"}],"HeadCommit":{"Sha1":"c604db90d32a2193d58cce07418b264c71776375","Message":"merge: restore workbench OIDC callback recovery\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:42:30-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/23c3bd497f10c5df33baf8845ae07f251a6bab02...c604db90d32a2193d58cce07418b264c71776375","Len":4}...
|
1789976566
|
Edit
Delete
|
|
31697
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"670ada255 {"Commits":[{"Sha1":"670ada2555e9286483476121f745b81cf7ef67bc","Message":"chore(reports): refresh identity logout evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:51:19-07:00"},{"Sha1":"6373d8c31d77ea09766eee0a98bd0ea76cd0afa4","Message":"test(identity): 后端注销分发环补无库单测——注入 deliverImpl + 内存 Prisma,覆盖投递 / 重试 / 死信与 kill switch 三种取值\n\nBackchannelLogoutDispatcherService 此前在 runtime 模块内没有任何测试:分发环靠默认开的\nIDP_BACKCHANNEL_DISPATCH_ENABLED 关,而六处验收 / 测试入口全部把它置 false,deliver / recordDelivered /\nrecordFailure 三段从未在任何门禁里被走到(governance/stub-surface.json 该条 reason)。\n\n新增 src/http/oidc/backchannel-logout-dispatcher.service.test.ts(11 例,不出网、不连库):\n- 投递成功:logout_token 用租户公钥验签且指向本会话,幂等键 = 投递 id,DELIVERED + 审计 + Outbox;\n- 5xx:回 PENDING、按 retryDelayMs(attempts) 排下次,不落审计 / Outbox / 安全事件;\n- 次数用尽:DEAD_LETTERED + 审计 + Outbox + critical 安全事件,告警载荷过 backchannelLogoutDeadLetterAlertSchema;\n- 停用客户端 / 无 URI → TARGET_UNAVAILABLE、未允许 loopback 的 http 与私网地址 → UNSAFE_TARGET,均终态且一次不外发;\n- 租户不可用 → SIGNING_UNAVAILABLE 重试;HTTP 之后租约被改走 → updateMany 0 行不补写审计 / Outbox;\n- kill switch:未设置起表并 tick 到 dispatchBatch、\"false\" 不起表、\"0\" 不算关(这正是它按 defaultOn 登记的原因)。\n领取 SQL(FOR UPDATE SKIP LOCKED、租约过期回收)是真实库语义,不在单测里伪造。\n\n同步改写三处口径:stub-surface.json 该条 reason、CLAUDE.md 的清单句、作业可执行性收口 09-21 补记——\n单测不满足 exitWhen 里「真实接收端回执断言」,登记不退场。\n\n模块套件 13 文件 135 例通过(此前 124);临时 tsconfig 对该文件 tsc --noEmit 通过;check:module-imports /\ncheck:stub-surface / check:doc-claims 单跑 exit 0;stub-surface 测试 27 / 27。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:49:06-07:00"}],"HeadCommit":{"Sha1":"670ada2555e9286483476121f745b81cf7ef67bc","Message":"chore(reports): refresh identity logout evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:51:19-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/c604db90d32a2193d58cce07418b264c71776375...670ada2555e9286483476121f745b81cf7ef67bc","Len":2}...
|
1789977116
|
Edit
Delete
|
|
31706
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"c5f7322a2 {"Commits":[{"Sha1":"c5f7322a22735abc13c21463ae59738e94c6192c","Message":"chore(reports): 回绑工作台快照 @ 8287e9b0\n\n经 rebind-reports 在 HEAD 干净检出里重建:workbench-ops-snapshot 因 image-digest.json 提交(8287e9b0 之前)而过期,两份快照按纪律一起绑同一提交。\n在途的 deployed-runtime.latest.json 是并行会话产物,未动。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:02:08-07:00"},{"Sha1":"8287e9b06b88ceb09e39238a12762011f7d79a17","Message":"chore(reports): 回绑 doc-claims @ d39adda8\n\n在 fixtures / fixture-coverage 两份输入报告提交之后重跑,绑定点晚于输入变更。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:52:25-07:00"},{"Sha1":"d39adda8f575aca6024360e58483d3f860ad169c","Message":"chore(reports): 回绑 fixtures / fixture-coverage / module-imports / facts / migration-decs / stub-surface / 工作台两份快照 @ 6373d8c3\n\n新增的模块单测文件落在这 8 份 error 级报告的 runtime/modules 作用域内。零依赖六份经 rebind-reports 干净检出重跑;\nfixtures 与 fixture-coverage 按既有配方在工作区内 detached worktree(install + turbo 构建,缓存命中 19 s)重跑后带回:\n17 套件 702 例 0 失败、覆盖度 15 套件三档 0,均绑 6373d8c3 / dirty=false。doc-claims 的作用域含这两份报告,另起一条回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T00:52:21-07:00"}],"HeadCommit":{"Sha1":"c5f7322a22735abc13c21463ae59738e94c6192c","Message":"chore(reports): 回绑工作台快照 @ 8287e9b0\n\n经 rebind-reports 在 HEAD 干净检出里重建:workbench-ops-snapshot 因 image-digest.json 提交(8287e9b0 之前)而过期,两份快照按纪律一起绑同一提交。\n在途的 deployed-runtime.latest.json 是并行会话产物,未动。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:02:08-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/670ada2555e9286483476121f745b81cf7ef67bc...c5f7322a22735abc13c21463ae59738e94c6192c","Len":3}...
|
1789977732
|
Edit
Delete
|
|
31707
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"a1638e6c0 {"Commits":[{"Sha1":"a1638e6c09ac12d9e848d82bc9bf2eff70cb232a","Message":"chore(reports): 回绑 mainline-acceptance 与 revocation-sla @ 8595020b\n\nmainline:check 在 clean 树 8595020b 上重跑:6 套件 74 passed / 0 failed / 0 pending / 0 todo(fact-read-http 11、fact-persistence 17、\naudit-tamper 19、mainline-revocation-chaos 18、permission-ops 4、ai-route-persistence 5,均 ≥ MAINLINE_SUITES 地板)。\n底座为专用 compose 项目 enterprise-platform-adversarial(PG 55473 / Redis 56382 / Redpanda 59095,test overlay、tmpfs),\ndb.sh test + prepare-mainline 供给,普通模块角色;HR/OS 宿主表仍为合成夹具,unverified 范围不变。revocation-sla 由用例自写、同源同树。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:27:23-07:00"},{"Sha1":"538a75eb51f0e1698c449428f640058aabfe38be","Message":"chore(deploy): record final mainline verification\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:25:05-07:00"},{"Sha1":"8595020b335e0e242d7e2caddc9bf2835c2d3d91","Message":"chore(reports): bind passing runtime governance\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:08:01-07:00"},{"Sha1":"602d87bd7785d1f4de72d80fdd2e4844fb19570a","Message":"chore(reports): bind runtime documentation truth\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:07:08-07:00"},{"Sha1":"dedc99e5f6015482d063c4175a483a1d8ac83d59","Message":"docs(runtime): bind latest acceptance evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:05:43-07:00"}],"HeadCommit":{"Sha1":"a1638e6c09ac12d9e848d82bc9bf2eff70cb232a","Message":"chore(reports): 回绑 mainline-acceptance 与 revocation-sla @ 8595020b\n\nmainline:check 在 clean 树 8595020b 上重跑:6 套件 74 passed / 0 failed / 0 pending / 0 todo(fact-read-http 11、fact-persistence 17、\naudit-tamper 19、mainline-revocation-chaos 18、permission-ops 4、ai-route-persistence 5,均 ≥ MAINLINE_SUITES 地板)。\n底座为专用 compose 项目 enterprise-platform-adversarial(PG 55473 / Redis 56382 / Redpanda 59095,test overlay、tmpfs),\ndb.sh test + prepare-mainline 供给,普通模块角色;HR/OS 宿主表仍为合成夹具,unverified 范围不变。revocation-sla 由用例自写、同源同树。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T01:27:23-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/c5f7322a22735abc13c21463ae59738e94c6192c...a1638e6c09ac12d9e848d82bc9bf2eff70cb232a","Len":8}...
|
1789979246
|
Edit
Delete
|
|
31758
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"e930518da {"Commits":[{"Sha1":"e930518dadf15a2c42b8b0077382fbe69899cce7","Message":"chore(reports): 回绑 port-conformance @ a1638e6c\n\npnpm check:port-conformance 在 clean 树重跑:41 passed / 0 failed / 0 skipped(内核 14 / 模块 6 / 客户端 21 地板)。\n此前那份绑 7645136a,因并行会话改 notification-webhook 客户端 README 与投递单测而过期;本次覆盖到 a1638e6c。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T08:55:16-07:00"}],"HeadCommit":{"Sha1":"e930518dadf15a2c42b8b0077382fbe69899cce7","Message":"chore(reports): 回绑 port-conformance @ a1638e6c\n\npnpm check:port-conformance 在 clean 树重跑:41 passed / 0 failed / 0 skipped(内核 14 / 模块 6 / 客户端 21 地板)。\n此前那份绑 7645136a,因并行会话改 notification-webhook 客户端 README 与投递单测而过期;本次覆盖到 a1638e6c。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T08:55:16-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/a1638e6c09ac12d9e848d82bc9bf2eff70cb232a...e930518dadf15a2c42b8b0077382fbe69899cce7","Len":1}...
|
1790006120
|
Edit
Delete
|
|
31760
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"e76b36e2e {"Commits":[{"Sha1":"e76b36e2e0fef9e71684a3ddd016f720a8d79fff","Message":"chore(reports): 回绑工作台快照 @ c4bdb096\n\ncatalog 19 项目 / 16 模块映射 / 0 冲突;ops release=partial image=local-only evidence=partial alerts=9。dev overlay 按路径只读挂载,原地重写即生效。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:11:23-07:00"},{"Sha1":"c4bdb0964a6224c3cadc71ce77cd8d192c4a3150","Message":"chore(reports): 回绑 deployed-runtime 与 evidence @ e7f8238a\n\ndev 栈 runtime 已切到 enterprise-platform/runtime:main-d654ade3(895813ce4306):容器镜像与期望摘要一致、IMAGE_SOURCE_EQUIVALENT、\nDEPLOYED_IMAGE_ACCEPTED(代码面由 9d9c3a9a 的 1,183 项验收覆盖)。check:evidence partial:8 份重型报告过期告警,无错误。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:11:23-07:00"},{"Sha1":"e7f8238ae01dbb6bf0d6dc8191399777ee7a5d58","Message":"chore(reports): 回绑根链 21 环、镜像构建与冒烟 @ d654ade3 / 657b45b8\n\n根 pnpm check 在 clean d654ade3 上 21 环通过(治理 562 例 561 过 1 跳过、contracts 432、runtime 静态门禁),33 份根级 / runtime 级报告回绑;\ndoc-claims 与 stub-surface 在文档提交 657b45b8 后重跑回绑。镜像 enterprise-platform/runtime:main-d654ade3(895813ce4306,context head,树干净)\n冒烟六项通过;冒烟环境按 runbook §2 从 compose 已解析环境重生成。工作台快照 / deployed-runtime / evidence 随后单独回绑。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:10:15-07:00"},{"Sha1":"657b45b8f46715212e748ffe605ad229d420612a","Message":"docs(deploy): 记录 2026-09-21 检查、验收与重新部署 runtime @ d654ade3\n\n根链首轮第 16 环红 1 例(workbench-ui 单测夹具落后 REQUIRED_CASES),修复后 21 环全过;镜像 main-d654ade3 冒烟六项通过,\ndev 栈只重建 runtime,部署后直连 / Caddy / 工作台 / 目录 / 失败关闭核验通过,check:deployed 判 DEPLOYED_IMAGE_ACCEPTED。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:08:41-07:00"},{"Sha1":"d654ade3048d427984c2461fdb52f595387eadf7","Message":"fix(governance): workbench-ui 单测夹具随 REQUIRED_CASES 扩到 5 个场景\n\n5a17b1aa 把 REQUIRED_CASES 扩到 WB-05 但没改 governance/test/workbench-ui.test.mjs 的夹具(stats.expected 仍为 4),\n根 pnpm check 第 16 环 pnpm test 在 HEAD 上 562 例红 1。夹具改为跟随 REQUIRED_CASES.length,用例名去掉写死的数量。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:02:12-07:00"}],"HeadCommit":{"Sha1":"e76b36e2e0fef9e71684a3ddd016f720a8d79fff","Message":"chore(reports): 回绑工作台快照 @ c4bdb096\n\ncatalog 19 项目 / 16 模块映射 / 0 冲突;ops release=partial image=local-only evidence=partial alerts=9。dev overlay 按路径只读挂载,原地重写即生效。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:11:23-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/e930518dadf15a2c42b8b0077382fbe69899cce7...e76b36e2e0fef9e71684a3ddd016f720a8d79fff","Len":5}...
|
1790007205
|
Edit
Delete
|
|
31763
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"a0dd6361f {"Commits":[{"Sha1":"a0dd6361f8bffc07222cab1e477077ca66e26fb6","Message":"chore(reports): 回绑 doc-claims 与 stub-surface @ 9c3a3900\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:40:54-07:00"},{"Sha1":"9c3a39008945bbaa0b1add5da8741864752795c0","Message":"docs(deploy): 登记真实 OIDC 登录与工作台点击验收 @ 镜像 main-d654ade3\n\ndev 三件套 + 入口 :58080:授权 302 → 托管登录(口令由 Owner 亲自输入)→ token 200 → 会话建立;登录后 catalog / modules 200,\n对照运行时 17 个请求全 200,identity 探针 ok,退出后不再发管理请求。登记两处边界:ops/definitions 401 的根因(容器 AUTH_JWKS_URI 为空 + D-15 scope 关)\n与入口产物内嵌快照落后仓内三代。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:40:53-07:00"}],"HeadCommit":{"Sha1":"a0dd6361f8bffc07222cab1e477077ca66e26fb6","Message":"chore(reports): 回绑 doc-claims 与 stub-surface @ 9c3a3900\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T09:40:54-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/e76b36e2e0fef9e71684a3ddd016f720a8d79fff...a0dd6361f8bffc07222cab1e477077ca66e26fb6","Len":2}...
|
1790008899
|
Edit
Delete
|
|
31797
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"63bb2d88c {"Commits":[{"Sha1":"63bb2d88c551c7e0404d70b39caa5b6d359db5e2","Message":"chore(reports): 回绑工作台快照 @ 3f3f9012\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:05:23-07:00"},{"Sha1":"3f3f9012e7c5dfc7a16c0bca8ed7b99938c8d784","Message":"chore(reports): 回绑 evidence-freshness @ d504e1be\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:05:22-07:00"},{"Sha1":"d504e1beb76c7bb5eea12a32c44f4ddcda335a97","Message":"chore(reports): 回绑 doc-claims 与工作台快照 @ 7bebe251\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:04:18-07:00"},{"Sha1":"7bebe2518923853ca79180b116cec4e94fe72469","Message":"chore(reports): 回绑根链 14 环与 runtime 静态门禁报告 @ 0085cff2\n\nclean 树上 `pnpm check` 前 20 环全绿(第 21 环只剩两份工作台快照过期,随下一条提交回绑)。\n本条不含 doc-claims(其作用域含 fixtures / fixture-coverage / otel 三份报告,须在本条之后重绑)\n与 evidence-freshness(快照作用域含它,不提交)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:04:17-07:00"},{"Sha1":"0085cff22411b8c2faf6990e5135607e1fd73cfa","Message":"feat(runtime): 四个 authority 模块补自有库 health 探针,装配点对未定义探针回 unknown\n\n深度挖掘分析 F04 / 对外交付设计「环境可用性」:authority 模块缺自身依赖探针,装配点又把「未定义 health()」\n回成 status=ok + 空 checks,空检查被采信为依赖正常。本提交把两处一起收口:\n\n- kit:`ModuleHealthContext` 增 `env`(装配点传 process.env,模块不再自己碰 process.env);新增\n `createDatabaseProbe`(按 URL 复用一个 client 做 SELECT 1,1s 超时 / 空串 / 抛错均 down)与\n `createModuleDatabaseHealth`(开关全关 → 空检查集;任一开 → { database })。\n- permission / audit / fact / ai-gateway:各自 `src/health.ts` 探 DATABASE_URL_\u003cACCESSOR\u003e,开关清单按\n 端口 / HTTP 面 / 作业里会开库的开关钉住(PERSISTENCE、AUDIT_HTTP、FACT_INTAKE / FACT_READ、AI_ROUTE),\n 与 identity / public-file / notification-webhook 同为七个探自己库的 authority 模块。\n- 装配点 GET /api/platform/modules/:id/health:未定义 health() 回 status=unknown(不冒充 ok);定义了但\n 本装配无外部依赖回 ok + 空 checks(同样不是健康证据);任一 down → degraded。\n- 工作台:status=unknown 落「已装载·无自检」;运行信息页区分「未定义探针」与「探针已定义但无依赖」。\n- MCP 网关放行 unknown,tool-contracts.json 随 gateway.ts 摘要重生成(契约摘要不变)。\n- runbook 探活口径同步。\n\n验证(本地工作区,2026-09-21):kit 18 例、四模块 health 各 5–7 例、装配点无库单测 4 例、MCP 25 例通过;\nkit / 四模块 / api-nestjs / mcp typecheck 通过,workbench typecheck + lint 通过;临时 PG/Redis 上\nplatform.http.acceptance 4 例通过(permission 有探针无依赖 → ok+空,credential 无探针 → unknown);\npermission 真实探针实跑 up / down(2ms) / 持久化关闭 → 空。stub-surface / module-imports / doc-claims 单跑通过。\n未跑:完整 check:runtime(runtime-acceptance 报告随之过期,warn 级)。\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:02:13-07:00"}],"HeadCommit":{"Sha1":"63bb2d88c551c7e0404d70b39caa5b6d359db5e2","Message":"chore(reports): 回绑工作台快照 @ 3f3f9012\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T10:05:23-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/a0dd6361f8bffc07222cab1e477077ca66e26fb6...63bb2d88c551c7e0404d70b39caa5b6d359db5e2","Len":5}...
|
1790044681
|
Edit
Delete
|
|
31834
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"fec3e55ca {"Commits":[{"Sha1":"fec3e55caa62a4c45128c032b8eca8b33343af5a","Message":"chore(reports): 回绑工作台快照 @ 8276d717\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:10:23-07:00"},{"Sha1":"8276d7177cd7fe4b30a8948a714dd650cf9b1919","Message":"chore(reports): 回绑 evidence-freshness @ a2687c7a(快照已新鲜,error 0)\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:10:23-07:00"},{"Sha1":"a2687c7a175d68131f58a7c38c1f41aa33ab46de","Message":"chore(reports): 回绑工作台快照 @ d82e433f\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:08:53-07:00"},{"Sha1":"d82e433fd039421c293f56fbd4aaaefc26146441","Message":"chore(reports): 回绑 evidence-freshness @ 83aa6172\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:08:52-07:00"},{"Sha1":"83aa617224d8d339896302846423755a340c7ce5","Message":"chore(reports): 回绑 doc-claims @ e7e01273\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:08:10-07:00"}],"HeadCommit":{"Sha1":"fec3e55caa62a4c45128c032b8eca8b33343af5a","Message":"chore(reports): 回绑工作台快照 @ 8276d717\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:10:23-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/63bb2d88c551c7e0404d70b39caa5b6d359db5e2...fec3e55caa62a4c45128c032b8eca8b33343af5a","Len":13}...
|
1790047294
|
Edit
Delete
|
|
31844
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"cbafe7861 {"Commits":[{"Sha1":"cbafe78614cc0a2a82ed6028679f4451428c450d","Message":"docs(deploy): 记录工作台入口产物重建(产物源码 fec3e55c,内嵌快照 c4bdb096 → 8276d717,含 unknown 环境列映射)\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:40:42-07:00"},{"Sha1":"56063f4e0126613003887b7cee9a6face2d782fb","Message":"docs(缺口): 缺失模块完善清单改按 16 模块重做(09-21 版),09-16 版保留为历史快照\n\n旧版写于 7 模块 + 9 契约包域时,09-19 DEC-040 / DEC-041 把模块扩到 16 个后,\n其 §2「九域宿主未裁」整节与 §5 ② 的 W-1—W-5 均已过时。新版:\n\n- 沿用旧编号(I- / P- / F- / A- / K- / S- / G-)逐条改判,新增九个模块另起\n C11- / C12- / D- 编号;§7 列出 09-16 之后关闭或改判的条目与依据提交\n- 读数绑 fec3e55c(本地 = Gitea),dev 容器 main-63bb2d88;仓外只读 OS 374f474、HR a164f1a\n- 实测新增:OS 的 employment 投影 09-13 已写(pin client-fact rc.3),HR 出站仍 0;\n act-runner .env 09-18 起就在但无容器;identity 事实只声明、无出站实现;\n 后端注销分发从未以开启态验收(I-9)\n- 旧版头部加取代说明,正文不动(决策批次与 CHG 材料按编号引用它)\n\n只动 docs/,不在任何报告的证据作用域内,无需回绑。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:33:04-07:00"}],"HeadCommit":{"Sha1":"cbafe78614cc0a2a82ed6028679f4451428c450d","Message":"docs(deploy): 记录工作台入口产物重建(产物源码 fec3e55c,内嵌快照 c4bdb096 → 8276d717,含 unknown 环境列映射)\n\nCo-Authored-By: Claude Fable 5.1 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-21T20:40:42-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/fec3e55caa62a4c45128c032b8eca8b33343af5a...cbafe78614cc0a2a82ed6028679f4451428c450d","Len":2}...
|
1790048838
|
Edit
Delete
|
|
32020
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"0a276086c {"Commits":[{"Sha1":"0a276086c6a71a97ef4cde2b4dc2db996e0c51d5","Message":"chore(reports): 回绑工作台快照 @ c77726ff\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T01:08:54-07:00"},{"Sha1":"c77726ffaeaa8bcdd96c15ea3f88068bcd41e67c","Message":"chore(reports): 回绑 evidence-freshness @ 60756005(error 0,过期 10 份与回绑前同一批)\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T01:07:42-07:00"},{"Sha1":"60756005ebeb482e4c1270a2e2396a1805c4ee12","Message":"chore(reports): 回绑 doc-claims @ dc54ab3e\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T01:07:03-07:00"},{"Sha1":"dc54ab3ea2f847d4b84473253acd357758ecb570","Message":"chore(reports): 回绑根链与 runtime 静态门禁报告 @ ace0f281\n\nclean ace0f281 上跑仓根 pnpm check 21 环 EXIT=0(治理单测 562 例 561 过 1 跳过);本提交收前 20 环重写的报告,\ndoc-claims 与 evidence-freshness 另起提交(前者作用域含 fixtures / fixture-coverage / otel,绑在本提交之前必过期)。\n第 21 环 evidence partial:40 新鲜 / 10 过期、error 0,过期集合与回绑前相同(mainline-acceptance 作用域多了\nidentity-profile.test.ts 一个文件,它本就过期)。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T01:06:37-07:00"},{"Sha1":"ace0f281df1e1aa43bc409e5d4b14130d2ff8b96","Message":"chore(reports): 回绑 runtime-acceptance / conformance-differential / revocation-sla @ df1a75c0 并回灌动态区\n\n干净检出 `df1a75c0`(企业控制面/.worktrees/runtime-acceptance-i9)+ 一次性 PG :55493 / Redis :56393/7 + 专用 Broker :59093,\n`pnpm runtime:check:runtime` 通过:1230 tests / 0 failures(上一轮 1229,多出的 1 例是 identity 后端注销分发环的开启态验收),\ntenantRlsEnforced=1,迁移 deploy/status、双后端差分、真实库与 Broker 故障恢复通过;报告 stdoutTail 可见\n「delivers back-channel logout from the default-on dispatcher to a real loopback receiver, retrying once」1891ms。\n\nruntime/CLAUDE.md 与仓根 CLAUDE.md 的 runtime 证据行随之回灌。仓根那行原写「dev 镜像源 63bb2d88 即该验收提交」,\n现改为:两者之间代码面只差这个测试文件,`pnpm check:deployed` 实测 IMAGE_SOURCE_EQUIVALENT + DEPLOYED_IMAGE_ACCEPTED,\n不需要重建镜像。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T00:56:55-07:00"}],"HeadCommit":{"Sha1":"0a276086c6a71a97ef4cde2b4dc2db996e0c51d5","Message":"chore(reports): 回绑工作台快照 @ c77726ff\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T01:08:54-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/cbafe78614cc0a2a82ed6028679f4451428c450d...0a276086c6a71a97ef4cde2b4dc2db996e0c51d5","Len":6}...
|
1790065009
|
Edit
Delete
|
|
32409
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"dd4364dbb {"Commits":[{"Sha1":"dd4364dbbae2465345a18e228f1a431280d00afe","Message":"chore(reports): 回绑工作台快照 @ 5b06d70c\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:04:50-07:00"},{"Sha1":"5b06d70cc5493f67570cfd21ca833602d4fea496","Message":"chore(reports): 回绑 evidence-freshness @ bf97807a(error 0,过期 10 份与回绑前同一批)\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:04:50-07:00"},{"Sha1":"bf97807a28271701762fe6603acaa6f468f99f5b","Message":"chore(reports): 回绑 migration-decs / stub-surface / doc-claims @ fe1bff52(未落地面 45 条、authority 表级 RLS 0 违规)\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:04:30-07:00"},{"Sha1":"fe1bff5264b2885393550d9083c14b6180a878a6","Message":"docs(缺口): 缺失清单补 §9 治理补记——三处新登记面、X15 产出事实无写出点、X16 模块表 RLS 无启动断言、编号到机器表的对照 @ d28176fd\n\nG-4「已收口(登记)」订正为只收口了登记(AiActionGoverned 无生产者);MS-3 判据里「以 PermissionInvalidated 事实测得」\n那条路今天无从满足。§0—§8 读数仍是 09-21 证据时点,§5.2 的 35 条自此为 45 条。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:03:01-07:00"},{"Sha1":"d28176fd0776772a7d1a2fbb3da57e04062460f2","Message":"feat(governance): 缺失清单三类只在散文里的缺口补成机器登记面——产出事实写出点、authority 表级 RLS、发布列车外的客户端包\n\n按缺失模块完善清单-2026-09-21 逐条核对「哪条缺口有机器表守着」,补本仓静态可判、此前没人守的三类,\n口径同 stub-surface:扫到未登记即红、登记已失效即红、复核期过了即红。不新增门禁环(根链仍 21 环)。\n\n- check:stub-surface:registry-only 新增 kind=fact-producer,扫 modules.json 声明了 produces、\n 模块源码与装配点里却没有任何写出点的企业事实。check:facts 只守声明 ⊆ 已登记 ∪ 候选,不问有没有人写出;\n 实测 7 个模块声明的 10 条全是这样(清单只在 identity 的 I-3 点到)。未落地面 35 → 45,\n CLAUDE.md 清单声明 13 → 23 处只在登记里。\n- lib/authority-basis(check:modules 与 check:migration-decs 共用):authority 模块迁移里建的每张表须\n ENABLE + FORCE RLS 且挂策略(按迁移顺序重放 SQL),否则 AUTHORITY_TABLE_WITHOUT_RLS;欠着的逐表列进\n authority-basis.json 的 rlsPending(RLS_PENDING_INCOMPLETE / _UNREVIEWED / _STALE)。六个模块 31 张表\n 全部合格,identity 20 张逐表登记待补(I-1)。工作台升档预检不传 rls 输入,口径不变。\n- release-packages.json 新增 notInTrain:runtime/clients 下带 publishConfig 却不在列车里的 5 个包逐个登记\n reason / exitWhen / reviewBy,由 package-release.test.mjs 判(I-4 / X01)。publish 脚本只读 packages。\n\n治理单测 562 → 574(573 通过 / 0 失败 / 1 跳过),reports/ 未动。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:02:48-07:00"}],"HeadCommit":{"Sha1":"dd4364dbbae2465345a18e228f1a431280d00afe","Message":"chore(reports): 回绑工作台快照 @ 5b06d70c\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T03:04:50-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/0a276086c6a71a97ef4cde2b4dc2db996e0c51d5...dd4364dbbae2465345a18e228f1a431280d00afe","Len":5}...
|
1790094471
|
Edit
Delete
|
|
32411
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"1c61972ff {"Commits":[{"Sha1":"1c61972ff116e1e41585dcaadbb71ba4a1f079cf","Message":"docs(分支): 未合并分支登记补 §10——09-22 复采 31 条领先分支全部有冲突,合入唯一安全的 docs/registry-blueprint-record(d0bdb6b8),其余 30 条逐条登记去向\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T09:43:05-07:00"},{"Sha1":"d0bdb6b86eb2d2a743fba06d0ba3bee60181a596","Message":"merge: docs/registry-blueprint-record——注册中心蓝图补记第 4—7 条与五笔证据,与主线第二轮一节并存,加 09-22 合并注\n\n分支唯一的提交 3bd0c589(2026-09-18)与主线 4f36e224 同日各自改了 docs/domain/registry-snapshot-blueprint.md:\n第一节取分支版(表补第 4—7 条、证据改为逐笔绑 SHA、现状改指机器报告),主线的「第二轮」一节原样保留。\n分支里 09-18 口径的两段(夹具 41 例、Q01 未裁 / runtime/modules 下无本模块)不在原文改,合并注里写明其后\n的变化:夹具 70 例(reports/fixtures.latest.json 实测)、DEC-041 已收为 shape 模块、现行登记为 09-21 清单 D-7。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T09:40:56-07:00"},{"Sha1":"3bd0c5896c9b7842434caa9c60d32d7bfbd686c4","Message":"docs(domain): 注册中心蓝图补记后四笔,并把「现状」改成指向机器报告而不是复写活数字\n\n蓝图是 Catalog 给本模块登记的 evidence 之一,它的「2026-09-18 规则加固」节此前只记了\n92a6b8e 一笔:三条缺陷、数字停在单测 44 例 / 夹具 15 例。同日 94366bc / 91216b5 /\n5f3f608 / d860eb6 四笔在蓝图里没有任何痕迹。本条只补记录,不改任何规则与 Catalog。\n\n补进去的四条缺陷(表格 3 行 → 7 行):\n- 第 4 条(94366bc):四条就绪闸门写作 !context.x,传 \"false\" / 1 / \"no\" / {} 一律判为\n 已就绪并直达 READY_FOR_CONSUMER_UPGRADE_REVIEW;改为 !== true。92a6b8e 只收了入参\n 形状,漏了这四个布尔位。\n- 第 5 条(94366bc + 91216b5):snapshot-upgrade-review.ts 那 393 行在夹具评估器上零\n 覆盖;补 upgrade 规则后重算 snapshot / transition 侧,24 个分支里仍有 12 个没走到。\n- 第 6 条(5f3f608):upgrade 用例全对着四条闸门,闸门下面的请求校验有 15 条原因码\n 哪里都没有。\n- 第 7 条(d860eb6):证据本身可不可信这一层,13 条原因码只有单测、门禁看不到;其中\n TARGET_SOURCE_MUST_BE_CLEAN 与本仓「证据只能绑干净树」同源,两条 *_LINEAGE_MISMATCH\n 是「写着通过了、说的却是别的版本」,比没有证据更危险。\n\n写法上的一处改动,起因是这份文档已经过期过两次:「现状」段不再复写单测与夹具的绝对数,\n改成给出取数命令并指向 reports/fixtures.latest.json。该模块一天内被连续补了四轮覆盖,\n任何写进正文的活数字都会在下一笔提交后失真。逐笔证据里的数字保留——它们绑各自 SHA,\n是历史口径,不随后续变化。另加一段提醒:那份报告此刻仍绑 7523bd0、check:evidence 判\nEVIDENCE_STALE,回绑前其例数不代表当前代码。\n\n核验(本分支 clean 树,rebase 到 origin/main 之后):文中给的 check-fixtures 命令实跑通过\n(0 失败;例数有意不写进文档);check:evidence 对 fixtures 报告的 EVIDENCE_STALE 判定与文中\n所写一致;Catalog 四字段与六条 blockers 逐项核对;runtime/modules/ 下确无本模块;相对链接\n../缺失模块完善清单-2026-09-16.md 可解析;表格 9 行各 4 列;「现状」段已无任何绝对数。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-18T15:58:17-07:00"}],"HeadCommit":{"Sha1":"1c61972ff116e1e41585dcaadbb71ba4a1f079cf","Message":"docs(分支): 未合并分支登记补 §10——09-22 复采 31 条领先分支全部有冲突,合入唯一安全的 docs/registry-blueprint-record(d0bdb6b8),其余 30 条逐条登记去向\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T09:43:05-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/dd4364dbbae2465345a18e228f1a431280d00afe...1c61972ff116e1e41585dcaadbb71ba4a1f079cf","Len":3}...
|
1790095402
|
Edit
Delete
|
|
32412
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"327ddf67a {"Commits":[{"Sha1":"327ddf67a92ae391902fdf2e9828e78da805e7d0","Message":"feat(audit): add fail-closed client with HTTP conformance\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T09:43:22-07:00"}],"HeadCommit":{"Sha1":"327ddf67a92ae391902fdf2e9828e78da805e7d0","Message":"feat(audit): add fail-closed client with HTTP conformance\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T09:43:22-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/1c61972ff116e1e41585dcaadbb71ba4a1f079cf...327ddf67a92ae391902fdf2e9828e78da805e7d0","Len":1}...
|
1790095432
|
Edit
Delete
|
|
32413
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"ee4d7acbe {"Commits":[{"Sha1":"ee4d7acbeee5a8c4261480bb5c7c1295f64ef22f","Message":"chore(reports): bind image smoke and deployed state\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:08:42-07:00"},{"Sha1":"9db82d04eac51ee2a7c11fe2124e939b0f64cffd","Message":"chore(reports): refresh clean governance evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:07:54-07:00"},{"Sha1":"7cd595a0bc15f74649808a08e1734344ef045bbf","Message":"chore(evidence): bind docs truth to deployed update\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:07:33-07:00"},{"Sha1":"2a6f3ae59ebd4b07a8a6564b3f430c915d6a821a","Message":"docs(deploy): record audit client runtime update and evidence\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:06:43-07:00"},{"Sha1":"3eec89bdd6aa89fd8990fb21b0ea83563556f202","Message":"docs(分支): 未合并分支登记补 §10.3——PR #44 只合镜像发布通道(5d4c65ba),client-audit 取主线、client-ai 未带入;记下 ce8e242e 留下的 docs-truth 红与待回绑项\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:04:18-07:00"}],"HeadCommit":{"Sha1":"ee4d7acbeee5a8c4261480bb5c7c1295f64ef22f","Message":"chore(reports): bind image smoke and deployed state\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T10:08:42-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/327ddf67a92ae391902fdf2e9828e78da805e7d0...ee4d7acbeee5a8c4261480bb5c7c1295f64ef22f","Len":9}...
|
1790096959
|
Edit
Delete
|
|
32434
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"d88699170 {"Commits":[{"Sha1":"d88699170640ce89392765744905e56f72dc06f7","Message":"docs(stack): redis-dbs.json 说明改为 16 模块口径——0—6 是最早七模块,不等于当前 7 个 authority\n\n- 0—6 这组是 identity / credential / permission / scope / fact / audit / ai-gateway,按 profile 单独起进程时用\n- 其余九个核心模块源码不用 Redis,未分配逻辑库,需要时从 12—13 / 15 登记\n- 14 号库:dev 常驻运行时现为 16 个 profile 同进程\n- 只改 note 文字,库号分配不变;该文件无代码读取\n\nCo-Authored-By: Claude Opus 5.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T20:19:56-07:00"},{"Sha1":"2926c3aa7236e38ed97ac2e5a39bc2b9c6e12277","Message":"chore(报告): 回绑完整运行时验收\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T19:52:22-07:00"},{"Sha1":"28cd130f1fecd19e22b87fa158850060d690af14","Message":"chore(报告): 记录16模块镜像冒烟证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T19:47:25-07:00"},{"Sha1":"9a1849512b7752225bbfb501b6b458940d146e91","Message":"chore(报告): 刷新16模块统一口径验证证据\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T19:37:40-07:00"},{"Sha1":"23100447fe149410c5c7fcbe65a1ec8df19f0c7d","Message":"docs(架构): 统一为16个核心模块\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T19:33:08-07:00"}],"HeadCommit":{"Sha1":"d88699170640ce89392765744905e56f72dc06f7","Message":"docs(stack): redis-dbs.json 说明改为 16 模块口径——0—6 是最早七模块,不等于当前 7 个 authority\n\n- 0—6 这组是 identity / credential / permission / scope / fact / audit / ai-gateway,按 profile 单独起进程时用\n- 其余九个核心模块源码不用 Redis,未分配逻辑库,需要时从 12—13 / 15 登记\n- 14 号库:dev 常驻运行时现为 16 个 profile 同进程\n- 只改 note 文字,库号分配不变;该文件无代码读取\n\nCo-Authored-By: Claude Opus 5.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T20:19:56-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/ee4d7acbeee5a8c4261480bb5c7c1295f64ef22f...d88699170640ce89392765744905e56f72dc06f7","Len":7}...
|
1790133916
|
Edit
Delete
|
|
32472
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"b9957bfda {"Commits":[{"Sha1":"b9957bfdaa5f7d63420535b33443a1af6f88e46c","Message":"docs(运维): 补齐16模块现行口径与部署记录\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:22:11-07:00"},{"Sha1":"14271c3639d4ddc6de9e68bbbebb3cf8a7cce0f9","Message":"chore(reports): doc-claims / stub-surface 回绑 @ 0062873e\n\nCo-Authored-By: Claude Opus 5.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T21:01:17-07:00"},{"Sha1":"0062873e3109163cb6b6daeec6014f3ca29eea7c","Message":"docs(横切): 对外交付设计补 §2.1 两类横切底座的构成、落点与现状;缺失清单 X15 / X16 改为 XG-1 / XG-2\n\n- §2.1:横切底座不是第 17 个模块;契约与治理底座 9 个部件、运行与交付底座 11 个部件,\n 逐行列仓内落点、机器守护、2026-09-22 现状与主要缺口,只引机器报告与登记表\n- 写明 C07 / C08 / C09 属运行与交付底座,16 模块 + 3 采纳形态 = 目标范围 19 项\n- X01—X15 按主要落点归入两类底座(与 cross-cutting-capabilities.json 的 categories 一致),\n 并规定 X 编号专属横切能力实施设计\n- 缺失清单 §9.1 原 X15 / X16 与实施设计 X15 撞号,改为 XG-1 / XG-2,含义不变,加订正注\n- §2 表头「能力线 / 支撑工作」改为「核心模块 / 横切底座」\n\nCo-Authored-By: Claude Opus 5.5 \u003cnoreply@anthropic.com\u003e\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T20:56:57-07:00"}],"HeadCommit":{"Sha1":"b9957bfdaa5f7d63420535b33443a1af6f88e46c","Message":"docs(运维): 补齐16模块现行口径与部署记录\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:22:11-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/d88699170640ce89392765744905e56f72dc06f7...b9957bfdaa5f7d63420535b33443a1af6f88e46c","Len":3}...
|
1790144549
|
Edit
Delete
|
|
32498
|
5
|
5
|
5
|
116
|
0
|
0
|
refs/heads/main
|
0
|
{"Commits":[{"Sha1":"343312a77 {"Commits":[{"Sha1":"343312a77c1ac9469ca3a0010a3a46d6c23117da","Message":"chore(reports): 回绑横切治理快照 @ 5e2a3a9\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:53:17-07:00"},{"Sha1":"5e2a3a9cf0712dbc30ced80018d32147342545cb","Message":"fix(runtime): 允许按环境隔离的模块数据库族\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:52:49-07:00"},{"Sha1":"0f9e105ab2bb8ad326cc65ed6db041211cec7f67","Message":"feat(platform): 完善横切治理与模块 RLS 底座\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:48:41-07:00"}],"HeadCommit":{"Sha1":"343312a77c1ac9469ca3a0010a3a46d6c23117da","Message":"chore(reports): 回绑横切治理快照 @ 5e2a3a9\n","AuthorEmail":"hillao@juhailaoluodeMacBook-Pro.local","AuthorName":"juhailaoluo pro","CommitterEmail":"hillao@juhailaoluodeMacBook-Pro.local","CommitterName":"juhailaoluo pro","Timestamp":"2026-09-22T23:53:17-07:00"},"CompareURL":"luoanwu/enterprise-platform/compare/b9957bfdaa5f7d63420535b33443a1af6f88e46c...343312a77c1ac9469ca3a0010a3a46d6c23117da","Len":3}...
|
1790147552
|
Edit
Delete
|