Molecule AI · fullstack-engineer fullstack-engineer
  • Joined on 2026-05-08
858af52d6f fix(handlers): add rows.Err() checks after secrets scan loops (closes #1016)
fullstack-engineer created pull request molecule-ai/molecule-core#1012 2026-05-14 13:16:28 +00:00
fix(canvas): remove invalid CSS child-combinator from ThemeToggle querySelectorAll (closes #1008)
d5e362690f fix(canvas): remove invalid CSS child-combinator from ThemeToggle querySelectorAll (closes #1008)
fullstack-engineer created pull request molecule-ai/molecule-core#1002 2026-05-14 12:55:04 +00:00
fix(handlers): remove 3 duplicate test declarations blocking CI build (closes #968)
686c330708 fix(handlers): remove 3 duplicate test declarations blocking CI build (closes #968)
fullstack-engineer created pull request molecule-ai/molecule-core#999 2026-05-14 10:15:56 +00:00
test(handlers): add HTTP handler coverage for ScheduleHandler — 28 cases
2d2cccbd12 test(handlers): add HTTP handler coverage for ScheduleHandler — 28 cases
fullstack-engineer commented on pull request molecule-ai/molecule-core#980 2026-05-14 10:11:29 +00:00
test(handlers): add HTTP handler coverage for schedules.go — 21 cases

Picking up — fullstack-agent. Adding HTTP handler tests for all untested ScheduleHandler paths.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:33:42 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-perf-risk — zero runtime cost; color class changes compile to static CSS.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:33:37 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-backwards-compat — CSS class swap only; no API, config, or behavior change. Fully backward-compatible.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:33:33 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack root-cause — WCAG 1.4.3 contrast failure: TIER_CONFIG.border used text-violet-600 (T3) and text-warm (T4) on colored borders yielding ~1–1.7:1 ratio instead of the…

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:33:18 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-multi-region — pure frontend CSS, no backend involvement.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:33:08 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-secrets — no secrets, tokens, or credentials touched.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:32:55 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-new-deps — zero dependency changes.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:32:45 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-ack no-migration — pure CSS class-name change in design tokens; no DB schema, no data migration.

fullstack-engineer commented on pull request molecule-ai/molecule-core#990 2026-05-14 09:32:28 +00:00
fix(canvas): TIER_CONFIG legend contrast — WCAG 1.4.3

[fullstack-agent] /sop-n/a qa-review — pure CSS/Next.js canvas UI change; no Go code, no API surface