refactor: extract MCP service handlers and add checklist system #156
dev.yml
on: push
install-dependencies
20s
lint-check
13s
prettier-check
18s
type-check
13s
unit-test-check
22s
circular-check
14s
build-check
14s
rules-validation
11s
security-check
10s
Annotations
9 errors
|
type-check
Process completed with exit code 2.
|
|
type-check
Expected 3 arguments, but got 8.
|
|
type-check
Type 'string' is not assignable to type '{ title: string; expertise: string[]; tech_stack_reference?: string | undefined; responsibilities?: string[] | undefined; }'.
|
|
lint-check
Process completed with exit code 1.
|
|
lint-check:
apps/mcp-server/src/context/context.service.ts#L41
'mode' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint-check:
apps/mcp-server/src/checklist/checklist.schema.spec.ts#L385
'triggers' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint-check:
apps/mcp-server/src/checklist/checklist.schema.spec.ts#L380
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint-check:
apps/mcp-server/src/checklist/checklist.schema.spec.ts#L150
'categories' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint-check:
apps/mcp-server/src/checklist/checklist.schema.spec.ts#L132
'domain' is assigned a value but never used. Allowed unused vars must match /^_/u
|