Skip to content

indulgeback/Lumi-1

Repository files navigation

Documentation Index

This directory keeps project documentation grouped by purpose. Keep runtime and API references in the numbered root docs, and put product-specific material under product/.

Architecture

API

Product

Operations

Repository Layout

  • cmd/: CLI entrypoints and gateway startup wiring.
  • internal/: private Go packages for runtime, stores, HTTP, WebSocket, tools, memory, channels, and providers.
  • pkg/: public Go packages.
  • ui/web/: React management UI.
  • ui/desktop/: desktop shell and frontend.
  • migrations/: database migrations.
  • deploy/compose/: Docker Compose base files, overlays, modules, and selectable options.
  • deploy/docker/: Dockerfiles, entrypoint, and image dependency manifests.
  • deploy/options/: deployment tuning snippets that are not part of the default compose set.
  • scripts/: install, setup, and maintenance scripts.
  • skills/: bundled skill packages.
  • tests/: contract, integration, invariant, and scenario tests.

When reorganizing code directories, move one boundary at a time and update imports, Docker/compose paths, scripts, docs, and tests in the same change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors