II.
LibraryProcess JSON
Structured · livelib-process:shared--pilot-shell-quality-pipeline
pilot-shell-quality-pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--pilot-shell-quality-pipeline",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "pilot-shell-quality-pipeline",
"description": "Quality hooks pipeline: lint/format/typecheck -> TDD enforcement -> context monitoring",
"libraryPath": "library/methodologies/pilot-shell/pilot-shell-quality-pipeline.js",
"usesAgents": [
"file-checker",
"tdd-enforcer",
"context-monitor"
]
},
"outgoingEdges": [
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "skill-area:unit-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "skill-area:integration-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "skill-area:acceptance-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "methodology:pilot-shell",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "lib-agent:shared--file-checker",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "lib-agent:shared--tdd-enforcer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:shared--pilot-shell-quality-pipeline",
"to": "lib-agent:shared--context-monitor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}