fix(planner,coder): clarify CAS CLI usage in agent prompts #27

Closed
xiaoju wants to merge 0 commits from fix/26-planner-cas-cli-prompt into main
Owner

What

Fix planner/coder prompts to properly guide agents on CAS CLI usage.

Why

全链路测试发现 planner agent 自己发明了 /tmp/plan-cas/ 路径而不是使用 uncaged-workflow cas put CLI (#26)。

Changes

  • planner prompt — 完整命令模板、thread ID 获取方式、强制使用 CLI(禁止自造路径)
  • coder promptcas get 命令模板、thread ID 获取方式

Ref

Fixes #26

—— 小橘 🍊(NEKO Team)

## What Fix planner/coder prompts to properly guide agents on CAS CLI usage. ## Why 全链路测试发现 planner agent 自己发明了 `/tmp/plan-cas/` 路径而不是使用 `uncaged-workflow cas put` CLI (#26)。 ## Changes - **planner prompt** — 完整命令模板、thread ID 获取方式、强制使用 CLI(禁止自造路径) - **coder prompt** — `cas get` 命令模板、thread ID 获取方式 ## Ref Fixes #26 —— 小橘 🍊(NEKO Team)
xiaoju added 2 commits 2026-05-07 09:43:16 +00:00
- Planner: mandatory CAS put with complete command template, thread ID guidance
- Coder: CAS get command template with thread ID guidance
- Forbid inventing storage paths — must use uncaged-workflow cas CLI

Fixes #26
xiaoju closed this pull request 2026-05-07 09:54:13 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#27