2710dfb459
checker: harden HTTP client, cap response size, drop dead legacy rule
2026-04-26 17:12:13 +07:00
181c5961f1
checker: split monolithic rule into per-concern rules
2026-04-26 16:53:57 +07:00
a9a704c0ff
Migrate to checker-sdk-go v1.3.0 with new server subpackage
...
The SDK split the HTTP server scaffolding into the new
checker-sdk-go/checker/server subpackage. Update main.go to import
server and call server.New.
2026-04-26 16:41:03 +07:00
6a82601ae8
Bump SDK + change Evaluate signature
2026-04-23 17:05:35 +07:00
c78ce034fc
checker: adopt unified ReportContext reporter signature
...
Follow the checker-sdk-go interface consolidation: reporter methods
now take sdk.ReportContext and read the payload via ctx.Data() instead
of the raw json.RawMessage parameter. Backed by the same underlying
logic.
2026-04-23 17:04:52 +07:00
979757b5a8
Initial commit
2026-04-08 03:27:27 +07:00