mirror of
https://github.com/codestable/CodeStable.git
synced 2026-09-19 09:03:09 +08:00
feat(cs): dispatch clear action requests in the same turn
Dogfood feedback (session 001c553b): calling cs with a concrete request recommended an entry and then waited for the user to re-invoke it — one confirmation too many. cs now classifies intent: clear action requests announce the chosen entry in one line and continue executing under that skill's discipline in the same turn; advice requests still get a recommendation only; ambiguous requests that would materially change what happens next get exactly one focused question. Handoff does not widen authority — the target skill's gates and checkpoints apply unchanged. Safety anchors and docs (SKILL_CATALOG / WORKFLOW / README zh+en) synced. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
## 工作流
|
||||
|
||||
CodeStable v2 是 8 个独立安装的 thin-harness skill,加一个项目记忆闭环。`cs` 只解释和
|
||||
推荐,不自动启动下游流程;确定入口后直接调用对应 skill。
|
||||
CodeStable v2 是 8 个独立安装的 thin-harness skill,加一个项目记忆闭环。`cs` 判别用户
|
||||
此刻要什么:明确行动诉求**同轮直转**对应 skill 并继续执行;咨询只给推荐;无诉求时介绍体系。
|
||||
|
||||
```text
|
||||
不确定入口 -> cs
|
||||
|
||||
Reference in New Issue
Block a user