II.
LibraryProcess JSON
Structured · livelib-process:shared--tdd-quality-convergence
tdd-quality-convergence json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--tdd-quality-convergence",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "tdd-quality-convergence",
"description": "Advanced TDD workflow with quality convergence, planning, parallelization, and agent scoring",
"libraryPath": "library/tdd-quality-convergence.js",
"usesAgents": [
"feature-planner",
"coder",
"coverage-checker",
"quality-assessor",
"implementation-reviewer"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--tdd-quality-convergence",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--tdd-quality-convergence",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--tdd-quality-convergence",
"to": "lib-agent:shared--feature-planner",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:shared--tdd-quality-convergence",
"to": "lib-agent:shared--coder",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:shared--tdd-quality-convergence",
"to": "lib-agent:meta--quality-assessor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}