chore: add project scaffolding, docs, UI components, and env examples #12
lint.yml
on: push
Backend (Ruff)
12s
Frontend (ESLint + Prettier)
35s
Frontend Build
45s
Annotations
9 errors and 3 warnings
|
Backend (Ruff)
Process completed with exit code 1.
|
|
Ruff (SIM117):
backend/services/openrouter_models.py#L72
services/openrouter_models.py:72:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
|
|
Ruff (ARG002):
backend/services/langfuse.py#L31
services/langfuse.py:31:32: ARG002 Unused method argument: `name`
|
|
Ruff (ARG002):
backend/services/langfuse.py#L28
services/langfuse.py:28:26: ARG002 Unused method argument: `name`
|
|
Frontend (ESLint + Prettier)
Process completed with exit code 1.
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/orbiting-circle.tsx#L4
Imports "HTMLMotionProps" are only used as type
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/marquee.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|
|
Frontend (ESLint + Prettier):
frontend/src/components/home/ui/globe.tsx#L3
Imports "COBEOptions" are only used as type
|
|
Frontend Build
Process completed with exit code 1.
|
|
Backend (Ruff)
The process '/usr/bin/git' failed with exit code 128
|
|
Frontend (ESLint + Prettier)
The process '/usr/bin/git' failed with exit code 128
|
|
Frontend Build
The process '/usr/bin/git' failed with exit code 128
|