wrknv 2025-12-01
Add provide theme assets, refactor lock command tests, and update wrknv.toml tasks
18 files · 1,672+ · 441-

Documentation theme assets

5 files changed
  • provide-theme.css 427-line provide ecosystem theme styles
  • termynal.css 127-line terminal animation styles
  • termynal.js 264-line terminal animation JavaScript
  • custom.js 121-line custom JavaScript for docs
  • mermaid-init.js 16-line mermaid diagram initialization
  • Added complete documentation theme assets including provide-themed CSS, termynal terminal animations, custom JavaScript, and mermaid diagram support instantiate external
    3 files
    • provide-theme.css
    • termynal.js
    • custom.js

Test and configuration updates

3 files changed
  • test_lock_command.py Major refactor of lock command test suite
  • wrknv.toml Updated task definitions and configuration
  • pyproject.toml Cleaned up dependency declarations
  • Refactored lock command tests for better structure; updated wrknv.toml task definitions with improved task organization decouple internal
    3 files
    • test_lock_command.py
    • wrknv.toml
    • pyproject.toml