poker_applyChanges
Apply pending changes to YAML task files with automatic backup creation, enabling task management updates while preserving previous versions.
Instructions
保留中の全変更を実際のYAMLファイルに適用します(自動バックアップ実行)
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| backup_comment | No | バックアップのコメント | |
| force | No | 強制適用フラグ(警告を無視) | 
Input Schema (JSON Schema)
{
  "properties": {
    "backup_comment": {
      "description": "バックアップのコメント",
      "maxLength": 200,
      "type": "string"
    },
    "force": {
      "default": false,
      "description": "強制適用フラグ(警告を無視)",
      "type": "boolean"
    }
  },
  "type": "object"
}