Skip to content

docs(adr): go-native decision — deprecate the Python bridge (#137) - #162

Merged
micahstubbs merged 1 commit into
mainfrom
claude/issue-137-go-native-decision
Jun 7, 2026
Merged

docs(adr): go-native decision — deprecate the Python bridge (#137)#162
micahstubbs merged 1 commit into
mainfrom
claude/issue-137-go-native-decision

Conversation

@micahstubbs

Copy link
Copy Markdown
Owner

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.

Docs-only.

https://claude.ai/code/session_01WX3ZN9azxr1fyWuZAaRJ7Y


Generated by Claude Code

)

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
@micahstubbs
micahstubbs merged commit a1bf7f7 into main Jun 7, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Strategic Decision: Deprecate and Remove Python Bridge in Favor of Native Rust

1 participant