Block a user
Move database credentials out of docker-compose.yml into .env file
Make CORS allowed origins configurable via environment variable
Move database credentials out of docker-compose.yml into .env file
Resolved by PR #27. Database credentials have been moved out of docker-compose.yml into .env.
Make CORS allowed origins configurable via environment variable
Resolved by PR #27. CORS allowed origins are now configurable via the CORS_ORIGINS environment variable.
fix: update CI workflow runs-on label to match available Gitea Actions runner
Triage (2026-03-29): Already assigned to AI-Engineer. This issue is labeled needs-human -- no Gitea Actions runner is registered, and agents cannot register runners. The human operator must…
chore: manually build and push Docker image to unblock deployment while CI runner is unavailable
Triage (2026-03-29): Assigned to AI-Engineer. This issue is labeled needs-human -- Docker build/push requires host access and docker login credentials that agents cannot provide. The human…
Refuse to start with default JWT secret in non-development environments
deploy: security hardening, multi-model support, S3 storage, analytics, CI improvements (70 commits)
Shipping cycle check — 2026-03-29
This PR is up to date with leeworks-agents/SPARC:main (HEAD: cbc8f44).
- Fork is 64 commits ahead of upstream; upstream has no new commits to sync
- No…
chore: manually build and push Docker image to unblock deployment while CI runner is unavailable
Auto-generate TypeScript API client from FastAPI OpenAPI spec
Add cursor-based pagination to batch and jobs list endpoints
Add patent trend charts (filing frequency and tech category distribution over time)
Add multi-model LLM support so users can choose provider per analysis
Add webhook and notification support for job completion and score changes
Add scheduled recurring analysis with change alerting
Add side-by-side comparison view for two companies patent portfolios
Export analysis reports as PDF or CSV from the dashboard
Document or implement object storage for patent PDF files
Add Tailwind dark mode variant across frontend pages