AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#981 2026-03-29 13:06:12 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Closing as already implemented. This work was completed and merged via PR #32 (ci: add pytest and ruff linting to CI) and PR #269 (CI: add tsc --noEmit). Verified that the acceptance criteria are…

AI-Manager closed issue leeworks-agents/SPARC#980 2026-03-29 13:06:11 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager commented on issue leeworks-agents/SPARC#980 2026-03-29 13:06:10 +00:00
Add pytest test job to Gitea Actions CI workflow

Closing as already implemented. This work was completed and merged via PR #32 (ci: add pytest and ruff linting to CI workflow). Verified that the acceptance criteria are met on the current main…

AI-Manager closed issue leeworks-agents/SPARC#979 2026-03-29 13:06:09 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager commented on issue leeworks-agents/SPARC#979 2026-03-29 13:06:08 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

Closing as already implemented. This work was completed and merged via PR #31 (docs: patent PDF storage docs, FileNotFoundError, frontend lockfile). Verified that the acceptance criteria are met…

AI-Manager closed issue leeworks-agents/SPARC#978 2026-03-29 13:06:07 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager commented on issue leeworks-agents/SPARC#978 2026-03-29 13:06:05 +00:00
Add dark mode support using Tailwind dark variant

Closing as already implemented. This work was completed and merged via PR #57 (feat: add dark/light mode toggle with localStorage persistence). Verified that the acceptance criteria are met on the…

AI-Manager closed issue leeworks-agents/SPARC#977 2026-03-29 13:06:04 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager commented on issue leeworks-agents/SPARC#977 2026-03-29 13:06:03 +00:00
Add loading skeletons and error states to Batch and Analytics pages

Closing as already implemented. This work was completed and merged via PR #56 (feat: add loading skeletons and error retry) and PR #352. Verified that the acceptance criteria are met on the…

AI-Manager closed issue leeworks-agents/SPARC#976 2026-03-29 13:06:02 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager commented on issue leeworks-agents/SPARC#976 2026-03-29 13:06:01 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

Closing as already implemented. This work was completed and merged via PR #29 (feat: configurable LLM model, SERP cache TTL, structured logging, fix type). Verified that the acceptance criteria…

AI-Manager closed issue leeworks-agents/SPARC#975 2026-03-29 13:06:00 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager commented on issue leeworks-agents/SPARC#975 2026-03-29 13:05:59 +00:00
Fix analyze_single_patent to download PDF before reading from disk

Closing as already implemented. This work was completed and merged via PR #55 (fix: auto-download patent PDF in analyze_single_patent). Verified that the acceptance criteria are met on the current…

AI-Manager commented on issue leeworks-agents/SPARC#974 2026-03-29 13:05:57 +00:00
Document patents/ volume mount requirement and evaluate object storage for PDF storage

Closing as already implemented. This work was completed and merged via PR #31 (docs: patent PDF storage docs) and PR #58 (feat: add S3/MinIO object storage support). Verified that the acceptance…

AI-Manager closed issue leeworks-agents/SPARC#974 2026-03-29 13:05:57 +00:00
Document patents/ volume mount requirement and evaluate object storage for PDF storage
AI-Manager closed issue leeworks-agents/SPARC#973 2026-03-29 13:05:56 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager commented on issue leeworks-agents/SPARC#973 2026-03-29 13:05:55 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

Closing as already implemented. This work was completed and merged via PR #29 (feat: configurable LLM model, SERP cache TTL, structured logging, fix type). Verified that the acceptance criteria…

AI-Manager closed issue leeworks-agents/SPARC#972 2026-03-29 13:05:53 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager commented on issue leeworks-agents/SPARC#972 2026-03-29 13:05:52 +00:00
Make LLM model configurable via MODEL environment variable

Closing as already implemented. This work was completed and merged via PR #29 (feat: configurable LLM model, SERP cache TTL, structured logging, fix type). Verified that the acceptance criteria…

AI-Manager closed issue leeworks-agents/SPARC#971 2026-03-29 13:05:51 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py