tofusoup 2025-11-12
Architectural analysis document added with significant code restructuring
84 files · 10,218+ · 8,794-

Architectural analysis and code review added

2 files changed
  • ARCHITECTURAL_ANALYSIS_2025.md Comprehensive architectural analysis and code review document
  • LLM_HANDOFF.md LLM handoff document re-added
  • Added comprehensive architectural analysis and code review documentation specify architectural
    2 files
    • ARCHITECTURAL_ANALYSIS_2025.md
    • LLM_HANDOFF.md

Code restructured across conformance, source, and test modules

12 files changed
  • logic.py Execution improvements (11 line changes)
  • terraform.py Removed a configuration line
  • logging.py Logging improvements (24 line changes)
  • cli.py RPC CLI updates
  • client.py RPC client updates
  • server.py RPC server updates
  • cli.py Harness CLI updates
  • cli.py CLI updates
  • __init__.py Package init updates
  • _version.py Version module updates
  • config.py Config updates
  • defaults.py Defaults updates
  • Updated testing logic, wire logging, and stir configuration across source modules decouple behavioral
    3 files
    • logic.py
    • logging.py
    • terraform.py
  • Removed wrknv.toml task runner configuration baseline internal
    1 file
    • wrknv.toml

Test scripts and conformance tests updated

8 files changed
  • test_server_cert.py TLS cert test updated
  • test_server_cert_with_stderr.py TLS cert stderr test updated
  • test_tls_matrix.py TLS matrix test updated
  • souptest_enrichment_on_get.py Enrichment test updated
  • souptest_rpc_kv_matrix.py KV matrix test updated
  • souptest_rpc_matrix_comprehensive.py Comprehensive matrix test updated
  • debug_notls_test.py Debug no-TLS test
  • debug_tls_test.py Debug TLS test
  • Updated test scripts and conformance tests qualify internal
    3 files
    • test_server_cert.py
    • test_server_cert_with_stderr.py
    • test_tls_matrix.py

CI and documentation configuration updated

7 files changed
  • ci.yml CI workflow updated
  • .gitignore Gitignore updated
  • CLAUDE.md CLAUDE.md updated
  • README.md README updated
  • Makefile.backup.20251110 Makefile backup
  • mkdocs.yml MkDocs config updated
  • mkdocs_hooks.py MkDocs hooks updated
  • Updated CI workflow, gitignore, and MkDocs configuration baseline internal
    3 files
    • ci.yml
    • .gitignore
    • mkdocs.yml