• Joined on 2026-03-23
chaim created branch docs/hooks-jobs-sync-2026-05 in ezer-mishpati/legal-ai 2026-05-17 10:24:43 +00:00
chaim created branch docs/hooks-jobs-sync-2026-05 in ezer-mishpati/plugin-legal-ai 2026-05-17 10:24:30 +00:00
chaim pushed to docs/hooks-jobs-sync-2026-05 at ezer-mishpati/plugin-legal-ai 2026-05-17 10:24:30 +00:00
952c70b2c0 docs: add changelog for hooks/jobs/sync improvements (2026-05-17)
chaim pushed to main at ezer-mishpati/plugin-legal-ai 2026-05-17 10:18:35 +00:00
52c3e600e7 style: biome auto-fix (const, import order, formatter)
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-17 10:16:06 +00:00
a3468d5b2f fix: use timezone-aware datetime in webhook timestamp
5f43659b5a fix: add defensive JSON parsing in check_instructions
86734da210 feat: add --check-instructions, pre-flight validation, and mtime tracking to sync script
Compare 3 commits »
chaim pushed to main at ezer-mishpati/plugin-legal-ai 2026-05-17 10:15:57 +00:00
98c87a5d70 perf: build case-issue map once in stale-case-reminder; add idempotency TODO
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-16 17:42:30 +00:00
82ded005a4 fix: add days>0 guard and limit param to stale/feedback endpoints
c7ed1110f8 feat: add /api/cases/stale and /api/chair-feedback/weekly-summary endpoints
Compare 2 commits »
chaim pushed to main at ezer-mishpati/plugin-legal-ai 2026-05-16 17:42:30 +00:00
09acb021eb perf: hoist companies.list() outside stale-case loop
06679bb061 feat: add stale-case-reminder and weekly-feedback-analysis jobs
Compare 2 commits »
chaim pushed to main at ezer-mishpati/plugin-legal-ai 2026-05-16 17:30:00 +00:00
9633617e26 fix: declare case-status webhook endpoint in manifest
chaim pushed to main at ezer-mishpati/plugin-legal-ai 2026-05-16 17:23:23 +00:00
f5a4cd1c62 feat: add webhooks.receive capability to plugin manifest
23fda8da8c fix: add payload validation guard in onWebhook handler
6b856dbe85 feat: add onWebhook handler for case-status events
Compare 3 commits »
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-16 17:23:12 +00:00
015e553d06 fix: add debug log and null company_id comment to webhook scheduling
6bdf9786ac feat: emit case-status webhook on status change in PUT /api/cases/:case
d87f9c5a5f fix: include case details in webhook failure warning log
a0fab1f6de feat: add emit_case_status_webhook helper
Compare 4 commits »
chaim created branch feature/hooks-and-agents in ezer-mishpati/legal-ai 2026-05-16 17:22:51 +00:00
chaim created branch feature/hooks-and-agents in ezer-mishpati/plugin-legal-ai 2026-05-16 17:22:51 +00:00
chaim pushed to feature/hooks-and-agents at ezer-mishpati/legal-ai 2026-05-16 17:22:51 +00:00
015e553d06 fix: add debug log and null company_id comment to webhook scheduling
6bdf9786ac feat: emit case-status webhook on status change in PUT /api/cases/:case
d87f9c5a5f fix: include case details in webhook failure warning log
a0fab1f6de feat: add emit_case_status_webhook helper
Compare 4 commits »
chaim pushed to feature/hooks-and-agents at ezer-mishpati/plugin-legal-ai 2026-05-16 17:22:51 +00:00
f5a4cd1c62 feat: add webhooks.receive capability to plugin manifest
23fda8da8c fix: add payload validation guard in onWebhook handler
6b856dbe85 feat: add onWebhook handler for case-status events
Compare 3 commits »
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-10 18:54:47 +00:00
d5043100a7 fix: json.loads JSONB overrides on GET — asyncpg has no codec registered
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-10 18:38:07 +00:00
932cc7191c fix: use ::text::jsonb to store methodology overrides correctly
chaim pushed to main at ezer-mishpati/legal-ai 2026-05-10 18:34:04 +00:00
d983cfdd3b Merge pull request 'fix: prevent JSONB double-encoding on methodology save' (#6) from fix/methodology-jsonb-double-encoding into main
50649baeed fix: prevent JSONB double-encoding on methodology save
a9cd8aeb12 fix: prevent write_interim_draft context overflow (465K → ≤300K chars)
Compare 3 commits »
chaim deleted branch fix/methodology-jsonb-double-encoding from ezer-mishpati/legal-ai 2026-05-10 18:34:04 +00:00
chaim merged pull request ezer-mishpati/legal-ai#6 2026-05-10 18:34:03 +00:00
fix: prevent JSONB double-encoding on methodology save