chore: v0.3.0 polish - lint fixes and PLAN.md update#89
Merged
Conversation
- Remove unused ContextPackage import in plan-adapter - Fix non-null assertion in map/index.ts - Update PLAN.md to reflect v0.3.0 completion - Add Polish & Stabilize roadmap section - Update test count to 1350+
- Add comprehensive CLI reference page (cli.mdx) - Document all commands: index, search, explore, plan, gh, mcp, etc. - Include options tables and usage examples - Update navigation to include CLI docs - Mark CLI docs as done in PLAN.md
- Add 23 tests for assembleContext and formatContextPackage - Test issue fetching, code search, pattern detection - Test various options (includeCode, includePatterns, maxCodeResults) - Test error handling and edge cases - Test output formatting for all sections - Mark context assembler tests as done in PLAN.md
- Document config file structure and options - Explain repository settings and exclude patterns - Document MCP adapter configuration - Cover environment variable substitution - Explain storage locations and path resolution - Add Cursor and Claude Code integration details - Include troubleshooting tips
- Add concise troubleshooting page with quick fixes - Cover installation, indexing, MCP, search, and GitHub issues - Link to full TROUBLESHOOTING.md for detailed solutions - Update navigation to include troubleshooting
Examples: - Add real-world usage patterns for all MCP tools - Include workflow examples (new feature, bug investigation, code review) - Add tips for search quality and token management - Document integration patterns for Cursor and Claude Code Issue cleanup: - Closed #33 (Integration Testing - completed) - Updated #31 (Adapter Discovery - partial, moved to backlog) - Updated #25 (Automation Layer - shelved per philosophy) All polish tasks now complete!
- All documentation done (CLI, config, troubleshooting, examples) - All code quality done (lint, tests) - All issue cleanup done - Update test count to 1379+
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
Comprehensive polish after v0.3.0 release. All polish tasks complete! ✨
Changes
Code Quality
Documentation (Website)
Examples
PLAN.md Updates
Issue Cleanup