[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-sdaf-failure-triage":3,"mdc--ystb8t-key":38,"related-org-azure-sdaf-failure-triage":964,"related-repo-azure-sdaf-failure-triage":1126},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":33,"sourceUrl":36,"mdContent":37},"sdaf-failure-triage","triage failed SAP automation runs","Triage a failed or suspicious SDAF run: distinguish a real failure from a green no-op or a clean plan reported as failure, map the observed symptom to a documented cause in `docs\u002Flocal\u002Ftroubleshooting.md`, and hand off to the stage-owning skill for retry. Use when a user says \"SDAF run failed\", \"my deploy exited non-zero\", \"the plan was clean but exit 1\", \"the run said success but nothing was deployed\", \"state lock error\", \"unexpected replacement\", \"control plane stopped partway\", \"generated hosts.yaml missing\", \"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\", or \"SDAF exit 2\". Do NOT use to actually deploy or to redesign the workspace layout.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"azure","Azure (Microsoft)","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fazure.png","Azure",[13,17,18,21,24],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"Diagnostics","diagnostics",{"name":22,"slug":23,"type":16},"Triage","triage",{"name":25,"slug":26,"type":16},"SAP","sap",143,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation","2026-09-02T07:47:40.607437","MIT",173,[],{"repoUrl":28,"stars":27,"forks":31,"topics":34,"description":35},[],"This is the repository supporting the SAP deployment automation framework on Azure","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation\u002Ftree\u002FHEAD\u002Fskills\u002Fsdaf-failure-triage","---\nname: sdaf-failure-triage\ndescription: >\n  Triage a failed or suspicious SDAF run: distinguish a real failure from a\n  green no-op or a clean plan reported as failure, map the observed symptom\n  to a documented cause in `docs\u002Flocal\u002Ftroubleshooting.md`, and hand off to\n  the stage-owning skill for retry. Use when a user says \"SDAF run failed\",\n  \"my deploy exited non-zero\", \"the plan was clean but exit 1\", \"the run said\n  success but nothing was deployed\", \"state lock error\", \"unexpected\n  replacement\", \"control plane stopped partway\", \"generated hosts.yaml\n  missing\", \"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\",\n  or \"SDAF exit 2\". Do NOT use to actually deploy or to redesign the workspace\n  layout.\nallowed-tools: shell\nlicense: MIT\n---\n\n# SDAF Failure Triage\nAction-loop skill. The entry point for \"it broke\". Maps observed symptoms to\nthe documented cause in `docs\u002Flocal\u002Ftroubleshooting.md` (and the stage docs'\nown `§ Validate` \u002F `§ Configuration preparation` sections), then hands off\nto the stage-owning skill. This skill is a **router**, not the owner of any\nper-stage fix.\n\n## When to invoke\n\nTrigger on: \"SDAF run failed\", \"the plan was clean but the run exited 1\",\n\"success but nothing deployed\", \"state lock\", \"unexpected replacement\",\n\"control plane stopped partway\", \"generated hosts.yaml missing\", \"BOM files not\nfound\", \"removal is incomplete\", \"Ansible playbook failed\",\n\"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\", \"SDAF\nexit 2\".\n\nDo NOT trigger on: pre-flight readiness (`sdaf-readiness-check`), authoring\ntfvars (`sdaf-workspace-and-tfvars`), fresh deploy of a stage.\n\n## Preconditions\n\n- Collect the exit code and the last 200 lines of the run log before\n  invoking. If you have neither, ask for them; do not guess.\n\n## Recipe\n\n### Step 1 — Establish exit-code intent\n\n- `0` — Terraform \u002F script signalled success. Still worth verifying the\n  expected artefacts exist (some symptoms below are \"success but nothing\n  deployed\").\n- non-zero — real failure OR a validation-gate refusal (`exit 2` from\n  `validate.sh` or a stage script). Treat `exit 2` as a validation gate\n  that was intentionally tripped, not a bug; do not silence it.\n\n### Step 2 — Map the symptom\n\nWalk [`references\u002Fsymptom-map.md`](references\u002Fsymptom-map.md), which lists\nevery named failure class from `docs\u002Flocal\u002Ftroubleshooting.md` plus the\ndocumented workload-zone private-endpoint \u002F subnet-policy case, with the\nowning skill for removal\u002Fstate\u002Finstall\u002FHA\u002Fmedia\u002Fsovereign routes. Pick the\nfirst row whose symptom matches the observed signature.\n\nIf nothing matches, walk the \"canonical 'clean plan reported as failure'\nnote\" in `references\u002Fsymptom-map.md`, which walks the stage `§ Validate`\nsections. If nothing there matches either, say docs are silent on this\nsymptom and stop — do not invent a cause.\n\n### Step 3 — Route to the stage-owning skill\n\nRoute to the stage-owning skill for the actual retry:\n\n| Stage \u002F symptom | Owning skill |\n|---|---|\n| Control plane | `sdaf-control-plane-bootstrap` |\n| Workload zone (**including** the private-endpoint \u002F subnet-policy workaround) | `sdaf-workload-zone` |\n| SAP system | `sdaf-sap-system` |\n| SAP installation \u002F numbered playbooks | `sdaf-sap-installation` |\n| Media acquisition preconditions \u002F clean downloader path | `sdaf-media-acquisition` |\n| Media archive \u002F checksum \u002F extractor \u002F BOM-processing failures | `sdaf-media-diagnostics` |\n| HA cluster evidence \u002F `crm` \u002F `pcs` \u002F fencing | `sdaf-ha-diagnostics` |\n| Explicit Terraform state lock \u002F import \u002F remove \u002F drift repair | `sdaf-state-management` |\n| Safe teardown \u002F incomplete removal \u002F control-plane step trap | `sdaf-safe-removal` |\n| Azure Government \u002F sovereign-cloud deltas | `sdaf-sovereign-cloud` |\n| WORKSPACES\u002Ftfvars authoring issue | `sdaf-workspace-and-tfvars` |\n| BOM file location \u002F selection | `sdaf-bom-selection` |\n\n### Step 4 — Confirm before retry\n\nThe retry safety rules — no `--force` \u002F no `--auto-approve` \u002F no state\nedits \u002F no concurrent execution \u002F do not delete `.progress` markers — are\nenforced by the shipped repo instructions (`.github\u002Fcopilot-instructions.md`)\nand by each stage skill's own recipe. This triage skill defers to the\nstage-owning skill's retry section rather than restating those rules.\n\n## Special cases (documented)\n\n### Interrupted control-plane removal reports success\n\n`docs\u002Flocal\u002Ftroubleshooting.md § Removal is incomplete` and\n`docs\u002Flocal\u002F07-00-operations.md § Remove resources`: an interrupted\ncontrol-plane removal can exit \"successfully\" after `step=1` without\ndeleting the deployer. Diagnostic path: inspect\n`.sap_deployment_automation`, persisted `step`, library destroy result, and\nremaining deployer state \u002F resources. Do not edit `step` to bypass the\nguard. `sdaf-safe-removal` owns the documented diagnostic path and any\napproved retry.\n\n### `success` but nothing was deployed\n\nCross-check the expected artefacts for the stage:\n\n- Control plane: state in library storage account, metadata under\n  `.sap_deployment_automation`, summary written\n  (`docs\u002Flocal\u002F03-00-control-plane.md § Validate`, `§ Outcome`).\n- Workload zone: `.tfvars` and backend metadata in the state account's\n  `tfvars` container, zone Key Vault deployed\n  (`docs\u002Flocal\u002F04-00-workload-zone.md § Validate`, `§ Outcome`).\n- SAP system: infra deployed and `\u003CSID>_hosts.yaml` \u002F\n  `sap-parameters.yaml` present\n  (`docs\u002Flocal\u002F05-00-sap-system.md § Validate`, `§ Outcome`).\n\nIf artefacts are missing, treat the \"success\" as false and route to the\nstage-owning skill.\n\n## Hard rules\n\n- Documented behaviour only (D19). If the symptom does not match a\n  `docs\u002Flocal\u002Ftroubleshooting.md` section, a documented `§ Configuration\n  preparation` \u002F `§ Validate` cross-check, or a named owner row in\n  `references\u002Fsymptom-map.md`, say docs are silent and stop.\n- Do not silently pass a non-zero exit code.\n- Do not narrate benign log noise as a failure without a documented anchor.\n\n## What this skill does NOT do\n\n- Does not deploy or retry directly.\n- Does not repair Terraform state; `sdaf-state-management` owns that.\n- Does not restate stage-specific safety rules — the stage skills and\n  `.github\u002Fcopilot-instructions.md` own those.\n- Does not replace the documented media\u002Finstall\u002FHA\u002Fremoval\u002Fsovereign owners.\n- Does not reason about undocumented failure modes (e.g. end-to-end Government\n  beyond `sdaf-sovereign-cloud`, air-gapped, or undocumented `ARM_ENVIRONMENT`\n  flows).\n\n## See also\n\n- `sdaf-control-plane-bootstrap`, `sdaf-workload-zone`, `sdaf-sap-system`,\n  `sdaf-sap-installation`, `sdaf-media-acquisition`, `sdaf-media-diagnostics`,\n  `sdaf-ha-diagnostics`, `sdaf-state-management`, `sdaf-safe-removal`,\n  `sdaf-sovereign-cloud`, `sdaf-workspace-and-tfvars`, `sdaf-bom-selection`.\n- `docs\u002Flocal\u002Ftroubleshooting.md`, `docs\u002Flocal\u002F07-00-operations.md`,\n  `docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation`.",{"data":39,"body":41},{"name":4,"description":6,"allowed-tools":40,"license":30},"shell",{"type":42,"children":43},"root",[44,52,91,98,103,124,130,140,146,153,195,201,225,244,250,255,508,514,551,557,563,620,632,637,736,741,747,792,798,855,861],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","SDAF Failure Triage",{"type":45,"tag":53,"props":54,"children":55},"p",{},[56,58,65,67,73,75,81,83,89],{"type":50,"value":57},"Action-loop skill. The entry point for \"it broke\". Maps observed symptoms to\nthe documented cause in ",{"type":45,"tag":59,"props":60,"children":62},"code",{"className":61},[],[63],{"type":50,"value":64},"docs\u002Flocal\u002Ftroubleshooting.md",{"type":50,"value":66}," (and the stage docs'\nown ",{"type":45,"tag":59,"props":68,"children":70},{"className":69},[],[71],{"type":50,"value":72},"§ Validate",{"type":50,"value":74}," \u002F ",{"type":45,"tag":59,"props":76,"children":78},{"className":77},[],[79],{"type":50,"value":80},"§ Configuration preparation",{"type":50,"value":82}," sections), then hands off\nto the stage-owning skill. This skill is a ",{"type":45,"tag":84,"props":85,"children":86},"strong",{},[87],{"type":50,"value":88},"router",{"type":50,"value":90},", not the owner of any\nper-stage fix.",{"type":45,"tag":92,"props":93,"children":95},"h2",{"id":94},"when-to-invoke",[96],{"type":50,"value":97},"When to invoke",{"type":45,"tag":53,"props":99,"children":100},{},[101],{"type":50,"value":102},"Trigger on: \"SDAF run failed\", \"the plan was clean but the run exited 1\",\n\"success but nothing deployed\", \"state lock\", \"unexpected replacement\",\n\"control plane stopped partway\", \"generated hosts.yaml missing\", \"BOM files not\nfound\", \"removal is incomplete\", \"Ansible playbook failed\",\n\"workload-zone private endpoint failure\", \"workload-zone subnet policy failure\", \"SDAF\nexit 2\".",{"type":45,"tag":53,"props":104,"children":105},{},[106,108,114,116,122],{"type":50,"value":107},"Do NOT trigger on: pre-flight readiness (",{"type":45,"tag":59,"props":109,"children":111},{"className":110},[],[112],{"type":50,"value":113},"sdaf-readiness-check",{"type":50,"value":115},"), authoring\ntfvars (",{"type":45,"tag":59,"props":117,"children":119},{"className":118},[],[120],{"type":50,"value":121},"sdaf-workspace-and-tfvars",{"type":50,"value":123},"), fresh deploy of a stage.",{"type":45,"tag":92,"props":125,"children":127},{"id":126},"preconditions",[128],{"type":50,"value":129},"Preconditions",{"type":45,"tag":131,"props":132,"children":133},"ul",{},[134],{"type":45,"tag":135,"props":136,"children":137},"li",{},[138],{"type":50,"value":139},"Collect the exit code and the last 200 lines of the run log before\ninvoking. If you have neither, ask for them; do not guess.",{"type":45,"tag":92,"props":141,"children":143},{"id":142},"recipe",[144],{"type":50,"value":145},"Recipe",{"type":45,"tag":147,"props":148,"children":150},"h3",{"id":149},"step-1-establish-exit-code-intent",[151],{"type":50,"value":152},"Step 1 — Establish exit-code intent",{"type":45,"tag":131,"props":154,"children":155},{},[156,167],{"type":45,"tag":135,"props":157,"children":158},{},[159,165],{"type":45,"tag":59,"props":160,"children":162},{"className":161},[],[163],{"type":50,"value":164},"0",{"type":50,"value":166}," — Terraform \u002F script signalled success. Still worth verifying the\nexpected artefacts exist (some symptoms below are \"success but nothing\ndeployed\").",{"type":45,"tag":135,"props":168,"children":169},{},[170,172,178,180,186,188,193],{"type":50,"value":171},"non-zero — real failure OR a validation-gate refusal (",{"type":45,"tag":59,"props":173,"children":175},{"className":174},[],[176],{"type":50,"value":177},"exit 2",{"type":50,"value":179}," from\n",{"type":45,"tag":59,"props":181,"children":183},{"className":182},[],[184],{"type":50,"value":185},"validate.sh",{"type":50,"value":187}," or a stage script). Treat ",{"type":45,"tag":59,"props":189,"children":191},{"className":190},[],[192],{"type":50,"value":177},{"type":50,"value":194}," as a validation gate\nthat was intentionally tripped, not a bug; do not silence it.",{"type":45,"tag":147,"props":196,"children":198},{"id":197},"step-2-map-the-symptom",[199],{"type":50,"value":200},"Step 2 — Map the symptom",{"type":45,"tag":53,"props":202,"children":203},{},[204,206,216,218,223],{"type":50,"value":205},"Walk ",{"type":45,"tag":207,"props":208,"children":210},"a",{"href":209},"references\u002Fsymptom-map.md",[211],{"type":45,"tag":59,"props":212,"children":214},{"className":213},[],[215],{"type":50,"value":209},{"type":50,"value":217},", which lists\nevery named failure class from ",{"type":45,"tag":59,"props":219,"children":221},{"className":220},[],[222],{"type":50,"value":64},{"type":50,"value":224}," plus the\ndocumented workload-zone private-endpoint \u002F subnet-policy case, with the\nowning skill for removal\u002Fstate\u002Finstall\u002FHA\u002Fmedia\u002Fsovereign routes. Pick the\nfirst row whose symptom matches the observed signature.",{"type":45,"tag":53,"props":226,"children":227},{},[228,230,235,237,242],{"type":50,"value":229},"If nothing matches, walk the \"canonical 'clean plan reported as failure'\nnote\" in ",{"type":45,"tag":59,"props":231,"children":233},{"className":232},[],[234],{"type":50,"value":209},{"type":50,"value":236},", which walks the stage ",{"type":45,"tag":59,"props":238,"children":240},{"className":239},[],[241],{"type":50,"value":72},{"type":50,"value":243},"\nsections. If nothing there matches either, say docs are silent on this\nsymptom and stop — do not invent a cause.",{"type":45,"tag":147,"props":245,"children":247},{"id":246},"step-3-route-to-the-stage-owning-skill",[248],{"type":50,"value":249},"Step 3 — Route to the stage-owning skill",{"type":45,"tag":53,"props":251,"children":252},{},[253],{"type":50,"value":254},"Route to the stage-owning skill for the actual retry:",{"type":45,"tag":256,"props":257,"children":258},"table",{},[259,278],{"type":45,"tag":260,"props":261,"children":262},"thead",{},[263],{"type":45,"tag":264,"props":265,"children":266},"tr",{},[267,273],{"type":45,"tag":268,"props":269,"children":270},"th",{},[271],{"type":50,"value":272},"Stage \u002F symptom",{"type":45,"tag":268,"props":274,"children":275},{},[276],{"type":50,"value":277},"Owning skill",{"type":45,"tag":279,"props":280,"children":281},"tbody",{},[282,300,324,341,358,375,392,424,441,458,475,491],{"type":45,"tag":264,"props":283,"children":284},{},[285,291],{"type":45,"tag":286,"props":287,"children":288},"td",{},[289],{"type":50,"value":290},"Control plane",{"type":45,"tag":286,"props":292,"children":293},{},[294],{"type":45,"tag":59,"props":295,"children":297},{"className":296},[],[298],{"type":50,"value":299},"sdaf-control-plane-bootstrap",{"type":45,"tag":264,"props":301,"children":302},{},[303,315],{"type":45,"tag":286,"props":304,"children":305},{},[306,308,313],{"type":50,"value":307},"Workload zone (",{"type":45,"tag":84,"props":309,"children":310},{},[311],{"type":50,"value":312},"including",{"type":50,"value":314}," the private-endpoint \u002F subnet-policy workaround)",{"type":45,"tag":286,"props":316,"children":317},{},[318],{"type":45,"tag":59,"props":319,"children":321},{"className":320},[],[322],{"type":50,"value":323},"sdaf-workload-zone",{"type":45,"tag":264,"props":325,"children":326},{},[327,332],{"type":45,"tag":286,"props":328,"children":329},{},[330],{"type":50,"value":331},"SAP system",{"type":45,"tag":286,"props":333,"children":334},{},[335],{"type":45,"tag":59,"props":336,"children":338},{"className":337},[],[339],{"type":50,"value":340},"sdaf-sap-system",{"type":45,"tag":264,"props":342,"children":343},{},[344,349],{"type":45,"tag":286,"props":345,"children":346},{},[347],{"type":50,"value":348},"SAP installation \u002F numbered playbooks",{"type":45,"tag":286,"props":350,"children":351},{},[352],{"type":45,"tag":59,"props":353,"children":355},{"className":354},[],[356],{"type":50,"value":357},"sdaf-sap-installation",{"type":45,"tag":264,"props":359,"children":360},{},[361,366],{"type":45,"tag":286,"props":362,"children":363},{},[364],{"type":50,"value":365},"Media acquisition preconditions \u002F clean downloader path",{"type":45,"tag":286,"props":367,"children":368},{},[369],{"type":45,"tag":59,"props":370,"children":372},{"className":371},[],[373],{"type":50,"value":374},"sdaf-media-acquisition",{"type":45,"tag":264,"props":376,"children":377},{},[378,383],{"type":45,"tag":286,"props":379,"children":380},{},[381],{"type":50,"value":382},"Media archive \u002F checksum \u002F extractor \u002F BOM-processing failures",{"type":45,"tag":286,"props":384,"children":385},{},[386],{"type":45,"tag":59,"props":387,"children":389},{"className":388},[],[390],{"type":50,"value":391},"sdaf-media-diagnostics",{"type":45,"tag":264,"props":393,"children":394},{},[395,415],{"type":45,"tag":286,"props":396,"children":397},{},[398,400,406,407,413],{"type":50,"value":399},"HA cluster evidence \u002F ",{"type":45,"tag":59,"props":401,"children":403},{"className":402},[],[404],{"type":50,"value":405},"crm",{"type":50,"value":74},{"type":45,"tag":59,"props":408,"children":410},{"className":409},[],[411],{"type":50,"value":412},"pcs",{"type":50,"value":414}," \u002F fencing",{"type":45,"tag":286,"props":416,"children":417},{},[418],{"type":45,"tag":59,"props":419,"children":421},{"className":420},[],[422],{"type":50,"value":423},"sdaf-ha-diagnostics",{"type":45,"tag":264,"props":425,"children":426},{},[427,432],{"type":45,"tag":286,"props":428,"children":429},{},[430],{"type":50,"value":431},"Explicit Terraform state lock \u002F import \u002F remove \u002F drift repair",{"type":45,"tag":286,"props":433,"children":434},{},[435],{"type":45,"tag":59,"props":436,"children":438},{"className":437},[],[439],{"type":50,"value":440},"sdaf-state-management",{"type":45,"tag":264,"props":442,"children":443},{},[444,449],{"type":45,"tag":286,"props":445,"children":446},{},[447],{"type":50,"value":448},"Safe teardown \u002F incomplete removal \u002F control-plane step trap",{"type":45,"tag":286,"props":450,"children":451},{},[452],{"type":45,"tag":59,"props":453,"children":455},{"className":454},[],[456],{"type":50,"value":457},"sdaf-safe-removal",{"type":45,"tag":264,"props":459,"children":460},{},[461,466],{"type":45,"tag":286,"props":462,"children":463},{},[464],{"type":50,"value":465},"Azure Government \u002F sovereign-cloud deltas",{"type":45,"tag":286,"props":467,"children":468},{},[469],{"type":45,"tag":59,"props":470,"children":472},{"className":471},[],[473],{"type":50,"value":474},"sdaf-sovereign-cloud",{"type":45,"tag":264,"props":476,"children":477},{},[478,483],{"type":45,"tag":286,"props":479,"children":480},{},[481],{"type":50,"value":482},"WORKSPACES\u002Ftfvars authoring issue",{"type":45,"tag":286,"props":484,"children":485},{},[486],{"type":45,"tag":59,"props":487,"children":489},{"className":488},[],[490],{"type":50,"value":121},{"type":45,"tag":264,"props":492,"children":493},{},[494,499],{"type":45,"tag":286,"props":495,"children":496},{},[497],{"type":50,"value":498},"BOM file location \u002F selection",{"type":45,"tag":286,"props":500,"children":501},{},[502],{"type":45,"tag":59,"props":503,"children":505},{"className":504},[],[506],{"type":50,"value":507},"sdaf-bom-selection",{"type":45,"tag":147,"props":509,"children":511},{"id":510},"step-4-confirm-before-retry",[512],{"type":50,"value":513},"Step 4 — Confirm before retry",{"type":45,"tag":53,"props":515,"children":516},{},[517,519,525,527,533,535,541,543,549],{"type":50,"value":518},"The retry safety rules — no ",{"type":45,"tag":59,"props":520,"children":522},{"className":521},[],[523],{"type":50,"value":524},"--force",{"type":50,"value":526}," \u002F no ",{"type":45,"tag":59,"props":528,"children":530},{"className":529},[],[531],{"type":50,"value":532},"--auto-approve",{"type":50,"value":534}," \u002F no state\nedits \u002F no concurrent execution \u002F do not delete ",{"type":45,"tag":59,"props":536,"children":538},{"className":537},[],[539],{"type":50,"value":540},".progress",{"type":50,"value":542}," markers — are\nenforced by the shipped repo instructions (",{"type":45,"tag":59,"props":544,"children":546},{"className":545},[],[547],{"type":50,"value":548},".github\u002Fcopilot-instructions.md",{"type":50,"value":550},")\nand by each stage skill's own recipe. This triage skill defers to the\nstage-owning skill's retry section rather than restating those rules.",{"type":45,"tag":92,"props":552,"children":554},{"id":553},"special-cases-documented",[555],{"type":50,"value":556},"Special cases (documented)",{"type":45,"tag":147,"props":558,"children":560},{"id":559},"interrupted-control-plane-removal-reports-success",[561],{"type":50,"value":562},"Interrupted control-plane removal reports success",{"type":45,"tag":53,"props":564,"children":565},{},[566,572,574,580,582,588,590,596,598,604,606,611,613,618],{"type":45,"tag":59,"props":567,"children":569},{"className":568},[],[570],{"type":50,"value":571},"docs\u002Flocal\u002Ftroubleshooting.md § Removal is incomplete",{"type":50,"value":573}," and\n",{"type":45,"tag":59,"props":575,"children":577},{"className":576},[],[578],{"type":50,"value":579},"docs\u002Flocal\u002F07-00-operations.md § Remove resources",{"type":50,"value":581},": an interrupted\ncontrol-plane removal can exit \"successfully\" after ",{"type":45,"tag":59,"props":583,"children":585},{"className":584},[],[586],{"type":50,"value":587},"step=1",{"type":50,"value":589}," without\ndeleting the deployer. Diagnostic path: inspect\n",{"type":45,"tag":59,"props":591,"children":593},{"className":592},[],[594],{"type":50,"value":595},".sap_deployment_automation",{"type":50,"value":597},", persisted ",{"type":45,"tag":59,"props":599,"children":601},{"className":600},[],[602],{"type":50,"value":603},"step",{"type":50,"value":605},", library destroy result, and\nremaining deployer state \u002F resources. Do not edit ",{"type":45,"tag":59,"props":607,"children":609},{"className":608},[],[610],{"type":50,"value":603},{"type":50,"value":612}," to bypass the\nguard. ",{"type":45,"tag":59,"props":614,"children":616},{"className":615},[],[617],{"type":50,"value":457},{"type":50,"value":619}," owns the documented diagnostic path and any\napproved retry.",{"type":45,"tag":147,"props":621,"children":623},{"id":622},"success-but-nothing-was-deployed",[624,630],{"type":45,"tag":59,"props":625,"children":627},{"className":626},[],[628],{"type":50,"value":629},"success",{"type":50,"value":631}," but nothing was deployed",{"type":45,"tag":53,"props":633,"children":634},{},[635],{"type":50,"value":636},"Cross-check the expected artefacts for the stage:",{"type":45,"tag":131,"props":638,"children":639},{},[640,668,702],{"type":45,"tag":135,"props":641,"children":642},{},[643,645,650,652,658,660,666],{"type":50,"value":644},"Control plane: state in library storage account, metadata under\n",{"type":45,"tag":59,"props":646,"children":648},{"className":647},[],[649],{"type":50,"value":595},{"type":50,"value":651},", summary written\n(",{"type":45,"tag":59,"props":653,"children":655},{"className":654},[],[656],{"type":50,"value":657},"docs\u002Flocal\u002F03-00-control-plane.md § Validate",{"type":50,"value":659},", ",{"type":45,"tag":59,"props":661,"children":663},{"className":662},[],[664],{"type":50,"value":665},"§ Outcome",{"type":50,"value":667},").",{"type":45,"tag":135,"props":669,"children":670},{},[671,673,679,681,687,689,695,696,701],{"type":50,"value":672},"Workload zone: ",{"type":45,"tag":59,"props":674,"children":676},{"className":675},[],[677],{"type":50,"value":678},".tfvars",{"type":50,"value":680}," and backend metadata in the state account's\n",{"type":45,"tag":59,"props":682,"children":684},{"className":683},[],[685],{"type":50,"value":686},"tfvars",{"type":50,"value":688}," container, zone Key Vault deployed\n(",{"type":45,"tag":59,"props":690,"children":692},{"className":691},[],[693],{"type":50,"value":694},"docs\u002Flocal\u002F04-00-workload-zone.md § Validate",{"type":50,"value":659},{"type":45,"tag":59,"props":697,"children":699},{"className":698},[],[700],{"type":50,"value":665},{"type":50,"value":667},{"type":45,"tag":135,"props":703,"children":704},{},[705,707,713,715,721,723,729,730,735],{"type":50,"value":706},"SAP system: infra deployed and ",{"type":45,"tag":59,"props":708,"children":710},{"className":709},[],[711],{"type":50,"value":712},"\u003CSID>_hosts.yaml",{"type":50,"value":714}," \u002F\n",{"type":45,"tag":59,"props":716,"children":718},{"className":717},[],[719],{"type":50,"value":720},"sap-parameters.yaml",{"type":50,"value":722}," present\n(",{"type":45,"tag":59,"props":724,"children":726},{"className":725},[],[727],{"type":50,"value":728},"docs\u002Flocal\u002F05-00-sap-system.md § Validate",{"type":50,"value":659},{"type":45,"tag":59,"props":731,"children":733},{"className":732},[],[734],{"type":50,"value":665},{"type":50,"value":667},{"type":45,"tag":53,"props":737,"children":738},{},[739],{"type":50,"value":740},"If artefacts are missing, treat the \"success\" as false and route to the\nstage-owning skill.",{"type":45,"tag":92,"props":742,"children":744},{"id":743},"hard-rules",[745],{"type":50,"value":746},"Hard rules",{"type":45,"tag":131,"props":748,"children":749},{},[750,782,787],{"type":45,"tag":135,"props":751,"children":752},{},[753,755,760,762,767,768,773,775,780],{"type":50,"value":754},"Documented behaviour only (D19). If the symptom does not match a\n",{"type":45,"tag":59,"props":756,"children":758},{"className":757},[],[759],{"type":50,"value":64},{"type":50,"value":761}," section, a documented ",{"type":45,"tag":59,"props":763,"children":765},{"className":764},[],[766],{"type":50,"value":80},{"type":50,"value":74},{"type":45,"tag":59,"props":769,"children":771},{"className":770},[],[772],{"type":50,"value":72},{"type":50,"value":774}," cross-check, or a named owner row in\n",{"type":45,"tag":59,"props":776,"children":778},{"className":777},[],[779],{"type":50,"value":209},{"type":50,"value":781},", say docs are silent and stop.",{"type":45,"tag":135,"props":783,"children":784},{},[785],{"type":50,"value":786},"Do not silently pass a non-zero exit code.",{"type":45,"tag":135,"props":788,"children":789},{},[790],{"type":50,"value":791},"Do not narrate benign log noise as a failure without a documented anchor.",{"type":45,"tag":92,"props":793,"children":795},{"id":794},"what-this-skill-does-not-do",[796],{"type":50,"value":797},"What this skill does NOT do",{"type":45,"tag":131,"props":799,"children":800},{},[801,806,818,830,835],{"type":45,"tag":135,"props":802,"children":803},{},[804],{"type":50,"value":805},"Does not deploy or retry directly.",{"type":45,"tag":135,"props":807,"children":808},{},[809,811,816],{"type":50,"value":810},"Does not repair Terraform state; ",{"type":45,"tag":59,"props":812,"children":814},{"className":813},[],[815],{"type":50,"value":440},{"type":50,"value":817}," owns that.",{"type":45,"tag":135,"props":819,"children":820},{},[821,823,828],{"type":50,"value":822},"Does not restate stage-specific safety rules — the stage skills and\n",{"type":45,"tag":59,"props":824,"children":826},{"className":825},[],[827],{"type":50,"value":548},{"type":50,"value":829}," own those.",{"type":45,"tag":135,"props":831,"children":832},{},[833],{"type":50,"value":834},"Does not replace the documented media\u002Finstall\u002FHA\u002Fremoval\u002Fsovereign owners.",{"type":45,"tag":135,"props":836,"children":837},{},[838,840,845,847,853],{"type":50,"value":839},"Does not reason about undocumented failure modes (e.g. end-to-end Government\nbeyond ",{"type":45,"tag":59,"props":841,"children":843},{"className":842},[],[844],{"type":50,"value":474},{"type":50,"value":846},", air-gapped, or undocumented ",{"type":45,"tag":59,"props":848,"children":850},{"className":849},[],[851],{"type":50,"value":852},"ARM_ENVIRONMENT",{"type":50,"value":854},"\nflows).",{"type":45,"tag":92,"props":856,"children":858},{"id":857},"see-also",[859],{"type":50,"value":860},"See also",{"type":45,"tag":131,"props":862,"children":863},{},[864,941],{"type":45,"tag":135,"props":865,"children":866},{},[867,872,873,878,879,884,886,891,892,897,898,903,904,909,910,915,916,921,922,927,928,933,934,939],{"type":45,"tag":59,"props":868,"children":870},{"className":869},[],[871],{"type":50,"value":299},{"type":50,"value":659},{"type":45,"tag":59,"props":874,"children":876},{"className":875},[],[877],{"type":50,"value":323},{"type":50,"value":659},{"type":45,"tag":59,"props":880,"children":882},{"className":881},[],[883],{"type":50,"value":340},{"type":50,"value":885},",\n",{"type":45,"tag":59,"props":887,"children":889},{"className":888},[],[890],{"type":50,"value":357},{"type":50,"value":659},{"type":45,"tag":59,"props":893,"children":895},{"className":894},[],[896],{"type":50,"value":374},{"type":50,"value":659},{"type":45,"tag":59,"props":899,"children":901},{"className":900},[],[902],{"type":50,"value":391},{"type":50,"value":885},{"type":45,"tag":59,"props":905,"children":907},{"className":906},[],[908],{"type":50,"value":423},{"type":50,"value":659},{"type":45,"tag":59,"props":911,"children":913},{"className":912},[],[914],{"type":50,"value":440},{"type":50,"value":659},{"type":45,"tag":59,"props":917,"children":919},{"className":918},[],[920],{"type":50,"value":457},{"type":50,"value":885},{"type":45,"tag":59,"props":923,"children":925},{"className":924},[],[926],{"type":50,"value":474},{"type":50,"value":659},{"type":45,"tag":59,"props":929,"children":931},{"className":930},[],[932],{"type":50,"value":121},{"type":50,"value":659},{"type":45,"tag":59,"props":935,"children":937},{"className":936},[],[938],{"type":50,"value":507},{"type":50,"value":940},".",{"type":45,"tag":135,"props":942,"children":943},{},[944,949,950,956,957,963],{"type":45,"tag":59,"props":945,"children":947},{"className":946},[],[948],{"type":50,"value":64},{"type":50,"value":659},{"type":45,"tag":59,"props":951,"children":953},{"className":952},[],[954],{"type":50,"value":955},"docs\u002Flocal\u002F07-00-operations.md",{"type":50,"value":885},{"type":45,"tag":59,"props":958,"children":960},{"className":959},[],[961],{"type":50,"value":962},"docs\u002Flocal\u002F04-00-workload-zone.md § Configuration preparation",{"type":50,"value":940},{"items":965,"total":1125},[966,985,1004,1015,1027,1035,1045,1058,1067,1079,1092,1112],{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":982,"repoUrl":983,"updatedAt":984},"azure-arg-external-evaluation-policy-author","author and test Azure Resource Graph policies","Use when the user wants to author, design, or test an Azure Policy that queries Azure Resource Graph (ARG) at request-time — i.e. a policy whose deny\u002Faudit decision depends on data from elsewhere in the subscription (sibling\u002Fparent resource state, RG-wide invariants, multi-hop relationships, etc.). Formally called Azure Policy External Evaluation; sometimes referred to colloquially as \"Invoke\". Drives an iterative KQL co-design loop against the user's real subscription via `az graph query`, then emits a policy definition, assignment, `.http` test flow, and an `EXPLANATION.md` companion. Read-only; never provisions anything.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[972,973,976,979],{"name":11,"slug":8,"type":16},{"name":974,"slug":975,"type":16},"Compliance","compliance",{"name":977,"slug":978,"type":16},"Governance","governance",{"name":980,"slug":981,"type":16},"Policy","policy",1689,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":986,"name":986,"fn":987,"description":988,"org":989,"tags":990,"stars":1001,"repoUrl":1002,"updatedAt":1003},"azure-blueprints-migration","migrate Azure Blueprints to Template Specs","Use when a user needs to migrate off Azure Blueprints (definitions and\u002For assignments) to Template Specs and Deployment Stacks before the January 31, 2027 retirement. Covers inventory, export, conversion to Bicep, policy decoupling, Template Spec publishing, Deployment Stack deployment with deny-settings, validation, and cutover.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[991,992,995,998],{"name":11,"slug":8,"type":16},{"name":993,"slug":994,"type":16},"Deployment","deployment",{"name":996,"slug":997,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":999,"slug":1000,"type":16},"Migration","migration",261,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-08-20T03:28:18.136156",{"slug":507,"name":507,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":27,"repoUrl":28,"updatedAt":1014},"select SAP Bill of Materials","Pick the right SDAF BOM for a target SAP product \u002F release \u002F DB platform \u002F version \u002F kernel \u002F topology. Explains where BOMs live in the samples repo (`SAP\u002F` for whole products, `BOM\u002F` for components), decodes the `ms`, `v####`, and `latest` suffix conventions, points at the compatibility guardrails (`supportedPlatforms`, `supportedDBVersions`, `supportedKernels`), and reminds the operator that the download flow needs four explicit BOM keys in `sap-parameters.yaml`. Use when a user says \"which BOM do I use\", \"product BOM vs component BOM\", \"SAP samples BOM catalog\", \"BOM_CATALOG\", \"S4\u002F2023 BOM\", \"HANA BOM\", or \"how do I pick a BOM for HANA\u002FOracle\u002FDB2\u002FASE\". Do NOT use to author a new BOM, to acquire media (`sdaf-media-acquisition`), or to troubleshoot a checksum \u002F 404 (`sdaf-media-diagnostics`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1009,1010,1013],{"name":11,"slug":8,"type":16},{"name":1011,"slug":1012,"type":16},"Configuration","configuration",{"name":25,"slug":26,"type":16},"2026-09-02T07:47:45.597063",{"slug":299,"name":299,"fn":1016,"description":1017,"org":1018,"tags":1019,"stars":27,"repoUrl":28,"updatedAt":1026},"deploy SDAF control plane infrastructure","Deploy the SDAF control plane locally: prepare DEPLOYER and LIBRARY tfvars, review the plan, run `deploy_controlplane.sh` per `docs\u002Flocal\u002F03-00-control-plane.md § Run`, and validate the deployer + library + state hand-off. Grounded in `docs\u002Flocal\u002F03-00-control-plane.md`. Use when a user says \"deploy the SDAF control plane\", \"run deploy_controlplane.sh\", \"bootstrap SDAF from an empty subscription\", \"install the deployer\" or \"create the SAP library\". Do NOT use for workload zone (see sdaf-workload-zone), SAP system (see sdaf-sap-system), removal (`sdaf-safe-removal`), or Azure Government \u002F sovereign-cloud deltas (`sdaf-sovereign-cloud`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1020,1021,1022,1025],{"name":11,"slug":8,"type":16},{"name":993,"slug":994,"type":16},{"name":1023,"slug":1024,"type":16},"Infrastructure","infrastructure",{"name":25,"slug":26,"type":16},"2026-09-02T07:46:51.573641",{"slug":4,"name":4,"fn":5,"description":6,"org":1028,"tags":1029,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1030,1031,1032,1033,1034],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},{"name":22,"slug":23,"type":16},{"slug":423,"name":423,"fn":1036,"description":1037,"org":1038,"tags":1039,"stars":27,"repoUrl":28,"updatedAt":1044},"diagnose SDAF high-availability cluster failures","Diagnose a live or recently failed SDAF high-availability cluster without changing cluster state. Start read-first: capture `crm status full` or `pcs status --full`, inspect SBD or fencing evidence, confirm current resource placement, and reuse existing quality-assurance or HCMT artifacts. Grounded in `docs\u002Flocal\u002F07-10-quality-assurance.md`, the shipped Pacemaker role vars\u002Ftasks, and the SAP Automation QA setup role. Use when a user says \"diagnose my HANA failover\", \"crm status\", \"pcs status\", \"check fencing\", \"why is the SCS\u002FERS cluster unhealthy\", \"offline_validation\u002Fcib\", or \"review an HCMT result zip\". Do NOT use for pre-deploy topology or design choices (see `sdaf-ha-topology`), fresh installation\u002Fdeploy, or disruptive failover\u002Ffencing exercises (see `sdaf-quality-assurance`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1040,1041,1042,1043],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},"2026-09-02T07:48:04.154501",{"slug":1046,"name":1046,"fn":1047,"description":1048,"org":1049,"tags":1050,"stars":27,"repoUrl":28,"updatedAt":1057},"sdaf-ha-topology","design high-availability SAP topologies","Choose the documented SDAF high-availability design before SAP-system deployment. Use when a user asks which HA topology to deploy, whether to use AFA or SBD, AFS or ANF, HANA scale-up or scale-out, whether ANGI is allowed, or which HA inputs must be set before deployment. Ground answers in the current support matrix, Ansible roles, sample tfvars, and validation logic. Do NOT use for live cluster diagnosis (sdaf-ha-diagnostics) or for running the installers (sdaf-sap-installation).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1051,1054,1055,1056],{"name":1052,"slug":1053,"type":16},"Architecture","architecture",{"name":11,"slug":8,"type":16},{"name":1023,"slug":1024,"type":16},{"name":25,"slug":26,"type":16},"2026-09-02T07:47:43.405138",{"slug":374,"name":374,"fn":1059,"description":1060,"org":1061,"tags":1062,"stars":27,"repoUrl":28,"updatedAt":1066},"acquire SAP installation media","Acquire approved SAP media into the SDAF library after SAP-system infrastructure exists. Drives local `deploy\u002Fansible\u002Fdownload_menu.sh` per `docs\u002Flocal\u002F06-00-software-and-installation.md § Download software`, enforces the documented `BOM_CATALOG` root and the four required `sap-parameters.yaml` BOM keys (`application_bom_name`, `database_bom_name`, `sap_kernel_bom_name`, `save_bom_as`), and explains the documented download and validation flow. Use for \"download SAP media\", \"run download_menu.sh\", \"acquire software into the library\", \"BOM Downloader\", \"BOM_CATALOG\", or \"assemble application\u002Fdatabase\u002Fkernel BOMs for download\". Do NOT use to choose a BOM, troubleshoot a failed download, or run installation playbooks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1063,1064,1065],{"name":11,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},"2026-09-02T07:46:44.504107",{"slug":391,"name":391,"fn":1068,"description":1069,"org":1070,"tags":1071,"stars":27,"repoUrl":28,"updatedAt":1078},"diagnose SDAF media and BOM processing","Diagnose SDAF software-download and BOM-processing failures after a BOM is already selected. Covers the documented local media path, SAP download, storage-account upload\u002Fdownload, checksum validation, and `SAPCAR` \u002F `.EXE` extraction. Use when a user says \"download_menu failed\", \"BOM downloader 404\", \"missing archive\", \"checksum mismatch\", \"SAPCAR failed\", \"bom-processing-done missing\", or \"my SPS07 media run can't find a file\". Do NOT use to choose a BOM (see `sdaf-bom-selection`), to run a clean first-time media download with no failure, or to diagnose a later non-media install failure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1072,1073,1074,1075],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":25,"slug":26,"type":16},{"name":1076,"slug":1077,"type":16},"Storage","storage","2026-09-02T07:48:06.369058",{"slug":1080,"name":1080,"fn":1081,"description":1082,"org":1083,"tags":1084,"stars":27,"repoUrl":28,"updatedAt":1091},"sdaf-orientation-and-surface","orient users to SDAF architecture","Orient a newcomer to the SAP Deployment Automation Framework (SDAF): explain the spine (control plane → workload zone → SAP system → software → install → operate\u002Fremove), summarise the three execution surfaces (Local, Azure DevOps, GitHub Actions), and print the install command for the matching surface bootstrap plugin — as documented in this repository's `docs\u002FPLUGINS.md` — so the operator can run it manually. Use when a user says \"what is SDAF\", \"how is SDAF structured\", \"where do I start with SDAF\", \"which surface should I use\", \"SDAF Local vs ADO vs GitHub\", \"workstation vs Azure Pipelines vs GitHub workflows\", \"how do I install the SDAF ADO\u002FGitHub plugin\", or \"I'm new to SDAF\". Do NOT use for readiness pre-flight (see sdaf-readiness-check), workspace\u002Ftfvars layout (see sdaf-workspace-and-tfvars), or troubleshooting a failed run (see sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1085,1086,1087,1090],{"name":1052,"slug":1053,"type":16},{"name":11,"slug":8,"type":16},{"name":1088,"slug":1089,"type":16},"Documentation","documentation",{"name":25,"slug":26,"type":16},"2026-09-02T07:46:52.116557",{"slug":1093,"name":1093,"fn":1094,"description":1095,"org":1096,"tags":1097,"stars":27,"repoUrl":28,"updatedAt":1111},"sdaf-plan-and-test-semantics","manage SDAF plan and test semantics","Explain SDAF plan-only \u002F test \u002F apply semantics without pretending they are universal. Compares the documented Local commands, Azure DevOps wrapper pipelines, and GitHub Actions workflows for control plane, workload zone, and SAP system: local stage commands show Terraform plans and then apply after approval; ADO\u002FGitHub workload-zone and SAP-system test runs stop after the plan; the current hosted control-plane test options do not provide a plan-only run. Use when a user says \"what does test do in SDAF\", \"is this a real dry run\", \"plan-only vs apply\", \"workflow 01 dry-run\", \"pipeline 02 test\", or \"TEST_ONLY\". Do NOT use to actually deploy a stage or to triage a failed run (see sdaf-control-plane-bootstrap \u002F sdaf-workload-zone \u002F sdaf-sap-system \u002F sdaf-failure-triage).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1098,1101,1102,1105,1108],{"name":1099,"slug":1100,"type":16},"Automation","automation",{"name":11,"slug":8,"type":16},{"name":1103,"slug":1104,"type":16},"Azure DevOps","azure-devops",{"name":1106,"slug":1107,"type":16},"CI\u002FCD","ci-cd",{"name":1109,"slug":1110,"type":16},"GitHub Actions","github-actions","2026-09-02T07:48:08.951811",{"slug":1113,"name":1113,"fn":1114,"description":1115,"org":1116,"tags":1117,"stars":27,"repoUrl":28,"updatedAt":1124},"sdaf-quality-assurance","validate deployed SDAF SAP systems","Validate a deployed SDAF SAP system through the SDAF-owned QA entry points: the local quality-assurance menu and the documented Azure DevOps pipeline 13 path. Choose configuration checks vs functional tests, apply `TEST_GROUPS` \u002F `TEST_CASES` safely, interpret `quality_assurance\u002F` and `logs\u002F`, and enforce the documented boundary that the GitHub Actions wrapper is still pending. Use when a user says \"run quality assurance\", \"run configuration checks\", \"pipeline 13 QA\", \"offline HA validation\", or \"why does the report say No test results found\". Do NOT use to deploy the SAP system or generate `sap-parameters.yaml` \u002F `\u003CSID>_hosts.yaml` (see `sdaf-sap-system`), or for a generic failed-run report with no QA-stage context (see `sdaf-failure-triage`).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1118,1119,1120,1123],{"name":1099,"slug":1100,"type":16},{"name":11,"slug":8,"type":16},{"name":1121,"slug":1122,"type":16},"Quality Assurance","quality-assurance",{"name":25,"slug":26,"type":16},"2026-09-02T07:46:49.932123",145,{"items":1127,"total":1176},[1128,1134,1141,1149,1156,1163,1169],{"slug":507,"name":507,"fn":1005,"description":1006,"org":1129,"tags":1130,"stars":27,"repoUrl":28,"updatedAt":1014},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1131,1132,1133],{"name":11,"slug":8,"type":16},{"name":1011,"slug":1012,"type":16},{"name":25,"slug":26,"type":16},{"slug":299,"name":299,"fn":1016,"description":1017,"org":1135,"tags":1136,"stars":27,"repoUrl":28,"updatedAt":1026},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1137,1138,1139,1140],{"name":11,"slug":8,"type":16},{"name":993,"slug":994,"type":16},{"name":1023,"slug":1024,"type":16},{"name":25,"slug":26,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":1142,"tags":1143,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1144,1145,1146,1147,1148],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},{"name":22,"slug":23,"type":16},{"slug":423,"name":423,"fn":1036,"description":1037,"org":1150,"tags":1151,"stars":27,"repoUrl":28,"updatedAt":1044},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1152,1153,1154,1155],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},{"slug":1046,"name":1046,"fn":1047,"description":1048,"org":1157,"tags":1158,"stars":27,"repoUrl":28,"updatedAt":1057},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1159,1160,1161,1162],{"name":1052,"slug":1053,"type":16},{"name":11,"slug":8,"type":16},{"name":1023,"slug":1024,"type":16},{"name":25,"slug":26,"type":16},{"slug":374,"name":374,"fn":1059,"description":1060,"org":1164,"tags":1165,"stars":27,"repoUrl":28,"updatedAt":1066},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1166,1167,1168],{"name":11,"slug":8,"type":16},{"name":14,"slug":15,"type":16},{"name":25,"slug":26,"type":16},{"slug":391,"name":391,"fn":1068,"description":1069,"org":1170,"tags":1171,"stars":27,"repoUrl":28,"updatedAt":1078},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1172,1173,1174,1175],{"name":11,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":25,"slug":26,"type":16},{"name":1076,"slug":1077,"type":16},18]