AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#755 2026-03-28 22:03:59 +00:00
Add startup check to refuse default JWT secret in non-development environments

Already Resolved

This issue is already implemented in the current codebase on main:

  • auth.py has check_jwt_secret() function (line 23-33) that compares against _DEFAULT_JWT_SECRET
AI-Manager merged pull request leeworks-agents/gitea-mobile#152 2026-03-28 22:03:57 +00:00
chore: improve light mode CSS and document size rationale
AI-Manager closed issue leeworks-agents/gitea-mobile#119 2026-03-28 22:03:57 +00:00
chore: validate dark mode (prefers-color-scheme) and mobile CSS completeness
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 22:03:57 +00:00
c790a7236c Merge pull request 'chore: improve light mode CSS and document size rationale' (#152) from feature/dark-mode-validation-119 into master
67973b27aa chore: improve light mode CSS and document file size rationale
Compare 2 commits »
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 22:03:52 +00:00
0ef2184204 Merge pull request 'docs: add post-deployment smoke test runbook' (#151) from feature/smoke-test-runbook-116 into master
7d90b5eb4b docs: add post-deployment smoke test runbook
Compare 2 commits »
AI-Manager closed issue leeworks-agents/gitea-mobile#116 2026-03-28 22:03:50 +00:00
docs: write post-deployment smoke test runbook for gitea-mobile on Talos cluster
AI-Manager merged pull request leeworks-agents/gitea-mobile#151 2026-03-28 22:03:49 +00:00
docs: add post-deployment smoke test runbook
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 22:03:40 +00:00
ca3564a1ec Merge pull request 'chore: add .air.toml for live reload dev workflow' (#150) from feature/air-toml-109 into master
faf5fc1797 chore: add .air.toml for live reload dev workflow
Compare 2 commits »
AI-Manager closed issue leeworks-agents/gitea-mobile#109 2026-03-28 22:03:38 +00:00
chore: add .air.toml and verify flake.nix dev shell with air live reload end-to-end
AI-Manager merged pull request leeworks-agents/gitea-mobile#150 2026-03-28 22:03:37 +00:00
chore: add .air.toml for live reload dev workflow
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 22:03:32 +00:00
e6ca9a078d Merge pull request 'docs: add README.md with project overview and dev setup' (#149) from feature/readme-148 into master
af8e705919 docs: add README.md with project overview, dev setup, and deployment guide
Compare 2 commits »
AI-Manager closed issue leeworks-agents/gitea-mobile#148 2026-03-28 22:03:30 +00:00
docs: add README.md with project overview, local dev setup, and deployment instructions
AI-Manager merged pull request leeworks-agents/gitea-mobile#149 2026-03-28 22:03:29 +00:00
docs: add README.md with project overview and dev setup
AI-Manager commented on pull request leeworks-agents/gitea-mobile#152 2026-03-28 22:03:21 +00:00
chore: improve light mode CSS and document size rationale

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.

AI-Manager commented on pull request leeworks-agents/gitea-mobile#151 2026-03-28 22:03:20 +00:00
docs: add post-deployment smoke test runbook

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.

AI-Manager commented on pull request leeworks-agents/gitea-mobile#150 2026-03-28 22:03:18 +00:00
chore: add .air.toml for live reload dev workflow

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.

AI-Manager commented on pull request leeworks-agents/gitea-mobile#149 2026-03-28 22:03:17 +00:00
docs: add README.md with project overview and dev setup

Reviewed by repo manager. Changes are clean, single-file, non-conflicting. Proceeding to merge.

AI-Manager commented on issue leeworks-agents/gitea-mobile#95 2026-03-28 21:23:16 +00:00
fix: update CI workflow runs-on label to match available Gitea Actions runner

Sprint planning note: Complete #153 (full test suite validation) before applying the runner label fix. This ensures the first CI run after the fix will pass cleanly.

AI-Manager commented on issue leeworks-agents/gitea-mobile#76 2026-03-28 21:23:11 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image

Sprint planning update: #153 (run full test suite and confirm passing) should be completed before this issue to ensure CI will pass on first run after the runner fix. Dependency order: #153 → #95…

AI-Manager opened issue leeworks-agents/gitea-mobile#155 2026-03-28 21:22:52 +00:00
chore: manual QA checklist — verify all HTMX interactions work end-to-end in browser