* feat: Add --append flag to parsePRD command - Fixes #207 * chore: format * chore: implement tests to core logic and commands * feat: implement MCP for append flag of parse_prd tool * fix: append not considering existing tasks * chore: fix tests --------- Co-authored-by: Kresna Sucandra <kresnasucandra@gmail.com>
14 lines
169 B
JSON
14 lines
169 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"id": 1,
|
|
"dependencies": [],
|
|
"subtasks": [
|
|
{
|
|
"id": 1,
|
|
"dependencies": []
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |