Reusable reference snippets: concrete config artifacts a repo can copy or compare against. These are
reference material, not run here. This repo ships no build, so the workflow snippets below are not active. Each is the canonical shape the audit (AUDIT.md) checks a downstream implementation against.
snippets/workflows/: the reusable build/publish workflow tasks that a code-shipping repo runs (this docs repo keeps only the source-only orchestrator set in.github/workflows/). Seesnippets/workflows/README.mdfor the mapping from each file to theWORKFLOW.mdguarantees it implements.snippets/configs/: the config exemplarsvscode-tasks.json(.NET clean-compile task group) andvscode-tasks-python.json(the Python equivalent, runningruff/type-check/pytest, alltype: processso no&&chaining breaks Windows PowerShell 5.1), plusdependabot.yml(multi-ecosystem dual-target reference),docker-hub-readme.md(the size-limited Docker Hub overview, distinct from the projectREADME.md).snippets/devcontainer/:.devcontainerdefinitions for the .NET and Python toolchains.snippets/vscode/: the composable.code-workspacefragments:base.jsonc(standard set) plusdotnet.jsonc,python.jsonc,docker.jsoncper-type additions. Seesnippets/vscode/README.md.