docs(adr): go-native decision — deprecate the Python bridge (#137) - #162
Merged
Conversation
) ADR-0001 captures the accepted decision to move the core self-improvement loop to native Rust and deprecate (then remove, gated on parity) the Python bridge: native target-agent execution (#138), weight updates (#139), sandboxing (#140), task bootstrap (#141). Documents what stays Python (LLM-authored target agents; evaluate.py supported-but-deprecated; the parity oracle) and the migration path. https://claude.ai/code/session_01WX3ZN9azxr1fyWuZAaRJ7Y
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.
Closes #137.
ADR-0001 (
docs/decisions/0001-deprecate-python-bridge.md) records the accepted go-native decision: move the core self-improvement loop to native Rust and deprecate — then remove, gated on parity — the Python bridge.evaluate.pysupported but deprecated for new tasks; the Python reference + differential parity gate remain the correctness oracle.TargetExecutorseam; keep heavy/native deps behind non-default features; keep the parity gate green).Docs-only.
https://claude.ai/code/session_01WX3ZN9azxr1fyWuZAaRJ7Y
Generated by Claude Code