Fix #63: mark unimplemented features as planned in README#98
Open
polishfreak wants to merge 1 commit intoodgrim:mainfrom
Open
Fix #63: mark unimplemented features as planned in README#98polishfreak wants to merge 1 commit intoodgrim:mainfrom
polishfreak wants to merge 1 commit intoodgrim:mainfrom
Conversation
- Add (planned) markers to Agent evolution and Meta-planning bullets - Add Roadmap section distinguishing implemented vs planned features
Contributor
Author
|
tried to do with llama 3.1 8gb... Claude code moved it :( |
odgrim
requested changes
Feb 28, 2026
Owner
odgrim
left a comment
There was a problem hiding this comment.
Review: Marking features as planned — incorrect premise
Issue
This PR marks Agent evolution and Meta-planning as (planned), but both features are actually implemented:
src/services/evolution_loop.rs— 1,229 lines implementing success rate tracking, template refinement triggering, auto-reversion on regression, and rolling window evaluationsrc/services/meta_planner.rs— 416 lines implementing task analysis, capability gap detection, and specialist agent spawning
These are substantial, working implementations — not stubs or placeholders.
What to do instead
The original issue (#63) was filed based on a surface-level grep that missed the actual implementations. The issue itself should be closed as "not a bug" rather than addressed by incorrectly marking working features as planned.
I'm rejecting this PR because merging it would make the README less accurate, not more.
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.
Summary
Fixes
Closes #63
Changes
README.md — 2 bullet edits + 1 new section (11 insertions, 2 deletions)