Version History
Mega Brain uses Semantic Versioning:
MAJOR.MINOR.PATCH- MAJOR: Breaking changes
- MINOR: New features (backward compatible)
- PATCH: Bug fixes and improvements
[1.3.0] - Current Release
Latest Version
Status: StableRelease Date: March 2026Highlights: Production-ready release with enhanced stability, documentation, and developer experience.
Features
Core System:- AI-powered knowledge management system
- Transform expert materials into structured playbooks and DNA schemas
- 5-layer DNA extraction (Philosophies, Mental Models, Heuristics, Frameworks, Methodologies)
- Full source traceability for all extracted knowledge
- 5-phase pipeline (Chunking, Resolution, Extraction, Synthesis, Compilation)
- Support for videos, PDFs, transcriptions, podcasts, training courses
- Batch processing capabilities
- Automated quality validation
- Mind clone framework for expert replication
- Cargo agent system (29 functional role agents)
- Conclave multi-agent deliberation
- JARVIS orchestrator system
- 20+ hooks for automation and validation
- Skill system with keyword-based auto-routing
- Slash commands for common operations
- Session persistence with auto-save and resume
- Interactive setup wizard
npx mega-brain-ai setup- Environment setup wizard- Layer validation tools
- Pre-publish security gates
- Package validation utilities
Commands Available
| Command | Description |
|---|---|
/jarvis-briefing | System status and health score |
/jarvis-full | Full pipeline (ingest + process + enrich) |
/process-jarvis | Run 5-phase processing pipeline |
/conclave | Multi-agent deliberation session |
/ingest | Ingest new material |
/save | Save current session |
/resume | Resume previous session |
/setup | Environment setup wizard |
Architecture
Layer Distribution:- L1 (Community): Core engine, templates, hooks, skills, CLI
- L2 (Pro): Populated knowledge base, mind clones, pipeline
- L3 (Personal): User materials, sessions, environment config
Prerequisites
| Requirement | Version | Purpose |
|---|---|---|
| Claude Code | Max or Pro plan | Core runtime |
| Node.js | >= 18.0.0 | CLI and tooling |
| Python | >= 3.10 | Intelligence scripts |
API Keys
| Key | Purpose | Required |
|---|---|---|
OPENAI_API_KEY | Whisper transcription | Yes |
VOYAGE_API_KEY | Semantic embeddings | Recommended |
GOOGLE_CLIENT_ID | Google Drive import | Optional |
Package Contents
Included in npm package:- Core processing engine
- Task system with HO-TP-001 anatomy
- Workflow orchestration (YAML)
- Intelligence scripts (Python)
- Protocol definitions
- JSON schemas
- Agent templates
- Hook system
- Skill framework
- CLI tools
- Documentation
Known Issues
Windows Path Handling
Windows Path Handling
Some scripts may have issues with Windows backslash paths. Use forward slashes or
pathlib.Path for cross-platform compatibility.Large File Processing
Large File Processing
Files over 2GB may need to be split for optimal processing due to API limits.
[1.0.0] - Initial Release
Foundation Release
Release Date: February 2026Highlights: First production release with core architecture and task system.
Added
Task System:- Task template (HO-TP-001 anatomy)
- TASK-REGISTRY.md with categories and dependency graph
- Foundation tasks (detect-role, normalize-entities)
- Intelligence tasks (analyze-themes, detect-business-model, score-viability)
- Extraction tasks (extract-dna, extract-knowledge, generate-skill)
- Pipeline tasks (process-batch, trigger-agent, trigger-dossier)
- Validation tasks (validate-cascade, verify-completeness)
Conventions
Version Format:- MAJOR: Breaking changes in task anatomy
- MINOR: New tasks added
- PATCH: Fixes in existing tasks
- Added: New task created
- Changed: Task modified (inputs/outputs/logic)
- Deprecated: Task marked for removal
- Removed: Task removed
- Fixed: Bug fix in task
- Security: Vulnerability corrected
Upgrade Guide
Upgrading from 1.x to 1.3.0
Upgrading from 1.x to 1.3.0
Breaking Changes: NoneSteps:
-
Update package:
- Review new features in this changelog
- Restart Claude Code to load new hooks and skills
-
Run system check:
Upgrading from Community to Pro
Upgrading from Community to Pro
No breaking changes:
- All L3 (Personal) data preserved
.envconfiguration carries over- Custom hooks and skills remain functional
- Pre-built mind clones (5 experts)
- Cargo agents (29 roles)
- Populated knowledge base
- Full pipeline capabilities
- Enhanced Conclave
- Contact @thiagofinch for Pro access
- Follow upgrade instructions provided
- No data migration needed
Community customizations remain intact and work alongside Pro features.
Release Notes Format
Each release includes:What's New
- New features and capabilities
- New commands or tools
- Architecture improvements
Improvements
- Performance enhancements
- Developer experience updates
- Documentation additions
Bug Fixes
- Resolved issues
- Stability improvements
- Edge case handling
Breaking Changes
- API changes
- Migration requirements
- Deprecated features
Roadmap
Upcoming Features
Upcoming Features
In Development:
- Enhanced RAG capabilities
- Additional pre-built mind clones
- Real-time collaboration features
- Advanced search and filtering
- Performance optimizations
- Web interface for non-CLI users
- Mobile companion app
- Team collaboration features
- Cloud sync options
- API for third-party integrations
Roadmap is subject to change based on community feedback and priorities.
How to Request Features
How to Request Features
Feature Request Process:
- Check existing GitHub issues for similar requests
- Open new issue with:
- Clear use case description
- Problem you’re trying to solve
- Proposed solution (optional)
- Examples or mockups (if applicable)
- Engage with community discussion
- Maintainer will review and prioritize
- User impact and demand
- Alignment with project vision
- Implementation complexity
- Available resources
Security Updates
Reporting Security Issues
If you discover a security vulnerability:- Do NOT open a public issue
- Contact @thiagofinch directly
- Provide:
- Description of vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Allow time for patch development
- Coordinate disclosure timing
Contributing to Releases
Release Process
Release Process
Maintained by: @thiagofinch (exclusive)Process:
- Feature development on branches
- PR review and approval
- Merge to main
- Version bump (semantic versioning)
- Update changelog
- Run validation:
- Publish to npm
- Create GitHub release
- Announce to community
Only the maintainer can publish official releases.
Version Support
| Version | Status | Support | End of Life |
|---|---|---|---|
| 1.3.x | Current | ✅ Full support | - |
| 1.0.x | Maintenance | ⚠️ Security only | Q4 2026 |
| < 1.0 | Deprecated | ❌ No support | Ended |
Changelog Policy
This changelog follows Keep a Changelog principles:- Changes are grouped by type (Added, Changed, Deprecated, Removed, Fixed, Security)
- Versions use semantic versioning
- Release dates are included
- Breaking changes are clearly marked
- Migration guides provided when needed
Stay Updated
Subscribe to updates:
- Watch the GitHub repository
- Star for notifications
- Follow @thiagofinch
- Check this changelog regularly
