[UC-3697] Establish Quad-Agent development architecture, pre-commit tooling, and Emscripten safety - #10
Merged
Merged
Conversation
…t tooling Configure unified multi-agent development environment for Antigravity, Claude, Copilot, and OpenCode. Setup comprehensive pre-commit hooks, security guards, file-size ratchets, and complexity checks. Contributes to UC-3697
Ensure block_name_matched_kill only inspects executable command positions to prevent false positives when process names appear inside quoted strings or markdown tables. Contributes to UC-3697
3 tasks
Jelle Spijker (jellespijker)
marked this pull request as ready for review
August 20, 2026 08:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked PR (Layer 1 of Stack) establishing Quad-Agent development architecture and pre-commit tooling.
Why
Establish a unified Quad-Agent collaborative development environment (Gemini/Antigravity, Claude Code, GitHub Copilot, OpenCode) for CuraFormulaeEngine, integrate automated quality control pre-commit hooks, and protect secrets and local paths.
What
.agents/configuration synchronized with.claude/,.github/, and.opencode/viascripts/sync_agentic_configs.sh..pre-commit-config.yamlwithclang-format, Talisman secret scanning, local path blockers, rule frontmatter validators, file size ratchets, and complexity checks..github/workflows/unit-test.ymland.github/workflows/package.ymlto trigger onUC-*/NP-*branches..agents/hooks/block_name_matched_kill.pyto prevent false positive blocks on markdown text.How
.agents/rules/and.agents/agents/. Symlinks and generated rule manifests ensure 100% parity across Claude Code, Copilot, and OpenCode..aiignorecompiled into platform-specific exclude configurations (.ignore,.claude/settings.json,.github/copilot-content-exclusion.yml,opencode.json).main). Merged first ahead of dependent C++ formatting and test fixes in PR [UC-3697] Format C++ codebase and fix formula evaluation and parsing #8.Verification & Validation (V&V)
1. Parity Audit
python3 .agents/hooks/audit_quad_agent_parity.py # ==> Parity audit PASSED across Antigravity, Claude Code, Copilot, and OpenCode2. Guard Fire-Proofing Table
audit-quad-agent-parityblock-absolute-pathsblock-name-matched-killblock-secretscheck-rule-frontmattercheck-upstream-alignmentpretool-guard3. Pre-Commit Hook Suite
pre-commit run --all-files # ==> 19 / 19 hooks passed cleanly4. Catch2 Unit Tests
ctest --preset conan-release --output-on-failure # ==> 158 / 158 tests passed (100%)PR Checklist