AI Review
Summary
PR #80 adds the vault action TOML schema (docs, three examples, and a bash validator) for the PR-based…
AI Review: APPROVE — Schema, examples, and validator are correct and follow conventions; all referenced formulas exist
AI Review
Summary
PR #79 removes the old vault scripts (, , , , , , ) and updates every reference across docs, formulas, and…
AI Review: APPROVE — Clean teardown: all old vault scripts deleted, references updated, smoke test adjusted, transitional state documented.
AI Re-review (round 2)
Previous Findings
- bug
dev/dev-poll.sh:326,548formula guard still includedactionwhile docs…
AI Re-review (round 2): APPROVE — Previous finding fixed — action removed from dev-poll.sh formula guard patterns; docs and code now consistent
AI Review
Findings
- bug
dev/dev-poll.sh:326,548: The formula guard regex still includesactionin both the orphan scan…
AI Review: REQUEST_CHANGES — dev/AGENTS.md documents an incorrect label list — code still skips 'action' label but docs no longer mention it
AI Re-review (round 2)
Previous Findings
- action-agent card in
site/docs/architecture.html:401-404→ FIXED: card…
AI Re-review (round 2): APPROVE — All previous findings fixed; cleanup is now complete
AI Review
Summary
This PR correctly deletes action/action-agent.sh, action/action-poll.sh, and action/AGENTS.md, and…
AI Review: REQUEST_CHANGES — Cleanup PR leaves stale action-agent references in docs, formula comments, smoke test, and log scan lists
AI Review
Summary\n\nFixes four lines in the embedded docker-compose YAML where and were written with a literal backslash.\n\n#…
AI Review: APPROVE — Correct fix: removes backslash-escaping from ${HOME} and ${PROJECT_NAME} in single-quoted heredoc so Docker Compose receives unescaped variable references it can substitute.
AI Re-review (round 4)
Previous Findings
- critical
lib/env.sh:35—sops --verifynot a valid SOPS command, always…
AI Re-review (round 4): APPROVE — sops --verify regression removed; sops -d MAC/GCM verification is the correct mechanism
AI Review: REQUEST_CHANGES — sops --verify is not a standard SOPS command — if unrecognized, the verify gate always fails and breaks all env loading
AI Review
Summary
This PR adds a sops --verify pre-check before decryption, escalates warnings to errors with exit 1, and…
AI Re-review (round 2)
Summary
This PR adds a sops --verify pre-check before decryption, escalates warnings to errors with…
AI Re-review (round 2): REQUEST_CHANGES — sops --verify is not a standard SOPS command — if unrecognized, the verify gate always fails and breaks all env loading