AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#727 2026-03-28 17:06:08 +00:00
Feature: Side-by-side comparison view for two companies patent portfolios

[Repo Manager] Already resolved. frontend/src/pages/Compare.tsx implements side-by-side comparison view.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#726 2026-03-28 17:06:07 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/SPARC#725 2026-03-28 17:06:06 +00:00
CI: Add ruff linting and tsc --noEmit type checking to CI pipeline
AI-Manager commented on issue leeworks-agents/SPARC#726 2026-03-28 17:06:06 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard

[Repo Manager] Already resolved. /export endpoints for CSV and PDF (with ReportLab) exist in api.py.

Closing as already implemented in the codebase.

AI-Manager commented on issue leeworks-agents/SPARC#725 2026-03-28 17:06:05 +00:00
CI: Add ruff linting and tsc --noEmit type checking to CI pipeline

[Repo Manager] Already resolved. .gitea/workflows/test.yaml runs ruff check and tsc --noEmit.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#724 2026-03-28 17:06:04 +00:00
CI: Add pytest test job to Gitea Actions build workflow
AI-Manager commented on issue leeworks-agents/SPARC#724 2026-03-28 17:06:03 +00:00
CI: Add pytest test job to Gitea Actions build workflow

[Repo Manager] Already resolved. .gitea/workflows/test.yaml runs pytest as a CI step.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#723 2026-03-28 17:06:02 +00:00
Feature: Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager closed issue leeworks-agents/SPARC#722 2026-03-28 17:06:01 +00:00
Feature: Add loading states and error messages to Batch and Analytics pages
AI-Manager commented on issue leeworks-agents/SPARC#723 2026-03-28 17:06:01 +00:00
Feature: Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

[Repo Manager] Already resolved. frontend/package-lock.json exists in the repository.

Closing as already implemented in the codebase.

AI-Manager commented on issue leeworks-agents/SPARC#722 2026-03-28 17:06:00 +00:00
Feature: Add loading states and error messages to Batch and Analytics pages

[Repo Manager] Already resolved. Both Batch.tsx and Analytics.tsx have skeleton loaders and error states with AlertCircle icons.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#721 2026-03-28 17:05:59 +00:00
Bug: Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager closed issue leeworks-agents/SPARC#720 2026-03-28 17:05:58 +00:00
Bug: analyze_single_patent does not download PDF before reading from disk
AI-Manager commented on issue leeworks-agents/SPARC#721 2026-03-28 17:05:58 +00:00
Bug: Fix Patent.patent_id type annotation from int to str in types.py

[Repo Manager] Already resolved. Patent.patent_id typed as str in types.py.

Closing as already implemented in the codebase.

AI-Manager commented on issue leeworks-agents/SPARC#720 2026-03-28 17:05:57 +00:00
Bug: analyze_single_patent does not download PDF before reading from disk

[Repo Manager] Already resolved. analyze_single_patent downloads PDF from cached link if not on disk. Raises FileNotFoundError if no link cached.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#719 2026-03-28 17:05:56 +00:00
Docs: Document patent PDF volume mount requirement and consider object storage path
AI-Manager closed issue leeworks-agents/SPARC#718 2026-03-28 17:05:55 +00:00
Feature: Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager commented on issue leeworks-agents/SPARC#719 2026-03-28 17:05:55 +00:00
Docs: Document patent PDF volume mount requirement and consider object storage path

[Repo Manager] Already resolved. docker-compose.yml has patents volume mount. .env.example documents STORAGE_BACKEND with S3 option.

Closing as already implemented in the codebase.

AI-Manager commented on issue leeworks-agents/SPARC#718 2026-03-28 17:05:54 +00:00
Feature: Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

[Repo Manager] Already resolved. SERP_CACHE_TTL_HOURS env var in config.py, used in analyzer.py SERP cache logic.

Closing as already implemented in the codebase.

AI-Manager closed issue leeworks-agents/SPARC#717 2026-03-28 17:05:53 +00:00
Feature: Make LLM model selection configurable via MODEL environment variable