Skip to content

v0.8.1 — rag.corpus-info now lives in attune-author (D1)

Choose a tag to compare

@silversurfer562 silversurfer562 released this 08 May 04:27
· 50 commits to main since this release
11bbdab

Highlights

  • Phase D1 of architecture-realignment. rag.corpus-info migrates from attune-gui's commands.py into attune_author.orchestration.commands.rag. Importing the module registers the spec on the orchestration runtime; attune-gui will proxy to it through run_command(...) once attune-gui #24 merges.
  • Establishes the canonical layout for D2 (author.*) and D3 (help.*): one file per namespace under attune_author/orchestration/commands/, register-on-import, tests in tests/test_orchestration_commands_<ns>.py.

Architecture-realignment progress

A · B1 · B2 · C · D1 (author side) done · D1 (gui side) ready to merge once 0.8.1 is on PyPI · D2 / D3 / D4 next.