一键导入
project-agent-recall
Compile task-scoped recall before coding and log selected/helpful/irrelevant/harmful outcomes afterward.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compile task-scoped recall before coding and log selected/helpful/irrelevant/harmful outcomes afterward.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Maintain voku/agent-recall-compiler package source, tests, docs, prompt output, manifest loading, scope selection, outcome logging, and local vendor syncs in consuming projects.
Use voku/agent-recall-compiler in a consuming repository to compile L2 task briefings, select active guidance and constraints by scope, produce validation plans, and log outcomes after a session.
| name | project-agent-recall |
| description | Compile task-scoped recall before coding and log selected/helpful/irrelevant/harmful outcomes afterward. |
Use this wrapper around agent-recall-consumer when your agent client needs a repo-local skill. If your repository already has an agent-learning or guidance-maintenance skill, call recall from that workflow instead of adding another wrapper.
system.md and validation-plan.md; treat compile blockers as safety issues.recall-log.draft.json: every selected rule goes into exactly one of helpful, irrelevant, or harmful.log-outcome.vendor/bin/agent-recall-compiler compile --root infra/doc/agent-learning --task PROJECT-123 --file src/Example.php --output-dir .agent-recall/current
vendor/bin/agent-recall-compiler log-outcome --root infra/doc/agent-learning --draft .agent-recall/current/recall-log.draft.json --by agent --commit working-tree