fix:Improve Claude Mds
This commit is contained in:
@@ -17,17 +17,10 @@ xUnit integration tests for the Worker and Data layers. One of six test projects
|
||||
|
||||
## Test Areas
|
||||
|
||||
Tests are organized by Worker area (mirroring the source folders); 30+ test files in total. Highlights per area:
|
||||
|
||||
| Area | Covers |
|
||||
|------|--------|
|
||||
| Repositories | `ListRepositoryTests`/`TaskRepositoryTests` + config, delete-config, agent-settings, planning, orphan-guard, and roadblock variants |
|
||||
| Runner | `WorktreeManagerTests`, `CommitMessageBuilderTests`, `StreamAnalyzerTests`, standalone-children routing |
|
||||
| Queue / Services | `QueueServiceTests` (FIFO, override slot contention, cancellation, active tracking), `QueueServiceSlotGuardTests`, `StaleTaskRecoveryTests`, `TaskResetServiceTests`, `TaskMergeServiceTests`, `WorktreeMaintenanceServiceTests`, `AgentFileServiceTests`, `DefaultAgentSeederTests` |
|
||||
| State | `TaskStateService` transition coverage |
|
||||
| Planning | session manager, chain coordinator, merge orchestrator, end-to-end planning flow |
|
||||
| Prime / Report / External / Lifecycle / Hub | daily prep, weekly report, external MCP tools, recovery services, hub methods |
|
||||
| UiSchema / UiVm | UI-facing DTO schemas and viewmodel behavior driven from Worker fakes |
|
||||
Test folders mirror the Worker source folders (`Repositories`, `Runner`, `Queue`, `State`,
|
||||
`Planning`, `Prime`, `Report`, `External`, `Lifecycle`, `Hub`, `UiSchema`, `UiVm`) — `ls` the
|
||||
folder rather than trusting an inventory here. `UiSchema`/`UiVm` cover UI-facing DTO schemas and
|
||||
viewmodel behaviour driven from Worker fakes.
|
||||
|
||||
## Conventions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user