Add the two-route conversion - #32
Merged
Merged
Conversation
…heck, adjudication routes.py converts a document through a direct model call and, where a filter is given, through a pandoc Lua filter; every field is checked as a quote of the markdown; disputed fields go to a small adjudication call; the rest is flagged. Tests from the ME2 pair and one PHYS sheet. docs/plan.md and docs/route.mmd describe the route. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Adds in2lambda_agent/routes.py and its tests, the plan (docs/plan.md) and the route diagram. Nothing on the existing path changes.
Tests: 15 pass on fixtures; the live ME2 pair converts with 0 flags (run with IN2LAMBDA_LIVE=1).
🤖 Generated with Claude Code