Skip to content

Architecture Overview

NeoGravity is built on a simple philosophy: Your IDE is an Operating System.

Unlike web applications or cloud dashboards, NeoGravity lives inside your local filesystem. It uses the file system itself as the database and state machine.

Components

  1. Workflows: Markdown files containing explicit, step-by-step instructions.
  2. Skills: Contextual modules that enforce rules (like Vocabulary or Context Guard).
  3. Knowledge Base: A structured .knowledge/ directory that stores blueprints, tasks, and research.
  4. Crons: Background scripts that monitor data pipelines and enforce freshness.

Released under the MIT License.