Skip to content

AJ-Gonzalez/luna9

Repository files navigation

Luna9

Luna9 is a CLI-first agentic coding harness focused on persistent project continuity, context-aware memory, and safe terminal workflows.

Setup (UV)

Requirements

  • Python 3.11+
  • uv

Install dependencies

uv sync

Run the CLI

uv run luna9

One-shot mode

uv run luna9 -m "Summarize current state"

Development checks

uv run pytest
uv run flake8 src tests
uv run pylint src tests

Repository Layout

.
├── 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

About

Agentic Coding Harness that learns and grows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors