Skip to content

rhi-zone/zone

Zone

Rhi ecosystem monorepo: Lua-based tools, scaffolds, and orchestration.

Structure

zone/
├── wisteria/        # Autonomous task execution
│   ├── init.lua     # Entry point
│   └── wisteria/    # Submodules
├── seeds/           # Project templates for myenv
│   ├── creation/    # New project from scratch
│   ├── archaeology/ # Lift a legacy game
│   └── lab/         # Full ecosystem sandbox
└── docs/            # VitePress documentation

Projects

Project Description
wisteria Autonomous task execution with LLM + moss

Usage

Running projects via moonlet

Each Lua project is self-contained in its own directory. To run a project:

cd wisteria
moonlet init          # First time only - creates .moonlet/config.toml
moonlet run .

Scaffolding new projects

# Use myenv with zone seeds
myenv new my-project --seed zone:creation

Development

nix develop        # Enter dev shell
bun run dev        # Start docs server (from docs/)

About

Lua-based tools, scaffolds, and orchestration

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •