[One sentence: what this seed provides to the user.]
- [N] notes covering [topic area 1], [topic area 2], and [topic area 3]
- Hub notes for orientation across key topics
- Research notes with detailed guides and techniques
- Entity notes on tools, concepts, and domain objects
- Decisions log for architectural choices
[One to two sentences describing the target audience and what level of experience they should have.]
- SAME installed
- An embedding provider configured (Ollama, OpenRouter, or any OpenAI-compatible API)
same seed install [seed-name]Or clone manually:
git clone https://github.com/[org]/[seed-name].git
cd [seed-name]
same init
same reindex- Run
same initto configure your embedding provider - Run
same reindexto index all seed notes - Start a conversation with your AI agent -- the bootstrap note will guide first-session onboarding
- Answer the targeted questions to personalize the seed to your situation
- Pick research topics from the cascade menu to grow your vault
[seed-name]/
bootstrap.md # Pinned onboarding note (read every session)
CLAUDE.md # Agent governance rules
config.toml.example # Provider-agnostic SAME config template
hub/ # Category overviews -- start here for any topic
research/ # Detailed guides, one question per file
entities/ # Living docs about tools and concepts
decisions/ # Architectural decision log
sessions/ # Session handoff notes
_Raw/ # Unprocessed source material (skipped by indexer)
_archive/ # Safely archived originals from merge process
This seed ships with general-purpose knowledge. To make it yours:
- Water the Seed -- your agent's Research Cascade will generate notes specific to your project
- Add entity files -- track tools, services, and concepts you use daily
- Log decisions -- every architectural choice gets recorded for future sessions
- Create handoffs -- session continuity prevents knowledge loss
Content licensed under CC BY-SA 4.0.