II.
LibraryProcess JSON
Structured · livelib-process:algorithms-optimization--correctness-proof-testing
specializations/algorithms-optimization/correctness-proof-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:algorithms-optimization--correctness-proof-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/algorithms-optimization/correctness-proof-testing",
"description": "Algorithm Correctness Proof and Testing - Formal process for proving algorithm correctness using\ninvariants, induction, and contradiction, followed by comprehensive testing including edge cases.",
"libraryPath": "library/specializations/algorithms-optimization/correctness-proof-testing.js",
"specialization": "algorithms-optimization",
"references": [
[
"CLRS Chapter on Correctness"
],
[
"Formal Methods in Software Engineering"
]
],
"example": "const result = await orchestrate('specializations/algorithms-optimization/correctness-proof-testing', {\n algorithmName: 'BinarySearch',\n implementation: 'function binarySearch(arr, target) {...}',\n language: 'javascript'\n});",
"usesAgents": [
"correctness-verifier",
"test-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "skill-area:dynamic-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "skill-area:graph-algorithms",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "domain:computer-science",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "role:computational-scientist",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "workflow:architecture-decision-record",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "specialization:algorithms-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "lib-agent:algorithms-optimization--correctness-verifier",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:algorithms-optimization--correctness-proof-testing",
"to": "lib-agent:algorithms-optimization--test-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}