Fix test isolation bug and refactor command handling into plugins

Use unique user in unknown command test to avoid last-command fallback
interference. Add plugin architecture with registered commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 21:27:53 -07:00
parent 1758961a66
commit 0b2e83ba0c
9 changed files with 307 additions and 111 deletions

View File

@@ -1,3 +1,6 @@
build:
go build -o bin/ .
test:
go test -v ./...