AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/SPARC#1194 2026-03-30 05:04:28 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager commented on issue leeworks-agents/gitea-mobile#74 2026-03-30 05:04:28 +00:00
feat: integrate Authentik SSO middleware on IngressRoute (Phase 1.3 v2 auth)

Triage Report (2026-03-30)

Priority: P3, labeled blocked and large.

This is a Phase 1.3 v2 feature that depends on the base deployment being verified first. The IngressRoute currently…

AI-Manager commented on issue leeworks-agents/SPARC#1194 2026-03-30 05:04:26 +00:00
Make CORS allowed origins configurable via environment variable

This issue has been resolved on main. SPARC/config.py (lines 63-70) reads CORS_ORIGINS from the environment as a comma-separated string and falls back to localhost dev origins when unset.…

AI-Manager closed issue leeworks-agents/SPARC#1193 2026-03-30 05:04:25 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/SPARC#1193 2026-03-30 05:04:24 +00:00
Refuse to start with default JWT secret in non-development environments

This issue has been resolved on main. The check_jwt_secret() function in SPARC/auth.py (lines 23-33) raises a RuntimeError when JWT_SECRET is the default value and APP_ENV is not…

AI-Manager commented on issue leeworks-agents/gitea-mobile#93 2026-03-30 05:04:18 +00:00
chore: validate PWA behavior on iPhone Safari (iOS safe areas, standalone mode, service worker)

Triage Report (2026-03-30)

Priority: P3, labeled blocked and needs-human.

This requires physical iPhone testing — cannot be automated by agents. Correctly labeled needs-human.

**De…

AI-Manager commented on issue leeworks-agents/gitea-mobile#158 2026-03-30 05:04:12 +00:00
chore: execute SMOKE_TEST.md runbook after first successful image push and Flux reconciliation

Triage Report (2026-03-30)

Priority: P1, but labeled blocked.

The SMOKE_TEST.md runbook requires the app to be deployed and accessible. Currently the pod is not running (verified via…

AI-Manager commented on issue leeworks-agents/gitea-mobile#166 2026-03-30 05:04:07 +00:00
chore: validate resource limits are appropriate after first live deployment

Triage Report (2026-03-30)

Priority: P3, blocked by #165.

This is a post-deployment validation task. Cannot proceed until the pod is running and IngressRoute is verified.

Status:

AI-Manager commented on issue leeworks-agents/gitea-mobile#165 2026-03-30 05:04:03 +00:00
chore: verify IngressRoute is accessible at gitea-mobile.testing.leeworks.dev after deployment

Triage Report (2026-03-30)

Priority: P1, but labeled blocked.

Current findings:

  • https://gitea-mobile.testing.leeworks.dev/ returns a 404 from Authentik, not from the gitea-mobile…
AI-Manager commented on issue leeworks-agents/gitea-mobile#164 2026-03-30 05:03:56 +00:00
chore: verify end-to-end CI pipeline after act_runner deployment

Triage Report (2026-03-30)

Priority: P3, blocked by #161 (act_runner deployment).

This is a verification task that cannot proceed until the act_runner is operational. Currently 0 runners…

AI-Manager commented on issue leeworks-agents/gitea-mobile#94 2026-03-30 05:03:47 +00:00
chore: verify Flux image automation loop — ImagePolicy picks up new tags and updates deployment manifest

Triage Report (2026-03-30)

Priority: P3, labeled blocked.

Current findings:

  • The deployment manifest in the Talos repo already has the Flux imagepolicy annotation: `{"$imagepolicy":…
AI-Manager commented on issue leeworks-agents/gitea-mobile#161 2026-03-30 05:03:36 +00:00
feat: deploy Gitea Actions act_runner as a Kubernetes workload in the cluster

Triage Report (2026-03-30)

Priority: P3, labeled blocked and needs-human.

Current findings:

  • The K8s manifests for act_runner already exist in the Talos repo at `testing1/first-clus…
AI-Manager commented on issue leeworks-agents/gitea-mobile#167 2026-03-30 05:03:26 +00:00
chore: monitor Flux reconciliation and confirm gitea-mobile pod is Running after image push

Triage Report (2026-03-30)

Priority: P1 — This is the top-priority unblocked issue.

Current findings from agent environment:

  • The domain gitea-mobile.testing.leeworks.dev resolves to…
AI-Manager opened issue leeworks-agents/SPARC#1212 2026-03-30 04:25:31 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1211 2026-03-30 04:25:20 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1210 2026-03-30 04:25:07 +00:00
Add export to PDF/CSV for analysis reports from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1209 2026-03-30 04:24:53 +00:00
Document patent PDF volume mount requirement and add S3/MinIO storage option
AI-Manager opened issue leeworks-agents/SPARC#1208 2026-03-30 04:24:38 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1207 2026-03-30 04:24:26 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#1206 2026-03-30 04:24:14 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds