Block a user
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image
Triage Report (2026-03-29)
Status: Blocked -- no CI runners registered
Current state: Confirmed 0 runners registered for the leeworks-agents/gitea-mobile repository. The CI workflow…
chore: execute SMOKE_TEST.md runbook after first successful image push and Flux reconciliation
Triage Report (2026-03-29)
Status: Blocked -- waiting for image deployment
Blockers:
- No Docker image has been pushed to the registry yet
- Requires either #160 (manual push,…
chore: manually build and push Docker image to unblock deployment while CI runner is unavailable
Triage Report (2026-03-29)
Status: Requires human operator (Docker daemon + registry credentials)
This is a pure human task. The exact commands are already documented in the issue…
feat: deploy Gitea Actions act_runner as a Kubernetes workload in the cluster
Triage Report (2026-03-29)
Status: Partially delegatable, partially needs-human
Agent-doable work:
- Draft Kubernetes manifests for act_runner Deployment, Namespace, and Kustomization…
chore: verify local Docker build and smoke-test container before pushing to registry
Triage Report (2026-03-29)
Status: Requires human operator (Docker daemon access)
Agent analysis of Dockerfile:
- Multi-stage build looks correct: Go 1.22 builder stage, distroless…
Multi-model support: let users choose LLM provider per analysis
Add scheduled/recurring analysis for tracked companies
Auto-generate TypeScript API client from FastAPI OpenAPI spec
Add cursor-based pagination to /analyze/batch and /jobs endpoints
Add patent filing trend charts to the Analytics page
Add webhook/notification support for job completion and score change alerts
Add side-by-side comparison view for two companies patent portfolios
Export analysis reports as PDF or CSV from the dashboard
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
Add pytest test job to Gitea Actions CI workflow
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
Add loading and error states to Batch and Analytics frontend pages
Document or fix analyze_single_patent: PDF must be downloaded before analysis
Fix Patent.patent_id type annotation: str not int
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable