Skip to content

Evidence Agent: read-only evidence planning against the tool registry #7

Description

@SurefireStudios

The read-only evidence tool registry exists in every fixture, but verification currently reads the trajectory and both snapshots directly. That was the right call for the benchmark (an agent that plans evidence queries adds cost without adding measured value there), but real systems will not hand over a full final-state snapshot.

Proposal

An Evidence Agent that takes the compiled contract and produces a minimal plan of validated read-only tool calls, executes them, and emits evidence records linked to requirement ids, with explicit missing and contradictory evidence markers.

Non-negotiable

It must never invoke a write-capable tool, and the boundary is enforced in code and covered by a test, not by convention.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-designNeeds a written design or ADR before coderoadmapOn the roadmap in docs/roadmap.md

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions