Skip to content

feat: fix PRDs web UI with functional filtering, sorting, and actions #39

feat: fix PRDs web UI with functional filtering, sorting, and actions

feat: fix PRDs web UI with functional filtering, sorting, and actions #39

Triggered via pull request February 20, 2026 05:20
Status Failure
Total duration 41s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
lint
Module '"../api"' has no exported member 'IAgentSkill'.
lint
Module '"../api"' has no exported member 'IAgentStyle'.
lint
Module '"../api"' has no exported member 'IAgentSoul'.
lint
Module '"../api"' has no exported member 'IAgentPersona'.
lint
Module '"../api"' has no exported member 'seedDefaultAgents'.
lint
Module '"../api"' has no exported member 'fetchAgentPrompt'.
lint
Module '"../api"' has no exported member 'deleteAgent'.
lint
Module '"../api"' has no exported member 'updateAgent'.
lint
Module '"../api"' has no exported member 'createAgent'.
lint
Module '"../api"' has no exported member 'fetchAgents'.
lint: web/pages/Integrations.tsx#L158
Unexpected any. Specify a different type
lint: web/pages/Integrations.tsx#L96
Unexpected any. Specify a different type
lint: web/pages/Integrations.tsx#L60
Unexpected any. Specify a different type
lint: src/storage/repositories/sqlite/slack-discussion-repository.ts#L8
'../../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/storage/repositories/sqlite/agent-persona-repository.ts#L8
'../../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/storage/repositories/interfaces.ts#L10
'../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/server/index.ts#L331
'changes' is never reassigned. Use 'const' instead