register_capability
Adds a new capability to the registry, validating required fields, category, and evidence sections; rejects invalid entries and returns the next action.
Instructions
機能の台帳に 1 行足す。必須欄・分類・裏づけの節が通らなければ書かずに拒否し、次の一手を返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| category | Yes | ||
| description | Yes | ||
| evidence_sections | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accepted | Yes | 正本に書き込んだかどうか | |
| recorded | No | 登記した内容(拒否のときは空) | |
| warnings | No | 書き込みは通ったが、後で直したほうがよいこと | |
| rejection | No | 受け付けなかった理由と次の一手(通ったときは None) |