claude/谭聪#36
Open
tancong430481 wants to merge 1 commit into
Open
Conversation
P0: - Planner: SKU 提取 + 意图识别 + 确定性工具计划 - Executor: 多步骤执行、入参渲染、错误处理、OA 权限校验、敏感字段脱敏、业务结果汇总 - Worker: 完整 Planner -> Executor 后台流程 P1: - KnowledgeIndex: 权限感知检索、余弦排序、引用溯源(doc_id/title/source_path/chunk_id) - 提示词注入检测集成到任务创建路径 - 权限拒绝审计日志(mallory 创建任务等) - OA 写操作前运行时权限检查 - Run 可见性校验(所有者/管理员) - 不存在 run 返回 404 P2: - Dashboard: 平均耗时、最近失败列表、权限拒绝计数 - 验收测试 xfail 标记移除 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
完成了哪些能力点
核心设计思路
vendor_secret/unit_cost_usd,确保结果、事件和审计日志不出现本地验证结果
python scripts/self_check.py— 4 passedpython -m pytest -q— 10 passed已知风险与取舍
SKU-前缀,非标准格式可能无法提取兼容性
全部扩展向后兼容,审计动作使用 README 规定的标准名称(
approval.draft.create)。AI 使用说明