process: add newline-safe tea comment helper and governance guard (#372)
All checks were successful
Gitea CI / test (push) Successful in 35s
Gitea CI / test (pull_request) Successful in 34s

This commit is contained in:
agentson
2026-03-02 01:21:13 +09:00
parent 15e45fd099
commit 746f873650
4 changed files with 89 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ def main() -> int:
[
"Session Handover Gate (Mandatory)",
"session_handover_check.py --strict",
"scripts/tea_comment.sh",
],
errors,
)
@@ -223,6 +224,8 @@ def main() -> int:
[
"Session Handover Preflight (Mandatory)",
"session_handover_check.py --strict",
"Comment Newline Escaping",
"scripts/tea_comment.sh",
],
errors,
)