thoth-init
v2.0.0
Published
π Thoth β Persistent knowledge system for AI-assisted development. Gives AI coding assistants structured memory across sessions.
Maintainers
Readme
π thoth-init
Persistent knowledge for AI-assisted development. Give your AI coding assistant structured memory across sessions.
Quick Start
npx thoth-initThat's it. Thoth will:
- Scan your project (language, framework, stats)
- Create
.thoth/memory.yamlβ compressed project state (~100 lines) - Create
.thoth/journal.mdβ timestamped decision log - Inject rules into all supported IDEs so the AI reads Thoth first
What It Solves
Every time you start a new AI session, your coding assistant re-reads thousands of lines of source code, losing 10-30 minutes of context-building. Thoth compresses your project's identity, architecture, decisions, and limitations into ~100 lines that the AI reads first.
Measured impact: ~98.7% reduction in context tokens needed to start working.
Supported IDEs
- Claude Code / Antigravity β
CLAUDE.md+.agent/workflows/session-start.md - Cursor β
.cursorrules - Windsurf β
.windsurfrules - Gemini β
.gemini/style.md - GitHub Copilot β
.github/copilot-instructions.md
Non-Interactive Mode
npx thoth-init -yHow It Works
Source Code (30,000+ lines)
β compressed by Thoth
.thoth/memory.yaml (~100 lines)
β read first by AI
AI has context in ~2 seconds instead of ~10 minutesThree Layers
| Layer | File | Purpose |
|:------|:-----|:--------|
| L0 Memory | memory.yaml | Identity, architecture, stats, decisions |
| L1 Journal | journal.md | Timestamped reasoning β the WHY |
| L2 Artifacts | artifacts/ | Deep analyses, benchmarks, audits |
Part of Pantheon
Thoth is a deity in the Sirsi Pantheon β a unified DevOps intelligence platform. While thoth-init works standalone in any project, the full Pantheon CLI adds auto-sync, governance, and more.
# Full Pantheon (includes Thoth + 12 more deities)
brew tap SirsiMaster/tools && brew install sirsi-pantheon
# Auto-sync memory from source code
sirsi thoth syncLicense
MIT β Sirsi Technologies
