Luna9 is a CLI-first agentic coding harness focused on persistent project continuity, context-aware memory, and safe terminal workflows.
- Python 3.11+
- uv
uv syncuv run luna9uv run luna9 -m "Summarize current state"uv run pytest
uv run flake8 src tests
uv run pylint src tests.
├── docs/ # Specifications and architecture notes
├── migrations/ # SQLite schema migrations
├── src/luna9/ # CLI and core package code
├── tests/ # Test suite
├── roadmap.md # Living project roadmap
└── README.md # Setup and usage