コンテンツにスキップ

データコントラクト

Switch to Zen Mode
{
"$schema": "https://mutsumi.dev/schema/v1.json",
"version": 1,
"tasks": [ ... ]
}
フィールド必須デフォルト説明
idstringはいUUIDv7 形式
titlestringはいタスクタイトル
statusstringはい"pending""pending" | "done"
scopestringいいえ"inbox""day" | "week" | "month" | "inbox"
prioritystringいいえ"normal""high" | "normal" | "low"
tagsstring[]いいえ[]カスタムタグ
childrenTask[]いいえ[]サブタスク(再帰的)
due_datestringいいえISO 8601 日付
descriptionstringいいえ詳細説明

Pydantic の extra="allow" により、上記以外のフィールドは保持されます。Agent は自由にカスタムフィールドを追加できます。

手動 scope > due_date 自動推定 > フォールバック "inbox"
レベル動作
strict無効なフィールド/値を拒否
normal無効なタスクをスキップ(デフォルト)
looseベストエフォート