multica/server
Jiayuan eb5aaf003c fix(server): remove status gates from on_assign and on_mention triggers
on_assign: Remove the todo-only restriction. Assignment is an explicit
human action — if someone assigns an agent to a done/in_progress issue,
they want the agent triggered (e.g. to fix a problem found after close).

on_mention: Remove the done/cancelled check. @mention is an explicit
action and should work on any issue status. The agent can reopen the
issue if needed.
2026-04-01 21:46:20 +08:00
..
cmd fix(auth): enforce auth on daemon API routes (#224) 2026-03-31 16:13:58 +08:00
internal fix(server): remove status gates from on_assign and on_mention triggers 2026-04-01 21:46:20 +08:00
migrations merge: resolve conflicts with main 2026-03-31 16:25:20 +08:00
pkg Merge remote-tracking branch 'origin/main' into fix/s3-cleanup-on-delete 2026-03-31 16:49:32 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00