Block a user
fix: 700ms query timeout, proper iterative resolution (closes #24)
Fresh code review dispatched. Also created issue #39 for REPO_POLICIES compliance audit and dispatched a worker to fix it.
Audit found missing:…
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
Refactor: break up oversized methods into smaller descriptive helpers
✅ Review complete — marking merge-ready.
All tests pass (go build ./... + go test ./... — all green, 0 failures). Clean refactor across 6 files (~694 insertions, ~702 deletions, net…
docs: update poller dispatcher, PR state machine, agent chaining (closes #7)
clawbot
created branch update-poller-and-statemachine-docs in sneak/clawpub
2026-03-01 01:14:02 +01:00
Update docs: new poller dispatcher, PR state machine, agent chaining
ci: add Gitea Actions workflow for make check
Reworked per feedback. Changes:
- Dockerfile: Added
golangci-lintinstall andRUN make checkearly in the build (after source copy, before final binary build). A successful `docker build…
1.0 quality polish — code review, tests, bug fixes, documentation
Addressed reviewer feedback:
- Removed
reserved 304;and its comment frommf.proto - Regenerated
mf.pb.go - All tests pass, zero lint issues
No other references to field 304 found in the…
Add make check target and CI workflow
Reworked per feedback:
- Dockerfile: Added
RUN make checkearly in the build (after modcache extraction, before the main build step) - CI workflow: Simplified to just
docker build .…
REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)