v0.11.0 — CI audit-gate + install-mcp --rules
Added
- CI verification gate:
loopllm audit --export <path>writes the audit trail as a portable JSON artifact you commit alongside the code it verifies;loopllm audit-gate --since <ref> [--min-score X] [--require-verified]checks every commit in a PR against it (report-only by default). - Reusable composite action
.github/actions/loopllm-gate+ workflow wiring the gate into this repo's own PRs. loopllm install-mcp --rulesdrops project-scoped agent-instruction files (Cursor.mdc, VS Code instructions,CLAUDE.md) so the IDE agent actually consults loopllm instead of merely having the tools registered.
Fixed
- structlog was never configured and could write to stdout, corrupting the MCP stdio JSON-RPC stream; new
logging_config.configure_logging()routes all output to stderr with level filtering.
Full details: CHANGELOG.md