[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-azure-sdaf-sap-installation":3,"mdc-cpmn6e-key":35,"related-org-azure-sdaf-sap-installation":907,"related-repo-azure-sdaf-sap-installation":1074},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"sdaf-sap-installation","install SAP systems with SDAF","Guide SDAF operating-system, database, and SAP installation after the SAP-system workspace and reviewed media are ready. Covers the local `configuration_menu.sh` path, the Azure DevOps `05-DB-and-SAP-installation` booleans, `.progress`-based recovery, and the boundary between infrastructure deployment, media acquisition, and software installation. Use for \"run the SAP install playbooks\", \"which installation stage should I select\", \"resume after a partial DB\u002FSAP playbook run\", \"run configuration_menu.sh\", or \"queue 05-DB-and-SAP-installation with the right booleans\". Do NOT use for `sdaf-sap-system`, `sdaf-media-acquisition`, `sdaf-media-diagnostics`, or `sdaf-quality-assurance`.\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,15,18,21],{"name":11,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Automation","automation",{"name":19,"slug":20,"type":14},"Deployment","deployment",{"name":22,"slug":23,"type":14},"SAP","sap",143,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation","2026-09-02T07:46:46.184635","MIT",173,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"This is the repository supporting the SAP deployment automation framework on Azure","https:\u002F\u002Fgithub.com\u002FAzure\u002Fsap-automation\u002Ftree\u002FHEAD\u002Fskills\u002Fsdaf-sap-installation","---\nname: sdaf-sap-installation\ndescription: >\n  Guide SDAF operating-system, database, and SAP installation after the SAP-system workspace and reviewed media are ready. Covers the local\n  `configuration_menu.sh` path, the Azure DevOps `05-DB-and-SAP-installation` booleans, `.progress`-based recovery, and the boundary between\n  infrastructure deployment, media acquisition, and software installation. Use for \"run the SAP install playbooks\", \"which installation stage\n  should I select\", \"resume after a partial DB\u002FSAP playbook run\", \"run configuration_menu.sh\", or \"queue 05-DB-and-SAP-installation with the\n  right booleans\". Do NOT use for `sdaf-sap-system`, `sdaf-media-acquisition`, `sdaf-media-diagnostics`, or `sdaf-quality-assurance`.\nallowed-tools: shell\nlicense: MIT\n---\n# SDAF SAP Installation\nAction-loop skill. Owns OS + DB + SAP installation **after** `sdaf-sap-system` has produced `sap-parameters.yaml` and `\u003CSID>_hosts.yaml` and after the reviewed software set is available.\n\nPreserve these boundaries:\n- `sdaf-sap-system` owns infrastructure deployment and generated inventory.\n- `sdaf-media-acquisition` \u002F `sdaf-media-diagnostics` own `download_menu.sh`, BOM download, and library-media problems.\n- `sdaf-sap-installation` owns the documented local installation menu and the\n  Azure DevOps installation-stage selections.\n\nUse [`references\u002Finstall-stage-map.md`](references\u002Finstall-stage-map.md) for\nthe operator-facing stage and recovery map.\n\n## When to invoke\nTrigger on: \"run configuration_menu.sh\", \"install OS\u002FDB\u002FSAP\", \"05-DB-and-SAP-installation\", \"which playbook should I select\", \"resume after db-load\", \"SCS install\", \"PAS install\", or \".progress markers\".\n\nDo NOT trigger on: SAP-system infrastructure deployment, library media download, GitHub workflow sequencing, STAF quality-assurance, HA diagnostics, or a generic failure report that has not yet been identified as an install-stage issue.\n\n## Preconditions\n- `sdaf-sap-system` has completed and the system directory contains `sap-parameters.yaml` and `\u003CSID>_hosts.yaml` (`docs\u002Flocal\u002F05-00-sap-system.md § Validate`, `docs\u002Flocal\u002F06-00-software-and-installation.md § Before you begin`).\n- SSH connectivity to every inventory host works, the workload-zone Key Vault contains the generated credentials, and the SAP library has capacity.\n- SAP licenses, download credentials, backups, and the maintenance window are approved for the intended stage.\n- If the operator still needs the four component BOM keys or `download_menu.sh`, stop and hand off to `sdaf-media-acquisition`.\n\n## Recipe\n### 1) Preserve ordering\nOrder is fixed: deploy SAP-system infrastructure → acquire media into the SAP library → run installation stages against the generated inventory. Do not collapse those into one \"install everything\" action.\n\nLibrary media acquisition and host-side media preparation are separate\ndocumented stages. Do not treat downloading media into the library as an\ninstallation run.\n\n### 2) Local execution\nFrom the system directory, exactly per `docs\u002Flocal\u002F06-00-software-and-installation.md`:\n```bash\ncd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\nrun_with_key_cleanup() (\n  set -e\n  trap 'rm -f -- \"$PWD\u002Fsshkey\"' EXIT\n  \"$@\"\n)\nrun_with_key_cleanup \\\n  \"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fansible\u002Fconfiguration_menu.sh\" \\\n  && test ! -e \"$PWD\u002Fsshkey\"\n```\nThen:\n1. Select **Validate parameters** first.\n2. Select one reviewed playbook or grouped sequence from [`references\u002Finstall-stage-map.md`](references\u002Finstall-stage-map.md).\n3. Keep the cleanup wrapper around the menu. It removes the retrieved key\n   without masking the menu's exit status.\nUse the reference to select the smallest documented stage and verify its\ncompletion evidence.\n\n### 3) Azure DevOps execution\nUse the documented Azure DevOps installation pipeline. Enable only the\nreviewed installation stages; do not default to every stage.\n\nIf the question is really about GitHub workflow order or the blocked workflow 07 path, stop and say that workflow-order mechanics live in the separate GitHub Actions surface plugin `azure-sap-automation-github`. Use the documented install\u002Fuse pattern in `docs\u002FPLUGINS.md § Install a surface plugin (Azure DevOps or GitHub Actions)` or ask `sdaf-orientation-and-surface` to print that install block; do not invent ad-hoc workflow commands here.\n\n### 4) Validate and recover\nSuccess means the selected playbooks completed, the expected `.progress` markers exist, services are healthy, logs are retained, and the local `sshkey` has been removed.\n\nIf the run stops partway:\n1. Record the **first failed numbered playbook**, target host, and exit code.\n2. Check the owned `.progress` marker in the stage map.\n3. Correct the failed prerequisite or task.\n4. Rerun the **smallest applicable playbook or Azure DevOps boolean**, not the whole install spine by default.\n\nHand-offs:\n- Missing `sap-parameters.yaml` \u002F `\u003CSID>_hosts.yaml` → `sdaf-sap-system`\n- Missing library media, wrong BOM names, or downloader issues → `sdaf-media-acquisition` \u002F `sdaf-media-diagnostics`\n- Ambiguous or cross-stage failure classification → `sdaf-failure-triage`\n\n## Hard rules\n- Documented behaviour only (D19). If the docs or checked-in wrappers do not describe a flag, menu path, or recovery step, do not invent it.\n- Do not start installation before the SAP-system-generated files exist.\n- Do not skip **Validate parameters**.\n- Do not use **All Playbooks** or \"all booleans enabled\" as the default rerun path on an existing system.\n- Do not delete `.progress` markers merely to force a rerun.\n- Do not leave `sshkey` in the workspace after local execution.\n- Do not conflate library media acquisition with host-side BOM processing.\n- Follow [`.github\u002Fcopilot-instructions.md`](..\u002F..\u002F.github\u002Fcopilot-instructions.md).\n\n## See also\n- [`sdaf-sap-system`](..\u002Fsdaf-sap-system\u002FSKILL.md)\n- `sdaf-media-acquisition`\n- `sdaf-media-diagnostics`\n- [`sdaf-failure-triage`](..\u002Fsdaf-failure-triage\u002FSKILL.md)\n- `sdaf-quality-assurance`\n- `sdaf-plan-and-test-semantics`\n- `docs\u002Flocal\u002F06-00-software-and-installation.md`\n- `docs\u002Flocal\u002Ftroubleshooting.md`\n",{"data":36,"body":38},{"name":4,"description":6,"allowed-tools":37,"license":27},"shell",{"type":39,"children":40},"root",[41,49,88,93,145,162,169,174,179,185,256,262,269,274,279,285,298,517,522,557,563,568,597,603,624,629,673,678,731,737,817,823,901],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SDAF SAP Installation",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53,55,61,63,70,72,78,80,86],{"type":47,"value":54},"Action-loop skill. Owns OS + DB + SAP installation ",{"type":42,"tag":56,"props":57,"children":58},"strong",{},[59],{"type":47,"value":60},"after",{"type":47,"value":62}," ",{"type":42,"tag":64,"props":65,"children":67},"code",{"className":66},[],[68],{"type":47,"value":69},"sdaf-sap-system",{"type":47,"value":71}," has produced ",{"type":42,"tag":64,"props":73,"children":75},{"className":74},[],[76],{"type":47,"value":77},"sap-parameters.yaml",{"type":47,"value":79}," and ",{"type":42,"tag":64,"props":81,"children":83},{"className":82},[],[84],{"type":47,"value":85},"\u003CSID>_hosts.yaml",{"type":47,"value":87}," and after the reviewed software set is available.",{"type":42,"tag":50,"props":89,"children":90},{},[91],{"type":47,"value":92},"Preserve these boundaries:",{"type":42,"tag":94,"props":95,"children":96},"ul",{},[97,108,135],{"type":42,"tag":98,"props":99,"children":100},"li",{},[101,106],{"type":42,"tag":64,"props":102,"children":104},{"className":103},[],[105],{"type":47,"value":69},{"type":47,"value":107}," owns infrastructure deployment and generated inventory.",{"type":42,"tag":98,"props":109,"children":110},{},[111,117,119,125,127,133],{"type":42,"tag":64,"props":112,"children":114},{"className":113},[],[115],{"type":47,"value":116},"sdaf-media-acquisition",{"type":47,"value":118}," \u002F ",{"type":42,"tag":64,"props":120,"children":122},{"className":121},[],[123],{"type":47,"value":124},"sdaf-media-diagnostics",{"type":47,"value":126}," own ",{"type":42,"tag":64,"props":128,"children":130},{"className":129},[],[131],{"type":47,"value":132},"download_menu.sh",{"type":47,"value":134},", BOM download, and library-media problems.",{"type":42,"tag":98,"props":136,"children":137},{},[138,143],{"type":42,"tag":64,"props":139,"children":141},{"className":140},[],[142],{"type":47,"value":4},{"type":47,"value":144}," owns the documented local installation menu and the\nAzure DevOps installation-stage selections.",{"type":42,"tag":50,"props":146,"children":147},{},[148,150,160],{"type":47,"value":149},"Use ",{"type":42,"tag":151,"props":152,"children":154},"a",{"href":153},"references\u002Finstall-stage-map.md",[155],{"type":42,"tag":64,"props":156,"children":158},{"className":157},[],[159],{"type":47,"value":153},{"type":47,"value":161}," for\nthe operator-facing stage and recovery map.",{"type":42,"tag":163,"props":164,"children":166},"h2",{"id":165},"when-to-invoke",[167],{"type":47,"value":168},"When to invoke",{"type":42,"tag":50,"props":170,"children":171},{},[172],{"type":47,"value":173},"Trigger on: \"run configuration_menu.sh\", \"install OS\u002FDB\u002FSAP\", \"05-DB-and-SAP-installation\", \"which playbook should I select\", \"resume after db-load\", \"SCS install\", \"PAS install\", or \".progress markers\".",{"type":42,"tag":50,"props":175,"children":176},{},[177],{"type":47,"value":178},"Do NOT trigger on: SAP-system infrastructure deployment, library media download, GitHub workflow sequencing, STAF quality-assurance, HA diagnostics, or a generic failure report that has not yet been identified as an install-stage issue.",{"type":42,"tag":163,"props":180,"children":182},{"id":181},"preconditions",[183],{"type":47,"value":184},"Preconditions",{"type":42,"tag":94,"props":186,"children":187},{},[188,227,232,237],{"type":42,"tag":98,"props":189,"children":190},{},[191,196,198,203,204,209,211,217,219,225],{"type":42,"tag":64,"props":192,"children":194},{"className":193},[],[195],{"type":47,"value":69},{"type":47,"value":197}," has completed and the system directory contains ",{"type":42,"tag":64,"props":199,"children":201},{"className":200},[],[202],{"type":47,"value":77},{"type":47,"value":79},{"type":42,"tag":64,"props":205,"children":207},{"className":206},[],[208],{"type":47,"value":85},{"type":47,"value":210}," (",{"type":42,"tag":64,"props":212,"children":214},{"className":213},[],[215],{"type":47,"value":216},"docs\u002Flocal\u002F05-00-sap-system.md § Validate",{"type":47,"value":218},", ",{"type":42,"tag":64,"props":220,"children":222},{"className":221},[],[223],{"type":47,"value":224},"docs\u002Flocal\u002F06-00-software-and-installation.md § Before you begin",{"type":47,"value":226},").",{"type":42,"tag":98,"props":228,"children":229},{},[230],{"type":47,"value":231},"SSH connectivity to every inventory host works, the workload-zone Key Vault contains the generated credentials, and the SAP library has capacity.",{"type":42,"tag":98,"props":233,"children":234},{},[235],{"type":47,"value":236},"SAP licenses, download credentials, backups, and the maintenance window are approved for the intended stage.",{"type":42,"tag":98,"props":238,"children":239},{},[240,242,247,249,254],{"type":47,"value":241},"If the operator still needs the four component BOM keys or ",{"type":42,"tag":64,"props":243,"children":245},{"className":244},[],[246],{"type":47,"value":132},{"type":47,"value":248},", stop and hand off to ",{"type":42,"tag":64,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":116},{"type":47,"value":255},".",{"type":42,"tag":163,"props":257,"children":259},{"id":258},"recipe",[260],{"type":47,"value":261},"Recipe",{"type":42,"tag":263,"props":264,"children":266},"h3",{"id":265},"_1-preserve-ordering",[267],{"type":47,"value":268},"1) Preserve ordering",{"type":42,"tag":50,"props":270,"children":271},{},[272],{"type":47,"value":273},"Order is fixed: deploy SAP-system infrastructure → acquire media into the SAP library → run installation stages against the generated inventory. Do not collapse those into one \"install everything\" action.",{"type":42,"tag":50,"props":275,"children":276},{},[277],{"type":47,"value":278},"Library media acquisition and host-side media preparation are separate\ndocumented stages. Do not treat downloading media into the library as an\ninstallation run.",{"type":42,"tag":263,"props":280,"children":282},{"id":281},"_2-local-execution",[283],{"type":47,"value":284},"2) Local execution",{"type":42,"tag":50,"props":286,"children":287},{},[288,290,296],{"type":47,"value":289},"From the system directory, exactly per ",{"type":42,"tag":64,"props":291,"children":293},{"className":292},[],[294],{"type":47,"value":295},"docs\u002Flocal\u002F06-00-software-and-installation.md",{"type":47,"value":297},":",{"type":42,"tag":299,"props":300,"children":305},"pre",{"className":301,"code":302,"language":303,"meta":304,"style":304},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cd \"$CONFIG_REPO_PATH\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>\"\nrun_with_key_cleanup() (\n  set -e\n  trap 'rm -f -- \"$PWD\u002Fsshkey\"' EXIT\n  \"$@\"\n)\nrun_with_key_cleanup \\\n  \"$SAP_AUTOMATION_REPO_PATH\u002Fdeploy\u002Fansible\u002Fconfiguration_menu.sh\" \\\n  && test ! -e \"$PWD\u002Fsshkey\"\n","bash","",[306],{"type":42,"tag":64,"props":307,"children":308},{"__ignoreMap":304},[309,344,363,377,406,426,435,448,475],{"type":42,"tag":310,"props":311,"children":314},"span",{"class":312,"line":313},"line",1,[315,321,327,333,339],{"type":42,"tag":310,"props":316,"children":318},{"style":317},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[319],{"type":47,"value":320},"cd",{"type":42,"tag":310,"props":322,"children":324},{"style":323},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[325],{"type":47,"value":326}," \"",{"type":42,"tag":310,"props":328,"children":330},{"style":329},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[331],{"type":47,"value":332},"$CONFIG_REPO_PATH",{"type":42,"tag":310,"props":334,"children":336},{"style":335},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[337],{"type":47,"value":338},"\u002FWORKSPACES\u002FSYSTEM\u002F\u003CSAP_SYSTEM>",{"type":42,"tag":310,"props":340,"children":341},{"style":323},[342],{"type":47,"value":343},"\"\n",{"type":42,"tag":310,"props":345,"children":347},{"class":312,"line":346},2,[348,353,358],{"type":42,"tag":310,"props":349,"children":350},{"style":317},[351],{"type":47,"value":352},"run_with_key_cleanup",{"type":42,"tag":310,"props":354,"children":355},{"style":323},[356],{"type":47,"value":357},"()",{"type":42,"tag":310,"props":359,"children":360},{"style":323},[361],{"type":47,"value":362}," (\n",{"type":42,"tag":310,"props":364,"children":366},{"class":312,"line":365},3,[367,372],{"type":42,"tag":310,"props":368,"children":369},{"style":317},[370],{"type":47,"value":371},"  set",{"type":42,"tag":310,"props":373,"children":374},{"style":335},[375],{"type":47,"value":376}," -e\n",{"type":42,"tag":310,"props":378,"children":380},{"class":312,"line":379},4,[381,386,391,396,401],{"type":42,"tag":310,"props":382,"children":383},{"style":317},[384],{"type":47,"value":385},"  trap",{"type":42,"tag":310,"props":387,"children":388},{"style":323},[389],{"type":47,"value":390}," '",{"type":42,"tag":310,"props":392,"children":393},{"style":335},[394],{"type":47,"value":395},"rm -f -- \"$PWD\u002Fsshkey\"",{"type":42,"tag":310,"props":397,"children":398},{"style":323},[399],{"type":47,"value":400},"'",{"type":42,"tag":310,"props":402,"children":403},{"style":335},[404],{"type":47,"value":405}," EXIT\n",{"type":42,"tag":310,"props":407,"children":409},{"class":312,"line":408},5,[410,416,422],{"type":42,"tag":310,"props":411,"children":413},{"style":412},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[414],{"type":47,"value":415},"  \"",{"type":42,"tag":310,"props":417,"children":419},{"style":418},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[420],{"type":47,"value":421},"$@",{"type":42,"tag":310,"props":423,"children":424},{"style":412},[425],{"type":47,"value":343},{"type":42,"tag":310,"props":427,"children":429},{"class":312,"line":428},6,[430],{"type":42,"tag":310,"props":431,"children":432},{"style":323},[433],{"type":47,"value":434},")\n",{"type":42,"tag":310,"props":436,"children":438},{"class":312,"line":437},7,[439,443],{"type":42,"tag":310,"props":440,"children":441},{"style":412},[442],{"type":47,"value":352},{"type":42,"tag":310,"props":444,"children":445},{"style":329},[446],{"type":47,"value":447}," \\\n",{"type":42,"tag":310,"props":449,"children":451},{"class":312,"line":450},8,[452,456,461,466,471],{"type":42,"tag":310,"props":453,"children":454},{"style":323},[455],{"type":47,"value":415},{"type":42,"tag":310,"props":457,"children":458},{"style":329},[459],{"type":47,"value":460},"$SAP_AUTOMATION_REPO_PATH",{"type":42,"tag":310,"props":462,"children":463},{"style":335},[464],{"type":47,"value":465},"\u002Fdeploy\u002Fansible\u002Fconfiguration_menu.sh",{"type":42,"tag":310,"props":467,"children":468},{"style":323},[469],{"type":47,"value":470},"\"",{"type":42,"tag":310,"props":472,"children":473},{"style":329},[474],{"type":47,"value":447},{"type":42,"tag":310,"props":476,"children":478},{"class":312,"line":477},9,[479,484,489,494,499,503,508,513],{"type":42,"tag":310,"props":480,"children":481},{"style":323},[482],{"type":47,"value":483},"  &&",{"type":42,"tag":310,"props":485,"children":486},{"style":317},[487],{"type":47,"value":488}," test",{"type":42,"tag":310,"props":490,"children":491},{"style":335},[492],{"type":47,"value":493}," !",{"type":42,"tag":310,"props":495,"children":496},{"style":335},[497],{"type":47,"value":498}," -e",{"type":42,"tag":310,"props":500,"children":501},{"style":323},[502],{"type":47,"value":326},{"type":42,"tag":310,"props":504,"children":505},{"style":329},[506],{"type":47,"value":507},"$PWD",{"type":42,"tag":310,"props":509,"children":510},{"style":335},[511],{"type":47,"value":512},"\u002Fsshkey",{"type":42,"tag":310,"props":514,"children":515},{"style":323},[516],{"type":47,"value":343},{"type":42,"tag":50,"props":518,"children":519},{},[520],{"type":47,"value":521},"Then:",{"type":42,"tag":523,"props":524,"children":525},"ol",{},[526,538,552],{"type":42,"tag":98,"props":527,"children":528},{},[529,531,536],{"type":47,"value":530},"Select ",{"type":42,"tag":56,"props":532,"children":533},{},[534],{"type":47,"value":535},"Validate parameters",{"type":47,"value":537}," first.",{"type":42,"tag":98,"props":539,"children":540},{},[541,543,551],{"type":47,"value":542},"Select one reviewed playbook or grouped sequence from ",{"type":42,"tag":151,"props":544,"children":545},{"href":153},[546],{"type":42,"tag":64,"props":547,"children":549},{"className":548},[],[550],{"type":47,"value":153},{"type":47,"value":255},{"type":42,"tag":98,"props":553,"children":554},{},[555],{"type":47,"value":556},"Keep the cleanup wrapper around the menu. It removes the retrieved key\nwithout masking the menu's exit status.\nUse the reference to select the smallest documented stage and verify its\ncompletion evidence.",{"type":42,"tag":263,"props":558,"children":560},{"id":559},"_3-azure-devops-execution",[561],{"type":47,"value":562},"3) Azure DevOps execution",{"type":42,"tag":50,"props":564,"children":565},{},[566],{"type":47,"value":567},"Use the documented Azure DevOps installation pipeline. Enable only the\nreviewed installation stages; do not default to every stage.",{"type":42,"tag":50,"props":569,"children":570},{},[571,573,579,581,587,589,595],{"type":47,"value":572},"If the question is really about GitHub workflow order or the blocked workflow 07 path, stop and say that workflow-order mechanics live in the separate GitHub Actions surface plugin ",{"type":42,"tag":64,"props":574,"children":576},{"className":575},[],[577],{"type":47,"value":578},"azure-sap-automation-github",{"type":47,"value":580},". Use the documented install\u002Fuse pattern in ",{"type":42,"tag":64,"props":582,"children":584},{"className":583},[],[585],{"type":47,"value":586},"docs\u002FPLUGINS.md § Install a surface plugin (Azure DevOps or GitHub Actions)",{"type":47,"value":588}," or ask ",{"type":42,"tag":64,"props":590,"children":592},{"className":591},[],[593],{"type":47,"value":594},"sdaf-orientation-and-surface",{"type":47,"value":596}," to print that install block; do not invent ad-hoc workflow commands here.",{"type":42,"tag":263,"props":598,"children":600},{"id":599},"_4-validate-and-recover",[601],{"type":47,"value":602},"4) Validate and recover",{"type":42,"tag":50,"props":604,"children":605},{},[606,608,614,616,622],{"type":47,"value":607},"Success means the selected playbooks completed, the expected ",{"type":42,"tag":64,"props":609,"children":611},{"className":610},[],[612],{"type":47,"value":613},".progress",{"type":47,"value":615}," markers exist, services are healthy, logs are retained, and the local ",{"type":42,"tag":64,"props":617,"children":619},{"className":618},[],[620],{"type":47,"value":621},"sshkey",{"type":47,"value":623}," has been removed.",{"type":42,"tag":50,"props":625,"children":626},{},[627],{"type":47,"value":628},"If the run stops partway:",{"type":42,"tag":523,"props":630,"children":631},{},[632,644,656,661],{"type":42,"tag":98,"props":633,"children":634},{},[635,637,642],{"type":47,"value":636},"Record the ",{"type":42,"tag":56,"props":638,"children":639},{},[640],{"type":47,"value":641},"first failed numbered playbook",{"type":47,"value":643},", target host, and exit code.",{"type":42,"tag":98,"props":645,"children":646},{},[647,649,654],{"type":47,"value":648},"Check the owned ",{"type":42,"tag":64,"props":650,"children":652},{"className":651},[],[653],{"type":47,"value":613},{"type":47,"value":655}," marker in the stage map.",{"type":42,"tag":98,"props":657,"children":658},{},[659],{"type":47,"value":660},"Correct the failed prerequisite or task.",{"type":42,"tag":98,"props":662,"children":663},{},[664,666,671],{"type":47,"value":665},"Rerun the ",{"type":42,"tag":56,"props":667,"children":668},{},[669],{"type":47,"value":670},"smallest applicable playbook or Azure DevOps boolean",{"type":47,"value":672},", not the whole install spine by default.",{"type":42,"tag":50,"props":674,"children":675},{},[676],{"type":47,"value":677},"Hand-offs:",{"type":42,"tag":94,"props":679,"children":680},{},[681,704,720],{"type":42,"tag":98,"props":682,"children":683},{},[684,686,691,692,697,699],{"type":47,"value":685},"Missing ",{"type":42,"tag":64,"props":687,"children":689},{"className":688},[],[690],{"type":47,"value":77},{"type":47,"value":118},{"type":42,"tag":64,"props":693,"children":695},{"className":694},[],[696],{"type":47,"value":85},{"type":47,"value":698}," → ",{"type":42,"tag":64,"props":700,"children":702},{"className":701},[],[703],{"type":47,"value":69},{"type":42,"tag":98,"props":705,"children":706},{},[707,709,714,715],{"type":47,"value":708},"Missing library media, wrong BOM names, or downloader issues → ",{"type":42,"tag":64,"props":710,"children":712},{"className":711},[],[713],{"type":47,"value":116},{"type":47,"value":118},{"type":42,"tag":64,"props":716,"children":718},{"className":717},[],[719],{"type":47,"value":124},{"type":42,"tag":98,"props":721,"children":722},{},[723,725],{"type":47,"value":724},"Ambiguous or cross-stage failure classification → ",{"type":42,"tag":64,"props":726,"children":728},{"className":727},[],[729],{"type":47,"value":730},"sdaf-failure-triage",{"type":42,"tag":163,"props":732,"children":734},{"id":733},"hard-rules",[735],{"type":47,"value":736},"Hard rules",{"type":42,"tag":94,"props":738,"children":739},{},[740,745,750,760,772,784,796,801],{"type":42,"tag":98,"props":741,"children":742},{},[743],{"type":47,"value":744},"Documented behaviour only (D19). If the docs or checked-in wrappers do not describe a flag, menu path, or recovery step, do not invent it.",{"type":42,"tag":98,"props":746,"children":747},{},[748],{"type":47,"value":749},"Do not start installation before the SAP-system-generated files exist.",{"type":42,"tag":98,"props":751,"children":752},{},[753,755,759],{"type":47,"value":754},"Do not skip ",{"type":42,"tag":56,"props":756,"children":757},{},[758],{"type":47,"value":535},{"type":47,"value":255},{"type":42,"tag":98,"props":761,"children":762},{},[763,765,770],{"type":47,"value":764},"Do not use ",{"type":42,"tag":56,"props":766,"children":767},{},[768],{"type":47,"value":769},"All Playbooks",{"type":47,"value":771}," or \"all booleans enabled\" as the default rerun path on an existing system.",{"type":42,"tag":98,"props":773,"children":774},{},[775,777,782],{"type":47,"value":776},"Do not delete ",{"type":42,"tag":64,"props":778,"children":780},{"className":779},[],[781],{"type":47,"value":613},{"type":47,"value":783}," markers merely to force a rerun.",{"type":42,"tag":98,"props":785,"children":786},{},[787,789,794],{"type":47,"value":788},"Do not leave ",{"type":42,"tag":64,"props":790,"children":792},{"className":791},[],[793],{"type":47,"value":621},{"type":47,"value":795}," in the workspace after local execution.",{"type":42,"tag":98,"props":797,"children":798},{},[799],{"type":47,"value":800},"Do not conflate library media acquisition with host-side BOM processing.",{"type":42,"tag":98,"props":802,"children":803},{},[804,806,816],{"type":47,"value":805},"Follow ",{"type":42,"tag":151,"props":807,"children":809},{"href":808},"..\u002F..\u002F.github\u002Fcopilot-instructions.md",[810],{"type":42,"tag":64,"props":811,"children":813},{"className":812},[],[814],{"type":47,"value":815},".github\u002Fcopilot-instructions.md",{"type":47,"value":255},{"type":42,"tag":163,"props":818,"children":820},{"id":819},"see-also",[821],{"type":47,"value":822},"See also",{"type":42,"tag":94,"props":824,"children":825},{},[826,838,846,854,866,875,884,892],{"type":42,"tag":98,"props":827,"children":828},{},[829],{"type":42,"tag":151,"props":830,"children":832},{"href":831},"..\u002Fsdaf-sap-system\u002FSKILL.md",[833],{"type":42,"tag":64,"props":834,"children":836},{"className":835},[],[837],{"type":47,"value":69},{"type":42,"tag":98,"props":839,"children":840},{},[841],{"type":42,"tag":64,"props":842,"children":844},{"className":843},[],[845],{"type":47,"value":116},{"type":42,"tag":98,"props":847,"children":848},{},[849],{"type":42,"tag":64,"props":850,"children":852},{"className":851},[],[853],{"type":47,"value":124},{"type":42,"tag":98,"props":855,"children":856},{},[857],{"type":42,"tag":151,"props":858,"children":860},{"href":859},"..\u002Fsdaf-failure-triage\u002FSKILL.md",[861],{"type":42,"tag":64,"props":862,"children":864},{"className":863},[],[865],{"type":47,"value":730},{"type":42,"tag":98,"props":867,"children":868},{},[869],{"type":42,"tag":64,"props":870,"children":872},{"className":871},[],[873],{"type":47,"value":874},"sdaf-quality-assurance",{"type":42,"tag":98,"props":876,"children":877},{},[878],{"type":42,"tag":64,"props":879,"children":881},{"className":880},[],[882],{"type":47,"value":883},"sdaf-plan-and-test-semantics",{"type":42,"tag":98,"props":885,"children":886},{},[887],{"type":42,"tag":64,"props":888,"children":890},{"className":889},[],[891],{"type":47,"value":295},{"type":42,"tag":98,"props":893,"children":894},{},[895],{"type":42,"tag":64,"props":896,"children":898},{"className":897},[],[899],{"type":47,"value":900},"docs\u002Flocal\u002Ftroubleshooting.md",{"type":42,"tag":902,"props":903,"children":904},"style",{},[905],{"type":47,"value":906},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":908,"total":1073},[909,928,945,957,970,987,998,1011,1020,1032,1044,1061],{"slug":910,"name":910,"fn":911,"description":912,"org":913,"tags":914,"stars":925,"repoUrl":926,"updatedAt":927},"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},[915,916,919,922],{"name":11,"slug":8,"type":14},{"name":917,"slug":918,"type":14},"Compliance","compliance",{"name":920,"slug":921,"type":14},"Governance","governance",{"name":923,"slug":924,"type":14},"Policy","policy",1689,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-policy","2026-07-12T08:17:48.378432",{"slug":929,"name":929,"fn":930,"description":931,"org":932,"tags":933,"stars":942,"repoUrl":943,"updatedAt":944},"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},[934,935,936,939],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":937,"slug":938,"type":14},"Infrastructure as Code","infrastructure-as-code",{"name":940,"slug":941,"type":14},"Migration","migration",261,"https:\u002F\u002Fgithub.com\u002FAzure\u002Fazure-blueprints","2026-08-20T03:28:18.136156",{"slug":946,"name":946,"fn":947,"description":948,"org":949,"tags":950,"stars":24,"repoUrl":25,"updatedAt":956},"sdaf-bom-selection","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},[951,952,955],{"name":11,"slug":8,"type":14},{"name":953,"slug":954,"type":14},"Configuration","configuration",{"name":22,"slug":23,"type":14},"2026-09-02T07:47:45.597063",{"slug":958,"name":958,"fn":959,"description":960,"org":961,"tags":962,"stars":24,"repoUrl":25,"updatedAt":969},"sdaf-control-plane-bootstrap","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},[963,964,965,968],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":966,"slug":967,"type":14},"Infrastructure","infrastructure",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:51.573641",{"slug":730,"name":730,"fn":971,"description":972,"org":973,"tags":974,"stars":24,"repoUrl":25,"updatedAt":986},"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},[975,976,979,982,983],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},"Diagnostics","diagnostics",{"name":980,"slug":981,"type":14},"Operations","operations",{"name":22,"slug":23,"type":14},{"name":984,"slug":985,"type":14},"Triage","triage","2026-09-02T07:47:40.607437",{"slug":988,"name":988,"fn":989,"description":990,"org":991,"tags":992,"stars":24,"repoUrl":25,"updatedAt":997},"sdaf-ha-diagnostics","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},[993,994,995,996],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},{"name":980,"slug":981,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:48:04.154501",{"slug":999,"name":999,"fn":1000,"description":1001,"org":1002,"tags":1003,"stars":24,"repoUrl":25,"updatedAt":1010},"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},[1004,1007,1008,1009],{"name":1005,"slug":1006,"type":14},"Architecture","architecture",{"name":11,"slug":8,"type":14},{"name":966,"slug":967,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:47:43.405138",{"slug":116,"name":116,"fn":1012,"description":1013,"org":1014,"tags":1015,"stars":24,"repoUrl":25,"updatedAt":1019},"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},[1016,1017,1018],{"name":11,"slug":8,"type":14},{"name":980,"slug":981,"type":14},{"name":22,"slug":23,"type":14},"2026-09-02T07:46:44.504107",{"slug":124,"name":124,"fn":1021,"description":1022,"org":1023,"tags":1024,"stars":24,"repoUrl":25,"updatedAt":1031},"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},[1025,1026,1027,1028],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},{"name":22,"slug":23,"type":14},{"name":1029,"slug":1030,"type":14},"Storage","storage","2026-09-02T07:48:06.369058",{"slug":594,"name":594,"fn":1033,"description":1034,"org":1035,"tags":1036,"stars":24,"repoUrl":25,"updatedAt":1043},"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},[1037,1038,1039,1042],{"name":1005,"slug":1006,"type":14},{"name":11,"slug":8,"type":14},{"name":1040,"slug":1041,"type":14},"Documentation","documentation",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:52.116557",{"slug":883,"name":883,"fn":1045,"description":1046,"org":1047,"tags":1048,"stars":24,"repoUrl":25,"updatedAt":1060},"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},[1049,1050,1051,1054,1057],{"name":16,"slug":17,"type":14},{"name":11,"slug":8,"type":14},{"name":1052,"slug":1053,"type":14},"Azure DevOps","azure-devops",{"name":1055,"slug":1056,"type":14},"CI\u002FCD","ci-cd",{"name":1058,"slug":1059,"type":14},"GitHub Actions","github-actions","2026-09-02T07:48:08.951811",{"slug":874,"name":874,"fn":1062,"description":1063,"org":1064,"tags":1065,"stars":24,"repoUrl":25,"updatedAt":1072},"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},[1066,1067,1068,1071],{"name":16,"slug":17,"type":14},{"name":11,"slug":8,"type":14},{"name":1069,"slug":1070,"type":14},"Quality Assurance","quality-assurance",{"name":22,"slug":23,"type":14},"2026-09-02T07:46:49.932123",145,{"items":1075,"total":1124},[1076,1082,1089,1097,1104,1111,1117],{"slug":946,"name":946,"fn":947,"description":948,"org":1077,"tags":1078,"stars":24,"repoUrl":25,"updatedAt":956},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1079,1080,1081],{"name":11,"slug":8,"type":14},{"name":953,"slug":954,"type":14},{"name":22,"slug":23,"type":14},{"slug":958,"name":958,"fn":959,"description":960,"org":1083,"tags":1084,"stars":24,"repoUrl":25,"updatedAt":969},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1085,1086,1087,1088],{"name":11,"slug":8,"type":14},{"name":19,"slug":20,"type":14},{"name":966,"slug":967,"type":14},{"name":22,"slug":23,"type":14},{"slug":730,"name":730,"fn":971,"description":972,"org":1090,"tags":1091,"stars":24,"repoUrl":25,"updatedAt":986},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1092,1093,1094,1095,1096],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},{"name":980,"slug":981,"type":14},{"name":22,"slug":23,"type":14},{"name":984,"slug":985,"type":14},{"slug":988,"name":988,"fn":989,"description":990,"org":1098,"tags":1099,"stars":24,"repoUrl":25,"updatedAt":997},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1100,1101,1102,1103],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},{"name":980,"slug":981,"type":14},{"name":22,"slug":23,"type":14},{"slug":999,"name":999,"fn":1000,"description":1001,"org":1105,"tags":1106,"stars":24,"repoUrl":25,"updatedAt":1010},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1107,1108,1109,1110],{"name":1005,"slug":1006,"type":14},{"name":11,"slug":8,"type":14},{"name":966,"slug":967,"type":14},{"name":22,"slug":23,"type":14},{"slug":116,"name":116,"fn":1012,"description":1013,"org":1112,"tags":1113,"stars":24,"repoUrl":25,"updatedAt":1019},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1114,1115,1116],{"name":11,"slug":8,"type":14},{"name":980,"slug":981,"type":14},{"name":22,"slug":23,"type":14},{"slug":124,"name":124,"fn":1021,"description":1022,"org":1118,"tags":1119,"stars":24,"repoUrl":25,"updatedAt":1031},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1120,1121,1122,1123],{"name":11,"slug":8,"type":14},{"name":977,"slug":978,"type":14},{"name":22,"slug":23,"type":14},{"name":1029,"slug":1030,"type":14},18]