II.
LibraryProcess JSON
Structured · livelib-process:shared--process-hardening-patterns
process-hardening-patterns json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--process-hardening-patterns",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "process-hardening-patterns",
"description": "Reusable patterns for hardening babysitter processes: error recovery with deviation\n tracking (safeTask), circuit breaker for runaway implementation loops, and verification-blocks-delivery\n gate for downstream phase protection. These patterns compose naturally and can be imported into any\n babysitter process to improve robustness.",
"libraryPath": "library/methodologies/process-hardening/process-hardening-patterns.js",
"example": "const results = { deviations: [], artifacts: {} };\ntry {\n const prereqs = await safeTask(ctx, checkPrerequisitesTask, { testCommand }, { phase: 'prerequisites', results });\n const plan = await safeTask(ctx, writePlanTask, { featureName }, { phase: 'planning', results });\n} catch (err) {\n return { success: false, error: err.message, ...results };\n}"
},
"outgoingEdges": [
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "skill-area:code-analysis-linting",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "role:engineering-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "workflow:pull-request-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "specialization:collaboration",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--process-hardening-patterns",
"to": "methodology:process-hardening",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}