
Review code changes and return prioritized, actionable findings
Create or update AGENTS.md for this repository
Tag, publish to PyPI, and create GitHub release for Kon with validation and rollback-safe steps
--- name: kon-tmux-test description: E2E testing of kon using tmux sessions; IMPORTANT: only trigger this skill when user asks for e2e testing of kon --- # Kon Tmux E2E Testing End-to-end testing of kon using tmux sessions to programmatically control the TUI application. ## Why Tmux? Kon is a TUI (Textual-based) app. Running tests programmatically is hard. Tmux provides: - `tmux new-session` - isolate test environment - `tmux send-keys` - send keyboard input - `tmux capture-pane` - capture o