feat: add self-guided evaluator journey - #39
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
MaazAhmed47
marked this pull request as ready for review
July 29, 2026 10:31
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.
Summary
Adds the first complete self-guided evaluator journey for Interlock. This is a bounded, non-production evaluation using the existing offline Compose stack, real Interlock MCP registration/discovery/approval/gateway/audit/receipt APIs, and a bundled local MCP server.
The approved
read_fileboundary is internal and read-only. The controlled change adds external export and broader data handling. Interlock rediscovers the material change, quarantines the tool, and holds the later/mcp/callbefore upstreamtools/call. A sanitized artifact pack and explicit approve/reject/rebaseline commands let an evaluator review evidence and choose the next action without live help.The approved-state artifact now projects only allowlisted normalized metadata returned by Interlock's post-approval tool inventory. It no longer asserts a hardcoded input class or boundary. Unknown or unobservable fields are omitted. Linux users get an explicit UID/GID bind-mount path so generated artifacts remain owned by the invoking user; Windows and macOS keep the standard command.
What this proves
tool_quarantinedbefore the bundled upstream executes it.What this does not prove
Safety and evidence boundary
Gateway, dashboard, mock, and runner containers use an internal Docker network. A fixed nginx proxy is the only edge member and publishes
127.0.0.1ports only. The runner rejects non-local/non-Compose service origins. The proof uses no provider keys, third-party APIs, public MCP servers, real credentials, or user data.Generated artifacts omit credentials, headers, bodies, raw arguments, upstream URLs, raw server identifiers, local absolute paths, receipt binding identity, and raw tool schemas. They retain normalized decisions, counts, classifications, hashes, and receipt verification results.
Fresh-clone acceptance
Tested from a new public-remote clone of
agent/evaluator-journey-v2atac4f1f138aa7b77a94dc5d17b897b47c52316366, using only the published guide and a fresh Compose volume.tool_quarantined,forwarded=false, upstream execution delta0.interlock_tool_inventory.normalized_metadata.rejectaction: PASS.Verification
compileall: PASS.docker compose --profile tools config --quiet: PASS.12345:23456: PASS.git diff --check: PASS.Deployment
No production deployment occurred. The GitHub integration automatically created a Vercel preview for the branch; no Vercel configuration, production backend, tag, release, merge, or production configuration was changed.