tofusoup 2025-11-06
Environment setup scripts re-added with documentation terminology updates
49 files · 1,203+ · 7,911-

Environment setup scripts re-added

2 files changed
  • env.sh Comprehensive shell environment setup (357 lines)
  • env.ps1 PowerShell environment setup for Windows (278 lines)
  • Added env.sh for shell environment setup and env.ps1 for PowerShell environment setup baseline internal
    2 files
    • env.sh
    • env.ps1

Documentation updated with revised terminology

10 files changed
  • README.md README updated
  • index.md Revised project description (16 line changes)
  • compatibility-matrix.md Compatibility matrix updated (6 line changes)
  • troubleshooting.md Troubleshooting updated (8 line changes)
  • README.md Tutorials README updated
  • installation.md Installation docs updated
  • quick-start.md Quick start updated
  • what-is-tofusoup.md Introduction updated
  • faq.md FAQ updated
  • glossary.md Glossary updated
  • Updated documentation across index, reference, troubleshooting, and getting-started pages with revised terminology specify internal
    4 files
    • index.md
    • compatibility-matrix.md
    • troubleshooting.md
    • installation.md

Historical documents and test scripts cleaned up

5 files changed
  • ARCHITECTURE_REVIEW_2025-10-28.md Historical doc updated
  • FINAL_SESSION_SUMMARY.md Historical doc updated
  • test_server_cert.py Test script cleaned up
  • test_server_cert_with_stderr.py Test script cleaned up
  • test_tls_matrix.py Test script cleaned up
  • Cleaned up remaining standalone test scripts and historical documents decouple internal
    3 files
    • test_server_cert.py
    • test_server_cert_with_stderr.py
    • test_tls_matrix.py

MkDocs and RPC client updated

2 files changed
  • mkdocs.yml MkDocs configuration updated
  • client.py RPC client updated
  • Updated mkdocs.yml and src/tofusoup/rpc/client.py decouple internal
    2 files
    • mkdocs.yml
    • client.py