fix(ci): repair migration audit json literal
All checks were successful
Code Review / ai-code-review (push) Successful in 9s

This commit is contained in:
Your Name
2026-05-13 03:59:22 +08:00
parent ca80972dc7
commit 49ffb5bb19
3 changed files with 15 additions and 1 deletions

View File

@@ -1916,6 +1916,11 @@ Phase 6 完成後
- 這不是 Ansible 自動修復執行器接線;目前只建立 first-class audit contract 與 truth-chain 可見性。
- 下一段需把 decision / approval execution path 在「只 dry-run/check-mode」下寫入上述 operation types再談 apply。
**production 追加**
- Gitea `run-migration` run `1933``adr090d_ansible_operation_types.sql` 已成功套用,含 owner fallback。
- 同 run 的 `Seed asset_discovery_run (audit)` 仍失敗;新根因是 unquoted heredoc 下 tools JSON literal 還寫成 `'{\"psql\": 1, \"gitea_ci\": 1}'::jsonb`PostgreSQL 視為非法 JSON。
- 後續修正workflow tools JSON literal 改成 `'{"psql": 1, "gitea_ci": 1}'::jsonb`;仍需補寫本次 migration audit row並用下一個 migration push 驗證 live gate。
---
### 2026-04-20 晚 (台北) — C1-C4 全流程串接 — Playbook 鏈路保護commit de2d34d