1,014 B
1,014 B
TODO.md -- go-help
Phase 1: Search Improvements
- Add fuzzy matching (Levenshtein distance or similar)
- Add stemming support for English search terms
- Add phrase search (quoted multi-word queries)
- Improve scoring weights -- currently title +10, section +5, partial +0.5
Phase 2: core.help Integration
- Feed CLI docs into help catalog (parse
coresubcommand help text) - Serve catalog via HTTP for the
core.helpdomain - Add Markdown rendering for topic bodies in HTTP responses
- Generate static site from catalog for BunnyCDN deployment
Phase 3: AI-Assisted Search
- Embed help topics into go-rag collections for semantic search
- Add vector similarity fallback when keyword search returns no results
- Support natural language queries ("how do I push all repos?")
Workflow
- Virgil in core/go writes tasks here after research
- This repo's dedicated session picks up tasks in phase order
- Mark
[x]when done, note commit hash