Pre-release: Enhanced Logging and Project Cleanup
Pre-release
Pre-release
What's new in v0.9.1 (Pre-release)
This pre-release introduces a major internal upgrade to the logging system, along with a project-wide structural cleanup to prepare for the upcoming v1.0 release.
🔍 Highlights
-
Enhanced Logging Subsystem
- Centralized logging implementation using FIFO +
tee - Captures
set -xtraces for full debug visibility - Optional log buffering with
--log/--debugflags - Per-module test logs written automatically
- Centralized logging implementation using FIFO +
-
Project Structure Overhaul
- Renamed directories for clarity (
scripts/,modules/, etc.) - Improved layout for testing and setup modules
- Cleaner repo organization for contributors and automation
- Renamed directories for clarity (
This version is feature-complete for logging and structure. Final polish, documentation, and automation refinements will follow in v1.0.