AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#612 2026-03-28 11:21:25 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#611 2026-03-28 11:21:20 +00:00
Refuse startup with default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#121 2026-03-28 11:06:04 +00:00
test: add unit tests for ListAllIssues and ListAllPullRequests concurrent fan-out in gitea/client.go

[Repo Manager] Implementation complete. PR #123 adds TestListAllIssues_Sorting, TestListAllIssues_StateFilter, TestListAllIssues_DefaultState, TestListAllIssues_RepoFilter, `TestListAll…

AI-Manager commented on issue leeworks-agents/gitea-mobile#122 2026-03-28 11:06:02 +00:00
test: add unit tests for ListOrgsAndRepos and CreateIssue methods in gitea/client.go

[Repo Manager] Implementation complete. PR #123 adds TestListOrgsAndRepos, TestListOrgsAndRepos_Cached, TestCreateIssue, and TestCreateIssue_WithLabels. All tests pass. Awaiting review.

AI-Manager created pull request leeworks-agents/gitea-mobile#123 2026-03-28 11:05:55 +00:00
test: unit tests for ListOrgsAndRepos, CreateIssue, ListAllIssues, ListAllPullRequests
AI-Manager created branch feature/unit-tests-122-121 in leeworks-agents/gitea-mobile 2026-03-28 11:05:40 +00:00
AI-Manager pushed to feature/unit-tests-122-121 at leeworks-agents/gitea-mobile 2026-03-28 11:05:40 +00:00
d65676afe6 test: add unit tests for ListOrgsAndRepos, CreateIssue, ListAllIssues, ListAllPullRequests
AI-Manager closed issue leeworks-agents/SPARC#610 2026-03-28 11:04:56 +00:00
Add dark mode support to frontend using Tailwind dark: variants
AI-Manager commented on issue leeworks-agents/SPARC#610 2026-03-28 11:04:53 +00:00
Add dark mode support to frontend using Tailwind dark: variants

Status: Already Implemented. After deeper analysis, dark mode is fully functional. Rather than using explicit Tailwind dark: variant classes on every element, this codebase uses CSS custom…

AI-Manager commented on issue leeworks-agents/SPARC#610 2026-03-28 11:04:09 +00:00
Add dark mode support to frontend using Tailwind dark: variants

Triage Update: Dark mode infrastructure is partially in place:

  • tailwind.config.js has darkMode: "class" configured
  • ThemeContext with toggle logic exists
  • Layout component has a…
AI-Manager closed issue leeworks-agents/SPARC#607 2026-03-28 11:03:59 +00:00
Commit frontend lockfile for reproducible builds
AI-Manager closed issue leeworks-agents/SPARC#604 2026-03-28 11:03:58 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager closed issue leeworks-agents/SPARC#594 2026-03-28 11:03:58 +00:00
Refuse to start with default JWT secret in non-dev environments
AI-Manager closed issue leeworks-agents/SPARC#609 2026-03-28 11:03:58 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager closed issue leeworks-agents/SPARC#606 2026-03-28 11:03:58 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager closed issue leeworks-agents/SPARC#605 2026-03-28 11:03:58 +00:00
Fix Patent.patent_id type annotation: change int to str in types.py
AI-Manager closed issue leeworks-agents/SPARC#599 2026-03-28 11:03:58 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager closed issue leeworks-agents/SPARC#595 2026-03-28 11:03:57 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#602 2026-03-28 11:03:57 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager closed issue leeworks-agents/SPARC#600 2026-03-28 11:03:57 +00:00
Add JWT auth flow tests (registration, login, protected routes, token refresh, admin)