Skip to content

Lumi_Nox v0.6.0

Latest

Choose a tag to compare

@MIO-456 MIO-456 released this 21 Jul 15:39

Lumi_Nox v0.6.0

This release makes the open-core repository easier to navigate and safer to
reuse without changing its central dual-AI coordination model.

Highlights

  • Organized the five game integrations under games/, with one package per
    integration and documented module entry points.
  • Completed the public memory layer with time decay and deterministic membership
    guard facts. These modules contain rules only; no viewer records or databases
    are included.
  • Added a public voice registry adapter that accepts user-provided environment
    variables. Production cloned-voice IDs remain private.
  • Added zero-dependency smoke tests and GitHub Actions checks for the runnable
    coordination demo, memory rules and Python compilation.
  • Strengthened the curated release boundary to reject missing local imports,
    credentials, persona material, personal paths and production-only data before
    publication.

Path changes

Game modules that previously lived at the repository root now use package paths.
For example:

python -m games.buckshot.bot
python -m games.terraria.bot --watch
python -m games.kingdom_rush.ai --dry-run
python -m games.word_games.wordle.bot --no-llm

See games/README.md for the complete map.