fix: permanent MCP server fix — arg parsing, Content-Length framing, … #23
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
| name: Canonical Sister Guardrails | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| guardrails: | |
| name: Canonical Sister Checks | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Clone agentic-sdk (sibling dependency) | |
| run: git clone --depth 1 https://github.com/agentralabs/agentic-sdk.git ../agentic-sdk | |
| - uses: dtolnay/rust-toolchain@stable | |
| - name: Run canonical sister guardrails | |
| run: bash scripts/check-canonical-sister.sh |