wrknv
2025-11-11
Add workspace orchestrator, environment detection, and major documentation overhaul
135 files · 3,211+ · 1,010-
Workspace orchestrator
3 files changed
orchestrator.py390-line multi-project workspace orchestration engineworkspace.pyExtended workspace commands with orchestration integrationworkspace-orchestration.md393-line workspace orchestration feature documentation
- Added workspace orchestrator supporting multi-project coordination, dependency resolution, and parallel execution across workspace members
instantiate
architectural
2 files
orchestrator.pyworkspace.py
Task environment detection
3 files changed
environment.py319-line environment detection for tools, runtimes, and configurationexecutor.pyExtended executor with environment variable injectioncore.pyExtended config with tool discovery support
- Built task environment detection system that auto-discovers installed tools, runtimes, and project configuration for environment variable injection into task execution
instantiate
behavioral
2 files
environment.pyexecutor.py
Documentation restructuring
3 files changed
configuration.mdRenamed from wrknv-toml.md with consolidated reference contentmkdocs.ymlSimplified navigation, removed individual reference pagesSUMMARY.mdNew consolidated API summary
Orchestrator and environment test suites
5 files changed
test_orchestrator.py210-line workspace orchestrator teststest_orchestrator_integration.py132-line orchestrator integration teststest_environment_detection.py455-line environment detection teststest_executor_environment_integration.py399-line executor environment integration teststest_process_title.py132-line process title tests