jason.woltje
  • Joined on 2025-11-30
jason.woltje created pull request mosaic/stack#419 2026-02-16 23:35:35 +00:00
chore: upgrade Node.js runtime to v24 across codebase
jason.woltje pushed to fix/auth-frontend-remediation at mosaic/stack 2026-02-16 23:34:18 +00:00
8961f5b18c chore: upgrade Node.js runtime to v24 across codebase
jason.woltje created branch fix/auth-frontend-remediation in mosaic/stack 2026-02-16 23:34:18 +00:00
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 23:13:02 +00:00
fe831901b3 feat: Add lint skill (zero-tolerance) + strengthen kickstart linting mandate
jason.woltje deleted branch fix/auth-frontend-remediation from mosaic/stack 2026-02-16 23:11:44 +00:00
jason.woltje pushed to develop at mosaic/stack 2026-02-16 23:11:44 +00:00
d58bf47cd7 Merge pull request 'fix(#411): auth & frontend remediation — all 6 phases complete' (#418) from fix/auth-frontend-remediation into develop
c917a639c4 fix(#411): wrap login page useSearchParams in Suspense boundary
9d3a673e6c fix(#411): resolve CI lint errors — prettier, unused directives, no-base-to-string
b96e2d7dc6 chore(#411): Phase 13 complete — QA round 2 remediation done, 272 tests passing
76756ad695 test(#411): add AuthGuard user validation branch tests — malformed/missing/null user data
Compare 52 commits »
jason.woltje merged pull request mosaic/stack#418 2026-02-16 23:11:42 +00:00
fix(#411): auth & frontend remediation — all 6 phases complete
jason.woltje pushed to fix/auth-frontend-remediation at mosaic/stack 2026-02-16 23:08:32 +00:00
c917a639c4 fix(#411): wrap login page useSearchParams in Suspense boundary
jason.woltje pushed to fix/auth-frontend-remediation at mosaic/stack 2026-02-16 23:00:03 +00:00
9d3a673e6c fix(#411): resolve CI lint errors — prettier, unused directives, no-base-to-string
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:59:05 +00:00
1ebc161f2c feat: Add kickstart skill — orchestrator launcher via /kickstart command
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:39:10 +00:00
798fce9487 security: Remove vercel-deploy (data exfiltration), annotate LD_PRELOAD shims
jason.woltje pushed to fix/auth-frontend-remediation at mosaic/stack 2026-02-16 22:34:01 +00:00
b96e2d7dc6 chore(#411): Phase 13 complete — QA round 2 remediation done, 272 tests passing
76756ad695 test(#411): add AuthGuard user validation branch tests — malformed/missing/null user data
05ee6303c2 fix(#411): sanitize Bearer tokens in verifySession logs + warn on non-Error thrown values
5328390f4c fix(#411): sanitize login error messages through parseAuthError — prevent raw error leakage
4d9b75994f fix(#411): add runtime null checks in auth controller — defense-in-depth for AuthenticatedRequest
Compare 19 commits »
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:27:46 +00:00
f5792c40be feat: Complete fleet — 94 skills across 10+ domains
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:22:55 +00:00
861b28b965 feat: Expand fleet to 23 skills across all domains
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:17:42 +00:00
f6bcc86881 feat: Add 5 curated skills for Mosaic Stack
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:09:06 +00:00
b794d0ad6b docs: Add npx install commands and clone instructions
jason.woltje pushed to main at mosaic/agent-skills 2026-02-16 22:04:15 +00:00
d9bcdc4a8d feat: Initial agent-skills repo — 4 adapted skills for Mosaic Stack
jason.woltje created branch main in mosaic/agent-skills 2026-02-16 22:04:15 +00:00
jason.woltje created repository mosaic/agent-skills 2026-02-16 22:04:09 +00:00
jason.woltje closed issue mosaic/stack#411 2026-02-16 18:38:50 +00:00
[EPIC] Auth & Frontend Remediation