CORE Documentation
Welcome to the CORE Documentation Hub β the complete guide to understanding, operating, and extending the Constitutional, Self-Governing AI Development Framework.
π§ New to CORE? Start with the plain-language overview: π START HERE β What CORE Is and Why It Exists
CORE is built on a clear architectural model:
- Mind β Governance, policies, constitutional rules (
src/mind/) - Body β Execution engine, CLI, services, actions (
src/body/,src/features/,src/services/) - Will β Agents, reasoning, LLM orchestration (
src/will/)
The purpose of this documentation is to give you a clean, accurate, and up-to-date entry point into the system β free from architectural drift, speculative features, or outdated assumptions.
π Getting Started
If you are new to CORE and want more depth after the START HERE page, use:
1. What is CORE?
A clear explanation of the philosophy and motivation behind the project.
2. Architecture Overview
How CORE is structured internally: MindβBodyβWill, governance model, lifecycle.
3. How Governance Works
Learn how the .intent/ constitution controls everything CORE does.
4. QuickStart Guides
If you want to run CORE immediately:
βοΈ How to Use CORE
CORE exposes a powerful CLI called core-admin, which integrates:
- Constitutional audits
- Autonomous development
- Context building
- Knowledge syncing
- Self-healing and remediation
To explore the CLI:
poetry run core-admin --help
poetry run core-admin inspect command-tree
You will find detailed explanations in:
π§ Autonomous Development (Shipped Today)
CORE can already:
- Create governed feature crates
- Use AI agents to generate code, tests, and documentation
- Validate all changes locally (Black, Ruff, Pytest)
- Run full constitutional audits via the Mind
- Accept or reject crates based on compliance
Learn exactly what works today:
π Deep Concepts & Internal Knowledge
If you want to understand CORE beyond its interface, explore:
For internal mechanics:
π Developer Resources
For contributors or maintainers of CORE:
Planning documents:
π§΅ Autonomy & Governance
To understand how CORE keeps itself safe, governed, and free from structural drift:
Constitutional coverage & enforcement:
π Reference Materials
API and capability listings:
π Archive
Historical and older planning materials:
π― About This Documentation
This documentation is structured to:
- Stay aligned with the actual codebase (no speculative features)
- Reflect the current state of autonomy (A1 β A2)
- Support ongoing development of governed AI systems
- Serve as a clean entry point for new contributors
If you ever find a discrepancy between docs and code, treat it as a bug.
Welcome to CORE β a system designed not just to run code, but to govern its own evolution.