Skip to content

aayanghazi/EverBrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverBrain

Persistent workflow continuity for AI-assisted software development.

EverBrain preserves your development context across AI sessions, agent switches, and IDE restarts.

Phase 1: Foundation

This is the initial phase focusing on local-first SQLite storage, CLI scaffolding, and structured project memory.

Quick Start

# Install in development mode
pip install -e ".[dev]"

# Initialize EverBrain in your project
eb init

# (Coming in Phase 2: eb start, eb status, eb summary, etc.)

Project Structure

src/everbrain/
├── cli/          # Typer CLI command groups
├── core/         # Business logic and state management
├── models/       # Pydantic schemas and validation
├── storage/      # SQLite database layer
├── git/          # Git integration
└── utils/        # Console, I/O, helpers

Documentation

Status

Phase 1 Progress:

  • Project scaffolding
  • Database foundation (SQLite)
  • Configuration models (Pydantic)
  • eb init command
  • Session/task tracking
  • Handoff generation (Phase 2+)
  • Git integration (Phase 2+)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors