tofusoup 2025-11-02
CI tooling documentation added with stir module improvements
17 files · 3,511+ · 32-

CI tooling specification documented

4 files changed
  • ARCHITECTURE.md CI system architecture overview (848 lines)
  • OUTPUT_FORMATS.md Standardized CI output format specification (832 lines)
  • README.md CI tooling introduction (177 lines)
  • SPEC.md Detailed CI specification document (1429 lines)
  • Added docs/ci/ARCHITECTURE.md with CI system architecture overview specify behavioral
    1 file
    • ARCHITECTURE.md
  • Added docs/ci/OUTPUT_FORMATS.md with standardized CI output format specification specify internal
    1 file
    • OUTPUT_FORMATS.md
  • Added docs/ci/README.md and docs/ci/SPEC.md with CI introduction and detailed specification specify internal
    2 files
    • README.md
    • SPEC.md

Stir module configuration and display improved

3 files changed
  • config.py Configuration improvements (21 line changes)
  • display.py Better result presentation (36 line changes)
  • executor.py Execution flow improvements (44 line changes)
  • Updated stir config, display, and executor modules with configuration, presentation, and execution flow improvements decouple behavioral
    3 files
    • config.py
    • display.py
    • executor.py

RPC and version updates

5 files changed
  • cli.py RPC CLI updates
  • client.py RPC client updates
  • server.py RPC server updates
  • pyproject.toml Build config updated
  • VERSION Version bumped
  • Updated RPC client, server, and CLI modules interface internal
    3 files
    • cli.py
    • client.py
    • server.py