slopwatch_claim_and_verify
Track and verify AI system implementations in a single call, reducing steps by registering claims and validating updated file content against originals for accountability.
Instructions
Register claim and verify implementation in one call - reduces from 2 tool calls to 1
Input Schema
Name | Required | Description | Default |
---|---|---|---|
claim | Yes | What you implemented | |
originalFileContents | Yes | Original content of files before implementation (filename -> content) | |
updatedFileContents | Yes | Updated content of files after implementation (filename -> content) |