Onboarding + discoverability: interactive lens picker, full toolbox, exhaustive mining#19
Merged
Merged
Conversation
…exhaustive mining Users couldn't tell how much doxa can do. Make it discoverable on both surfaces, and stop the miner from under-extracting. Terminal: - `doxa init` now presents the lens library and asks the user to pick one (numbered picker, like the provider prompt) instead of defaulting silently -- "don't invent your first lens." `--lens-template` still skips straight to a template. - The bare `doxa` landing teases the breadth (lenses, --via fetchers, --answer/--json/ hybrid, eval/doctor) and points to `doxa guide`. - `doxa guide` gains a "THE FULL TOOLBOX" section grouping every command by phase (lenses / ingest / ask / keep-honest). Agent: - SKILL.md rewritten into a comprehensive, proactive playbook with a capabilities table -- the installed agent now knows about lenses, fetchers + --mode/--prompt/--yolo, eval, doctor, sources, and semantic search, not just query+ingest. - AGENTS.md gains a capabilities-at-a-glance map, the lens library, doctor, and --yolo. Mining: - The extraction prompt no longer implies a belief/quote count. It now mines EVERY distinct belief the lens surfaces in each chunk -- no target number, no cap, no pad, scaled to the source -- so a template actually surfaces everything it asks for. + picker/discoverability/exhaustive-mining tests. Full suite 109 passing. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
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.
Users couldn't tell how much is in doxa. This makes capabilities discoverable on both surfaces (terminal + the agent), and fixes the miner under-extracting.
Terminal
doxa initnow asks the user to pick a lens from the library (numbered picker, like the provider prompt) instead of silently defaulting.--lens-template <name>still skips straight in.doxalanding teases the breadth and points todoxa guide.doxa guidegains "THE FULL TOOLBOX" -- every command grouped by phase (lenses / ingest / ask / keep-honest).Agent (the "in the agent itself" part)
SKILL.mdrewritten into a comprehensive, proactive playbook with a capabilities table -- an installed agent now knows about lenses, the--viafetchers +--mode/--prompt/--yolo,eval,doctor,sources, and semantic search, not just query+ingest.AGENTS.mdgains a capabilities map + the lens library +doctor+--yolo.Mining (no assumed counts)
🤖 Generated with Claude Code