{
"id": "mtg_abc",
"title": "Sprint Planning — April 13",
"decisions": [
{
"id": "dec_xyz",
"title": "Use Zod for input validation",
"rationale": "Type-safe, TypeScript-native",
"type": "architecture"
}
],
"action_items": [
{
"action": "Build auth route validation",
"assignee": "Developer B",
"priority": "high"
}
],
"work_packages": [
{
"id": "pkg_abc",
"title": "Implement Zod validation for auth routes",
"description": "Add Zod schemas for login, register, password reset",
"files": ["src/auth/validators.ts"],
"assignee": "Developer B",
"status": "open"
}
]
}