Skip to content

thewiredbear/maxo-framework

Repository files navigation

Maxo: The Cognitive Framework for Gemini 3.0

Maxo is not just an extension; it's an architectural upgrade for the Gemini CLI. It transforms the AI from a simple "chat bot" into a stateful, strategic co-creation partner.

Built for the Gemini 3.0 Hackathon, Maxo implements a Blackboard Architecture that decouples high-level reasoning from tactical execution, enabling asynchronous, multi-agent workflows within your terminal.


⚡️ Quick Start (Hackathon Judge Special)

Install Maxo in one line:

git clone https://github.com/YOUR_USER/maxo.git
cd maxo/gemini_maxo_extension
./install.sh

Restart Gemini CLI and you're ready to go!


🧠 Why Maxo?

Standard AI interactions are ephemeral. You plan, you execute, and the context is lost. Maxo solves this with:

  1. Persistent Cognitive Memory: Maxo maintains a maxo/ directory in your project root. It records Decisions, Anti-Patterns, and Project State in structured JSON.
  2. The Blackboard Flow:
    • /maxo:plan: Architect the solution. The Planner breaks tasks into an Execution Queue.
    • /maxo:exec: The Executor picks up tasks from the queue and implements them using Inverted TDD.
  3. Agentic Discovery: Specialized sub-agents (Mapper and Tracer) that use a Scratchpad reasoning pattern to reverse-engineer your codebase from the top down.
  4. Time-Travel Memory: Powered by maxo-git, Maxo correlates snapshots of its knowledge with your Git history.

🛠 Commands

Command Role Goal
/maxo:init Bootstrapper Initialize the framework in a new project.
/maxo:plan The Architect Design approaches and populate the Execution Queue.
/maxo:exec The Builder Pick tasks from the queue and write code.
/maxo:discover The Cartographer Map structural dependencies and tech stacks.
/maxo:dream The Teacher Compress session logs into permanent knowledge.
/maxo:checkpoint The Archivist Manually snapshot progress to maxo.md.

🚀 Built with Gemini 3.0

Maxo leverages the massive context window and reasoning capabilities of Gemini 3.0 Pro to manage complex, multi-turn investigations. It uses the Model Context Protocol (MCP) to provide a sidecar kernel for surgical state updates.


Created by the Maxo Team | v2.1.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors