Starter packs (doxa packs) + startup-wisdom pack + RAG-difference note#20
Merged
Conversation
…G" note Cold start was the weak point: install doxa and you face an empty base and "what do I ingest?". Starter packs fix that with value at install time. - `doxa packs list/info/install/export`. A pack = beliefs/quotes/sources JSONL + pack.json; the bundled registry (_assets/packs/registry.json) maps a name to where the files live. `install` fetches + merges (dedup by id) and auto-creates a base if there isn't one. `export` builds a pack from any base, filtered by ingest tag. - Packs ship short verbatim quotes + source links but NOT full source text -- a citation index, not a corpus dump (licensing-safe; hosted as a release asset, not in the MIT source tree). - Flagship: `startup-wisdom` -- ~14k founder/product/growth beliefs from Lenny's Podcast, Stanford View From The Top, Paul Graham, and Y Combinator, each pinned to a quote + link. Opt-in; `doxa packs install startup-wisdom`. - Discoverability: surfaced in the landing, `doxa guide`, the empty-base hints, the help epilog, SKILL.md, and AGENTS.md so users/agents know it exists. - README gains a concise "doxa vs. a RAG app" section. + tests (registry, export normalize+strip-text, install auto-init + dedup). Suite 113 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.
Solves the cold start: install doxa, face an empty base, "what do I ingest?". Starter packs give value at install time.
doxa packs--list/info/install/export. A pack isbeliefs/quotes/sourcesJSONL +pack.json; a bundled registry maps a name to where the files live.installfetches + merges (dedup by id) and auto-creates a base if you don't have one;exportbuilds a pack from any base, filtered by ingest tag.Licensing-safe by design -- packs ship short verbatim quotes + source links, never full source text (a citation index, not a corpus). Hosted as a GitHub release asset, not in the MIT source tree (honors CONTRIBUTING). Opt-in.
Flagship pack
startup-wisdom(published as releasestartup-wisdom-v1): ~13,957 beliefs + ~13,160 quotes from Lenny's Podcast, Stanford View From The Top, Paul Graham, and Y Combinator -- each pinned to a verbatim quote + a link.doxa packs install startup-wisdom(verified end-to-end from the live release).Discoverability -- surfaced in the landing,
doxa guide, empty-base hints, help epilog, SKILL.md, and AGENTS.md.Also: a concise "doxa vs. a RAG app" section in the README.
🤖 Generated with Claude Code