docs(0.40.3): sync design docs + comments to one-driver/generators model#97
Merged
Merged
Conversation
…s model agent-runtime 0.25.0 shipped ONE improvementDriver with pluggable reflectiveGenerator / agenticGenerator — not separate analystDriver + autoresearchDriver. Sync the canonical design docs + code comments to match shipped reality: - loop-taxonomy.md: driver table + improvement-tier table + resolved-decisions + vocab now describe improvementDriver + generators (not two drivers). MutableSurface noted as string | CodeSurface (shipped 0.40.2), not 'string only, tiers 3-4 open'. - self-improvement-engine.md: propose() table, package-boundary table, and build sequence reflect the generators model + that 0.40.2/0.25.0 shipped; default-tracing recorded as descoped (OTEL + labeledStore already serve it). - types.ts / evolutionary.ts / run-optimization.ts comments: drop the nonexistent analystDriver/autoresearchDriver names; reference evolutionaryDriver (agent-eval) + improvementDriver (agent-runtime). Docs-only + comment-only; no behavior change. Patch bump because docs ship in the npm package. Typecheck + lint clean.
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.
Doc-only follow-up after agent-runtime 0.25.0 shipped ONE
improvementDriver+ pluggablereflectiveGenerator/agenticGenerator(not separate analystDriver + autoresearchDriver).Syncs the canonical design docs (
loop-taxonomy.md,self-improvement-engine.md) + code comments (types.ts,evolutionary.ts,run-optimization.ts) to match shipped reality. Records: MutableSurface = string | CodeSurface (0.40.2), default-tracing descoped (OTEL + labeledStore already serve the flywheel), and the generators model.Docs/comments only — no behavior change. Patch bump because docs ship in the npm package. Typecheck + lint clean.