feat(content-build): scaffold package + Markdown yaml-block parser

This commit is contained in:
2026-07-11 18:01:45 -05:00
parent 40c3a7fc4b
commit bd293c1701
6 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Build-tool dev/CI deps. NOT installed into the api proxy runtime.
PyYAML==6.0.3
pytest==8.3.2