Skip to content

release: MartinLoop 0.5.1 - #205

Merged
Keesan12 merged 24 commits into
mainfrom
release/0.5.1
Aug 18, 2026
Merged

release: MartinLoop 0.5.1#205
Keesan12 merged 24 commits into
mainfrom
release/0.5.1

Conversation

@Keesan12

Copy link
Copy Markdown
Owner

Summary

  • ship MartinLoop 0.5.1 across the CLI, standalone MCP package, and MCPB bundle
  • add truthful Governed Run Plan and Verified Handoff presentation across terminal and MCP/IDE surfaces
  • keep model authority with the user, agent, or provider while preserving observed usage and cost provenance
  • close verifier-only, grounding, synthetic-execution, Windows interaction, packaging, and install-everywhere gaps
  • attach the validated MCPB bundle and SHA-256 checksum to the root GitHub release

Release validation

  • pnpm install --frozen-lockfile
  • pnpm build
  • pnpm lint
  • pnpm test
  • pnpm public:copy-scan
  • pnpm public:portability-guard
  • pnpm oss:validate
  • pnpm public:smoke
  • pnpm release:root:guard
  • pnpm mcp:pack:smoke
  • pnpm mcp:published:smoke:pack
  • pnpm --filter @martinloop/mcp verify:release
  • pnpm --filter @martinloop/mcp mcpb:build
  • pnpm --filter @martinloop/mcp mcpb:validate
  • pnpm --filter @martinloop/mcp mcpb:smoke

All commands completed with observed exit code 0 from clean commit 00b3d5f.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 126 files, which is 26 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 056f0b75-f9b4-41f9-9c16-9099797f4b51

📥 Commits

Reviewing files that changed from the base of the PR and between 514f742 and af86af1.

⛔ Files ignored due to path filters (2)
  • dist/vendor/cli/package.json is excluded by !**/dist/**
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (126)
  • .agents/plugins/marketplace.json
  • .github/workflows/release.yml
  • .github/workflows/test-mcpb.yml
  • .gitignore
  • CHANGELOG.md
  • README.md
  • distribution/release-truth.json
  • docs/getting-started/mcp.md
  • docs/product-truth/public-release-truth.json
  • docs/release/MCP-0.5.1-RELEASE-NOTES.md
  • docs/release/OSS-0.5.1-RELEASE-NOTES.md
  • docs/release/VERSION-LEDGER.md
  • package.json
  • packages/adapters/src/claude-cli.ts
  • packages/adapters/src/index.ts
  • packages/adapters/src/openai-compatible.ts
  • packages/adapters/src/stub-direct-provider.ts
  • packages/adapters/src/verifier-only.ts
  • packages/adapters/tests/claude-cli.test.ts
  • packages/adapters/tests/openai-compatible.test.ts
  • packages/adapters/tests/stub-adapters.test.ts
  • packages/cli/package.json
  • packages/cli/src/arcade/index.ts
  • packages/cli/src/arcade/offer.ts
  • packages/cli/src/arcade/space-invaders.ts
  • packages/cli/src/bin/martin.ts
  • packages/cli/src/cli-milestone-state.ts
  • packages/cli/src/home-dir.ts
  • packages/cli/src/index.ts
  • packages/cli/src/mcp-config.ts
  • packages/cli/src/mcp-install-state.ts
  • packages/cli/src/proof-card.ts
  • packages/cli/src/run-store.ts
  • packages/cli/src/ux.ts
  • packages/cli/src/verified-handoff-renderer.ts
  • packages/cli/tests/_test-adapter.ts
  • packages/cli/tests/arcade-offer.test.ts
  • packages/cli/tests/auto-governance.test.ts
  • packages/cli/tests/cli-integration.test.ts
  • packages/cli/tests/cli-milestone-state-intake.test.ts
  • packages/cli/tests/cli-milestone-state.test.ts
  • packages/cli/tests/cli.test.ts
  • packages/cli/tests/home-dir.test.ts
  • packages/cli/tests/mcp-config.test.ts
  • packages/cli/tests/mcp-install-state.test.ts
  • packages/cli/tests/model-auto-selection.test.ts
  • packages/cli/tests/operator-commands.test.ts
  • packages/cli/tests/proof-card.test.ts
  • packages/cli/tests/proof-surfaces-cli.test.ts
  • packages/cli/tests/release-hardening.test.ts
  • packages/cli/tests/run-store.test.ts
  • packages/cli/tests/streaming-budget-inspector.test.ts
  • packages/cli/tests/ux-milestone-prompt.test.ts
  • packages/cli/tsconfig.json
  • packages/cli/vitest.config.ts
  • packages/contracts/src/index.ts
  • packages/contracts/src/verified-handoff.ts
  • packages/contracts/tests/verified-handoff.test.ts
  • packages/core/src/grounding.ts
  • packages/core/src/index.ts
  • packages/core/src/persistence/runs-reader.ts
  • packages/core/src/policy.ts
  • packages/core/src/red-blue/red-phase.ts
  • packages/core/src/red-blue/risk-tiers.ts
  • packages/core/src/routing.ts
  • packages/core/src/verified-handoff.ts
  • packages/core/tests/grounding-cache.test.ts
  • packages/core/tests/policy.test.ts
  • packages/core/tests/red-blue.test.ts
  • packages/core/tests/runtime.test.ts
  • packages/core/tests/verified-handoff.test.ts
  • packages/mcp/mcpb/manifest.json
  • packages/mcp/mcpb/smoke-mcpb.mjs
  • packages/mcp/package.json
  • packages/mcp/scripts/build-package-lib.mjs
  • packages/mcp/scripts/smoke-package.mjs
  • packages/mcp/scripts/smoke-published-package.mjs
  • packages/mcp/server.json
  • packages/mcp/src/resources.ts
  • packages/mcp/src/server.ts
  • packages/mcp/src/tools/doctor.ts
  • packages/mcp/src/tools/get-status.ts
  • packages/mcp/src/tools/preflight.ts
  • packages/mcp/src/tools/run-loop.ts
  • packages/mcp/src/tools/tool-errors.ts
  • packages/mcp/src/tools/tool-response.ts
  • packages/mcp/src/tools/tool-support.ts
  • packages/mcp/tests/mcp-discovery.test.ts
  • packages/mcp/tests/mcp-tools.test.ts
  • packages/mcp/tests/run-dossier.test.ts
  • packages/mcp/tests/server-live.test.ts
  • packages/mcp/tests/server-validation.test.ts
  • packages/mcp/tests/tool-response.test.ts
  • packages/presentation/package.json
  • packages/presentation/src/governed-plan.ts
  • packages/presentation/src/index.ts
  • packages/presentation/src/motion.ts
  • packages/presentation/src/status.ts
  • packages/presentation/src/table.ts
  • packages/presentation/src/text.ts
  • packages/presentation/src/theme.ts
  • packages/presentation/src/verified-handoff.ts
  • packages/presentation/tests/presentation.test.ts
  • packages/presentation/tests/proof-surfaces.test.ts
  • packages/presentation/tsconfig.build.json
  • packages/presentation/tsconfig.json
  • packages/presentation/vitest.config.ts
  • plugins/martinloop/.claude-plugin/plugin.json
  • plugins/martinloop/.codex-plugin/plugin.json
  • plugins/martinloop/.mcp.json
  • plugins/martinloop/plugin.json
  • plugins/martinloop/skills/martinloop-govern/SKILL.md
  • plugins/martinloop/skills/martinloop-govern/agents/openai.yaml
  • scripts/build-public-facade.mjs
  • scripts/generate-install-links.mjs
  • scripts/oss-boundary.mjs
  • scripts/public-portability-guard.mjs
  • scripts/release-truth-check.mjs
  • scripts/root-release-guard.mjs
  • scripts/tests/install-everywhere.test.mjs
  • scripts/tests/mcp-release-docs.test.mjs
  • scripts/tests/mcpb-distribution.test.mjs
  • scripts/tests/oss-boundary.test.mjs
  • scripts/tests/production-stub-boundary.test.mjs
  • scripts/tests/root-release-guard.test.mjs
  • scripts/tests/root-release-workflow.test.mjs

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Keesan12
Keesan12 merged commit 77d22ea into main Aug 18, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant