Conversation
PLAN.md: - Add v0.5.0 roadmap with dev_context generalization - Add benchmark improvements for implementation task coverage - Update timestamp AGENTS.md & CLAUDE.md: - Update to show all 9 MCP tools (was missing dev_refs, dev_map, dev_history) - Improve tool descriptions to match v0.4.2 updates
…0 roadmap Website changes: - Highlight context bundling as core value prop - Add 'scales with complexity' messaging (42% for debugging, 29% for implementation) - Show 99% input token reduction from code snippets - Add dev_plan context bundling comparison - Update benchmark results with task-type breakdown PLAN.md: - Add v0.5.0 roadmap with dev_context generalization - Add benchmark improvements for implementation task coverage - Update benchmark results with token analysis AGENTS.md & CLAUDE.md: - Update to show all 9 MCP tools (was missing dev_refs, dev_map, dev_history) - Improve tool descriptions to match v0.4.2 updates Benchmark data from studies/: - Debugging: 42% cost savings, 37% time savings - Implementation: 29% cost savings, 22% time savings - Exploration: 44% cost savings, 19% time savings
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
Major documentation update based on implementation benchmark findings. This PR supersedes #110.
Key Findings from Implementation Benchmarks
Key insight: Savings scale with task complexity.
Why It Saves Money
dev_planbundles issue + code + commitsChanges
Website (
website/content/index.mdx)dev_plancontext bundling comparison (before/after tabs)Docs (
website/content/docs/index.mdx)PLAN.md
dev_contextgeneralizationAGENTS.md & CLAUDE.md
dev_refs,dev_map,dev_history)Closes
This PR supersedes #110 (which only had the AGENTS.md/CLAUDE.md/PLAN.md updates). Please close #110 after merging this.