post_decision
Record a decision in the shared decision area so all agents see and follow it. Use for protocols, trade-offs, and pitfalls, with agent and timestamp for traceability.
Instructions
写决策:往共享决策区追加一条约定,所有终端 get_board 时都能读到。 用于定协议、记方案取舍、留踩坑结论——凡是"需要别人看见并遵守"的内容。
共享决策区的内容会被保留和累积,不随认领表滚动清理; 追加时带上 agent 和时间戳,方便追溯是谁、在什么时候定的。
参数: agent 你的名字/代号(要和认领时一致) decision 决策内容,一句话讲清楚"定了什么、为什么"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | ||
| project | No | ||
| decision | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |