# Phase 0: Bootstrap
> **Navigation**: [Roadmap](./README.md) | [Documentation Root](../README.md)
**Status**: In Progress
## Goal
Establish Keleusma as a standalone project with documentation, tests, and a stable public API.
## Milestones
| V0.0-M0 | Extract crate from workspace | Complete |
| V0.0-M1 | Documentation knowledge graph | Complete |
| V0.0-M2 | README and usage examples | Complete |
| V0.0-M3 | CI/CD pipeline | Complete |
## Success Criteria
- Standalone git repository with full test suite passing
- Documentation knowledge graph with architecture, design, process, reference, and roadmap sections
- README with usage examples for embedding Keleusma in a host application
- Continuous integration running tests and clippy on push
## Entry Criteria
Crate source code functional with 216 passing tests.
## Exit Criteria
All milestones complete. Repository ready for public use.