feat(1c): add codex-based manager brief pipeline

This commit is contained in:
igor04091968
2026-05-22 14:21:37 +03:00
parent 729f06200c
commit 10d63d41f0
14 changed files with 963 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ mkdir -p \
"${ROOT}/archive/registry" \
"${ROOT}/archive/reglog" \
"${ROOT}/archive/audit" \
"${ROOT}/archive/host"
"${ROOT}/archive/host" \
"${ROOT}/state/manager-brief/history"
if [[ ! -f "${ROOT}/etl/config.yml" ]]; then
cp "${ROOT}/etl/config.example.yml" "${ROOT}/etl/config.yml"