Skip to content

refactor: extract MCP service handlers and add checklist system #156

refactor: extract MCP service handlers and add checklist system

refactor: extract MCP service handlers and add checklist system #156

Triggered via push January 6, 2026 16:12
Status Failure
Total duration 50s
Artifacts

dev.yml

on: push
install-dependencies
20s
install-dependencies
lint-check
13s
lint-check
prettier-check
18s
prettier-check
type-check
13s
type-check
unit-test-check
22s
unit-test-check
circular-check
14s
circular-check
build-check
14s
build-check
rules-validation
11s
rules-validation
security-check
10s
security-check
Fit to window
Zoom out
Zoom in

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