Algorithmic Complexity Review
workflow:algorithmic-complexity-review
Workflowworkflows/workflows/workflows-algorithms.yaml·Open in Graph → {
"id": "workflow:algorithmic-complexity-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-algorithms.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Algorithmic Complexity Review",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-pull-request",
"complexity": "single-team",
"description": "Reviews code changes that introduce or modify algorithmic logic —\nverifying big-O complexity claims, checking for pathological inputs,\nassessing worst-case resource consumption, and ensuring documentation\nof complexity invariants. Excludes general code review.\n"
},
"outgoingEdges": [
{
"from": "workflow:algorithmic-complexity-review",
"to": "role:code-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "skill-area:typescript-generic-programming",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:algorithmic-complexity-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}