@wbopan/cui

by wbopan · v1.0.0 · prompt

This directory contains comprehensive test coverage for CUI services.

Install

Add @wbopan/cui to Claude Code with the PolySkill CLI: polyskill add @wbopan/cui

Instructions

# Testing Architecture This directory contains comprehensive test coverage for CUI services. ## Testing Philosophy - **Prefer real implementations** over mocks when testing (per project guidelines) - **Comprehensive unit test coverage** for all services (90%+ target) - **Mock Claude CLI** using `tests/__mocks__/claude` script for consistent testing - **Silent logging** in tests (LOG_LEVEL=silent) to reduce noise ## Test Structure ``` tests/ ├── __mocks__ │ └── claude ├── integration │ ├── conversation-status-integration.test.ts │ ├── real-claude-integration.test.ts │ └── streaming-integration…

Keywords: github, test-coverage, cui-services, automated-testing, software-testing, quality-assurance, devops, code-reviews, repository-management