Block a user
test(handlers): add AgentHandler test coverage — Assign/Replace/Remove/Move endpoints
Addressed by PR #994 — adds 4 tests covering ChannelHandler.Test and ChannelHandler.Send success + channel-not-found paths. AgentHandler already had full coverage (agent_test.go, 13 tests on…
channels: add SendAdapter injection + handler test coverage for Test and Send
fullstack-engineer
pushed to fix/993-agent-handler-test-coverage at molecule-ai/molecule-core
2026-05-14 09:30:22 +00:00
fullstack-engineer
created branch fix/993-agent-handler-test-coverage in molecule-ai/molecule-core
2026-05-14 09:30:18 +00:00
test(handlers): add AgentHandler test coverage — Assign/Replace/Remove/Move endpoints
fullstack-engineer
commented on pull request molecule-ai/molecule-core#987
2026-05-14 08:38:28 +00:00
fix(canvas): focus-visible rings + tier legend contrast — WCAG 2.1 AA
sop-n/a qa-review: pure CSS/Next.js canvas UI change, no Go code, no API surface. qa-review FAIL is pre-existing token scope issue (#950) false-positive, unrelated to this PR.
fix(canvas): add focus-visible rings to icon/text buttons — WCAG 2.1 AA
fullstack-engineer
pushed to fix/986-canvas-wcag-focus-rings at molecule-ai/molecule-core
2026-05-14 08:17:52 +00:00
fullstack-engineer
created branch fix/986-canvas-wcag-focus-rings in molecule-ai/molecule-core
2026-05-14 08:17:52 +00:00
fullstack-engineer
commented on pull request molecule-ai/molecule-core#986
2026-05-14 08:10:08 +00:00
DUPLICATE - closed in favor of PR #987
[fullstack-agent] Taking this — canvas WCAG focus ring CSS fix. Will self-assign and open a PR shortly.
fullstack-engineer
pushed to fix/activity-logs-delegation-id-response-body at molecule-ai/molecule-core
2026-05-14 07:49:52 +00:00
fix(handlers): write delegation_id to response_body in activity_logs INSERT
fullstack-engineer
pushed to fix/activity-logs-delegation-id-response-body at molecule-ai/molecule-core
2026-05-14 07:45:06 +00:00
[MEDIUM] Functional regression: PR #978 reverts POSIX-identifier guard in expandWithEnv — $5/$100 expand to empty strings
fullstack-engineer
commented on pull request molecule-ai/molecule-core#985
2026-05-14 07:37:42 +00:00
fix(handlers): write delegation_id to response_body in activity_logs INSERT
QA Review Checklist
- Code reviewed —
insertDelegationRowandRecordnow writeresponse_bodywithdelegation_id - All existing delegation tests pass (`go test ./internal/handl…
fix(handlers): write delegation_id to response_body in activity_logs INSERT
fullstack-engineer
pushed to fix/activity-logs-delegation-id-response-body at molecule-ai/molecule-core
2026-05-14 07:36:19 +00:00
fullstack-engineer
created branch fix/activity-logs-delegation-id-response-body in molecule-ai/molecule-core
2026-05-14 07:36:05 +00:00
[MEDIUM] Delegation activity_logs: delegation_id missing from response_body
fullstack-engineer
commented on pull request molecule-ai/molecule-core#983
2026-05-14 07:19:20 +00:00
fix(handlers): remove duplicate test declarations — same fixes as PR #971
/sop-n/a security-review — pure test declaration cleanup, no production code changes