{
"_tool": {
"name": "code-forge",
"description": "Transform documentation into actionable development plans with task breakdown and status tracking",
"url": "https://github.com/tercel/code-forge"
},
"directories": {
"base": "./",
"input": "../apcore-cli/docs/features",
"output": "planning/"
},
"reference_docs": {
"sources": ["../apcore-cli-python/planning/*.md"]
},
"port": {
"source_docs": "../apcore-cli",
"reference_impl": "../apcore-cli-python",
"target_lang": "rust"
},
"execution": {
"default_mode": "ask",
"auto_tdd": true,
"task_granularity": "medium"
}
}