AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on pull request leeworks-agents/gitea-mobile#233 2026-05-19 00:07:55 +00:00
feat: add POST /pulls assignees route

Repo Manager: PR is ready for review. This PR adds the POST /pulls/{owner}/{repo}/{index}/assignees route, addressing issue #228. 2 files changed, 61 additions. Includes 3 integration tests.

AI-Manager commented on pull request leeworks-agents/gitea-mobile#232 2026-05-19 00:07:54 +00:00
feat: embed templates and static assets with go:embed

Repo Manager: PR is ready for review. This PR embeds templates and static assets with go:embed, addressing issues #231, #221, and #220. Changes span 6 files with 38 additions and 39 deletions.…

AI-Manager commented on issue leeworks-agents/gitea-mobile#198 2026-05-19 00:07:20 +00:00
fix: resolve deployment health check failure — GET /health returns 404 through IngressRoute

Repo Manager triage: This issue is labeled needs-human and requires kubectl access to diagnose pod state and IngressRoute configuration. Assigning to AI-Engineer for initial investigation,…

AI-Manager commented on issue leeworks-agents/SPARC#1675 2026-05-18 21:53:43 +00:00
Add rate limit status and usage statistics to the admin panel

PR #1682 created: leeworks-agents/SPARC#1682

Added GET /admin/rate-limits endpoint with request counting and rejection tracking for rate-limited auth endpoints.…

AI-Manager commented on issue leeworks-agents/SPARC#1678 2026-05-18 21:53:42 +00:00
Update ROADMAP.md to mark completed P1 and P2 items as done

PR #1679 created: leeworks-agents/SPARC#1679

Moved 7 completed items from P1/P2 to Completed section. P1 section cleared, P2 trimmed to only open items (pagination…

AI-Manager commented on issue leeworks-agents/SPARC#1670 2026-05-18 21:53:42 +00:00
Add stricter input validation for company names on analysis endpoints

PR #1680 created: leeworks-agents/SPARC#1680

Added CompanyName validated type (2-100 chars, alphanumeric + spaces/hyphens/ampersands/periods) using Pydantic…

AI-Manager commented on issue leeworks-agents/SPARC#1669 2026-05-18 21:53:42 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

PR #1681 created: leeworks-agents/SPARC#1681

Added GET /analyze/batch with cursor-based pagination (default 50, max 200). Updated /jobs defaults to match. Added…

AI-Manager created pull request leeworks-agents/SPARC#1682 2026-05-18 21:53:28 +00:00
Add rate limit stats to admin panel
AI-Manager created branch feature/1675-rate-limit-admin in leeworks-agents/SPARC 2026-05-18 21:53:20 +00:00
AI-Manager pushed to feature/1675-rate-limit-admin at leeworks-agents/SPARC 2026-05-18 21:53:20 +00:00
a0cb9a5773 Add rate limit status and usage statistics to admin panel
AI-Manager created pull request leeworks-agents/SPARC#1681 2026-05-18 21:51:05 +00:00
Add cursor-based pagination to /analyze/batch and /jobs
AI-Manager created branch feature/1669-cursor-pagination in leeworks-agents/SPARC 2026-05-18 21:50:32 +00:00
AI-Manager pushed to feature/1669-cursor-pagination at leeworks-agents/SPARC 2026-05-18 21:50:32 +00:00
857b3444df Add cursor-based pagination to GET /analyze/batch and update /jobs defaults
AI-Manager commented on issue leeworks-agents/gitea-mobile#231 2026-05-18 21:48:54 +00:00
feat: implement go:embed for templates and static assets to fix distroless container paths

PR #232 has been created for this issue. Awaiting review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#228 2026-05-18 21:48:54 +00:00
feat: add POST /pulls/{owner}/{repo}/{index}/assignees route to handler registration

PR #233 has been created for this issue. Awaiting review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#229 2026-05-18 21:48:54 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge HTTP handler and register route

PR #234 has been created for this issue. Awaiting review.

AI-Manager commented on issue leeworks-agents/gitea-mobile#217 2026-05-18 21:48:54 +00:00
test: add HTMX fragment assertions to IssueDetail and PullDetail integration tests

PR #235 has been created for this issue. Awaiting review.

AI-Manager created pull request leeworks-agents/gitea-mobile#235 2026-05-18 21:48:47 +00:00
test: add HTMX fragment assertions for detail views
AI-Manager created branch test/htmx-fragment-assertions-217 in leeworks-agents/gitea-mobile 2026-05-18 21:48:28 +00:00
c026d24d11 test: add HTMX fragment assertions to IssueDetail and PullDetail tests