knowledge-vault/discussions/technology/Codex/3.重构写作流程/3.评审员构造2.md

58 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1
之前在`C:\Users\wangq\Documents\Codex\writing-workbench\projects\水晶裹尸布与生命体`下做了三个智能体的三次提纲评审,共九次。
我检查了所有的评审,可以判断出:
* 巨人是三次调用了CCPE
* 张辽只有第一次;
* 显影三次都没调用对。
巨人的三次做对也只是巧合。
我让CCPE检查了一下应该是机制搭建的问题。它给了以下说明
```md
Before invoking any CCPE Agent, read:
1. C:\Users\wangq\Documents\Codex\ccpe-system\runtimes\hybrid\ccpe-agent-consumer-setup.md
2. C:\Users\wangq\Documents\Codex\ccpe-system\runtimes\hybrid\agent-invocation-packet.protocol.md
Then create or repair the project-local CCPE agent registry and invocation policy.
Do not invoke a CCPE participant until every participant name is bound to a canonical_artifact_path, the canonical artifact is readable or pasted, agent-invocation-packet.md will be written, and returned-output.md will only be saved after a real participant returns.
```
需要你修正调用机制,作为`writing-workbench`项目的基础设施,而不是具体哪个写作项目的。
另外,我前面修正了每次输出轮数的定义,这个你注意。
# 2
CCPE那边我让做了个修正现在对外的接口文档就一个
`C:\Users\wangq\Documents\Codex\ccpe-system\Interface.md`
1. 了解CCPE的接口读这个文档你需要记录下来。我将来说CCPE有更新你需要顺着这个接口文档去检查。
2. 这次里面的具体细节应该没变化,但是还需要你核对检查一下。
3. 测试。我说,`CCPE的韩愈`就意味着CCPE的Agent或者Runtime你需要子线程调起当然现在不需要搭建`韩愈`,但是你可以测试模拟一下,看能不能找到韩愈
# 3
现在删掉`C:\Users\wangq\Documents\Codex\writing-workbench\projects\水晶裹尸布与生命体\audit\`下的所有内容,做一次提交。
因为之前的评审,除了巨人是对的,其他都没用,导致提纲偏离方向了。
清理完,准备好韩愈的基础配置,它是这次写作的主笔。
然后提交同步远程打Tag`韩愈、张辽、巨人和显影待命`
我准备测试,评审 + 主笔 修复提纲的过程模式。
> 后续如果要补新接口兼容,我建议不是建 CCPE/agent-registry.yaml而是在这个 Runtime capability 目录下补一个轻量 runtime-manifest.yaml 或更新 ccpe-runtime-alignment.md
同意。
那需要把这次的调查记录下来:
1. CCPE的接口
2. 本项目用skills路径
以免下次又不知道哪里了去建ccpe的文件夹。