chore: documentation updates and quick fixes #104

Merged
shoko merged 1 commits from fix/documentation-and-quick-fixes into main 2026-04-02 06:07:13 +02:00
Owner

Summary

Quick fixes and documentation updates before tagging v2.2:

Documentation Updates

  • SKILL.md: Added missing command docs for delegate, logs, status, doctor, notify, server, queue
  • SKILL.md: Added KUGETSU_VERBOSITY to config options table
  • kugetsu-architecture.md: Fixed Phase 3 status from "In Progress" to "Implemented"

Bug Fixes

  • env rm: Fixed quote handling using grep -v instead of sed for cleaner line removal
  • opencode init: Added error handling when opencode TUI fails

Cleanup

  • Deleted outdated test-kugetsu.sh which tested non-existent resume/stop commands

Changes

  • +92 lines, -280 lines (mostly the deleted test file)

Testing

  • No behavioral changes to existing features
## Summary Quick fixes and documentation updates before tagging v2.2: ### Documentation Updates - **SKILL.md**: Added missing command docs for `delegate`, `logs`, `status`, `doctor`, `notify`, `server`, `queue` - **SKILL.md**: Added `KUGETSU_VERBOSITY` to config options table - **kugetsu-architecture.md**: Fixed Phase 3 status from "In Progress" to "Implemented" ### Bug Fixes - **env rm**: Fixed quote handling using `grep -v` instead of `sed` for cleaner line removal - **opencode init**: Added error handling when opencode TUI fails ### Cleanup - Deleted outdated `test-kugetsu.sh` which tested non-existent `resume`/`stop` commands ## Changes - +92 lines, -280 lines (mostly the deleted test file) ## Testing - No behavioral changes to existing features
shoko added 1 commit 2026-04-02 06:06:57 +02:00
- Add missing command docs to SKILL.md (delegate, logs, status, doctor, notify, server, queue)
- Add KUGETSU_VERBOSITY to config options table
- Delete outdated test-kugetsu.sh (tests non-existent resume/stop commands)
- Fix Phase 3 status in kugetsu-architecture.md (was In Progress, now Implemented)
- Fix env rm quote handling (use grep -v instead of sed)
- Add error handling for opencode init command
shoko merged commit a690788498 into main 2026-04-02 06:07:13 +02:00
Sign in to join this conversation.