docs/24 是客服阶段的总结,正文保留为当时的事实,本次做两件事: 1. 刷新"当前状态"表的数字:mypy 113→137 文件、unit+contract 497→664、 integration 29→33、active 发布 181(5 项)→201(10 项:9 条 agent_tools + 1 条客服 闲聊提示词)。数字由 tools/probe_release_state.py 只读查库得到,证据留档 docs/evidence/release-state.json。 2. 追加第七节"后续更新",记录阶段总结写完之后的变化:两件待决策事项已落地(闲聊 提示词已按继承语义发布、适当性两侧口径复核通过)、风控合并后的处理要点、以及 三个仍然开着的口子(热线占位符、like %% 全表扫、offset 游标并发跳行)。 登录端点:**不改**。docs/05 §11 明确"JWT 签发、刷新、注销由统一身份认证模块负责, Agent 平台不重复实现",本平台只做校验(app/core/security.py)。第五节第 8 条据此改写, 同时把第 7 条"风控尚未启动"标记为已完成。 顺带修正"已知缺口"里的一条:列表接口的 next_cursor/has_more 风控侧已补齐,客服侧仍待办。
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"recent_releases": [
|
|
{
|
|
"id": 201,
|
|
"release_no": "cs-prompt-d918ca507fc6",
|
|
"title": "客服闲聊提示词",
|
|
"status": "active",
|
|
"created_at": "2026-09-11 05:25:44.185697",
|
|
"activated_at": "2026-09-11 05:25:44.742980"
|
|
},
|
|
{
|
|
"id": 198,
|
|
"release_no": "probe-e68780d3f3",
|
|
"title": "探针验证 恢复",
|
|
"status": "superseded",
|
|
"created_at": "2026-09-11 05:12:33.626078",
|
|
"activated_at": "2026-09-11 05:12:34.229356"
|
|
},
|
|
{
|
|
"id": 197,
|
|
"release_no": "probe-ee4036b9f8",
|
|
"title": "探针验证 分支4",
|
|
"status": "superseded",
|
|
"created_at": "2026-09-11 05:12:29.813587",
|
|
"activated_at": "2026-09-11 05:12:30.409705"
|
|
},
|
|
{
|
|
"id": 196,
|
|
"release_no": "probe-aa84e8efd5",
|
|
"title": "探针验证 恢复",
|
|
"status": "superseded",
|
|
"created_at": "2026-09-11 05:12:11.881449",
|
|
"activated_at": "2026-09-11 05:12:12.528369"
|
|
},
|
|
{
|
|
"id": 195,
|
|
"release_no": "probe-5eb538bf50",
|
|
"title": "探针验证 分支4",
|
|
"status": "superseded",
|
|
"created_at": "2026-09-11 05:12:08.861544",
|
|
"activated_at": "2026-09-11 05:12:09.497513"
|
|
}
|
|
],
|
|
"active_items": [
|
|
{
|
|
"namespace": "agent_tools",
|
|
"items": 9
|
|
}
|
|
],
|
|
"active_prompt_versions": 1
|
|
} |