Implementation Context (2026-03-27)
A feature branch feature/authentik-sso-74 has been created from master and a worktree is ready at /workspace/gitea-mobile-feature-authentik-sso.
###…
Fix submitted
PR created on the Talos repo: leeworks-agents/Talos#133
Change: Updated GITEA_RUNNER_LABELS in `runner-deploym…
Already implemented. TypeScript API client generation from OpenAPI spec exists with openapi-typescript in frontend/package.json. CI workflow verifies generated types are up to date. Merged via…
Already implemented. Cursor-based pagination exists in DatabaseClient.list_jobs() (SPARC/database.py lines 596-638) using (created_at, job_id) as the cursor. The /jobs API endpoint exposes…
Already implemented. Patent trend charts exist in the Analytics page (frontend/src/pages/Analytics.tsx) with filing frequency by company over time and category distribution charts using…
Already implemented. Webhook notification support exists in SPARC/webhooks.py with configurable URLs via WEBHOOK_URLS env var, retry logic, and Slack/Discord compatibility. Merged via PR #66.…
Already implemented. Scheduled/recurring analysis exists in SPARC/scheduler.py with configurable interval (SCHEDULE_INTERVAL_HOURS) and change threshold alerting (CHANGE_THRESHOLD_PERCENT).…
Investigation Findings (2026-03-27)
Examined the runner deployment in the Talos repo at testing1/first-cluster/apps/gitea/runner-deployment.yaml.
Key finding: Label mismatch
The runner…
Already implemented. Side-by-side comparison view exists in frontend/src/pages/Compare.tsx with loading skeletons and error states. Merged via PR #61 (feature/compare-view). Closing as completed.