All checks were successful
技能自动化发布 / release (push) Successful in 4s
Align scaffold slug replacement, Action manifest strict boundaries, metadata prune API, field permission validation, and task_logs readonly semantics with documented template contracts. Co-authored-by: Cursor <cursoragent@cursor.com>
816 B
816 B
assets
actions.json:Skill Action manifest 最小示例(可选;不需要宿主入口时可删除)。examples/:CLI 成功输出形状示例(虚构路径与数据)。schemas/:轻量 JSON Schema(skill-actions.schema.json为新技能严格规范;task-log-record.schema.json等)。
skill-actions.schema.json 使用 additionalProperties: false 表达模板推荐契约;宿主运行时可能更宽松以兼容历史 manifest。row/batch placements 与 bind/concurrency/locks 为预留能力,当前模板示例不得使用。
- 用户市场说明见根目录
README.md - Agent 调用/编排参考见
references/(含ACTIONS.md) - 开发规范见
development/