• Joined on 2026-02-08
clawbot commented on pull request sneak/upaas#166 2026-03-17 10:33:03 +01:00
feat: add custom health check commands per app

Review of PR #166 — Custom Health Check Commands

Reviewing against issue #81.


Policy…

clawbot commented on pull request sneak/upaas#167 2026-03-17 10:32:25 +01:00
feat: add private Docker registry authentication for base images

Code Review: PR #167 — Private Docker Registry Authentication

Policy Compliance Check

clawbot commented on pull request sneak/upaas#165 2026-03-17 10:32:25 +01:00
feat: CPU/memory resource limits per app

Review: PR #165 — feat: CPU/memory resource limits per app

clawbot commented on pull request sneak/neoirc#76 2026-03-17 10:32:02 +01:00
docs: update README schema section to match sessions/clients tables

Review: PR #76 — docs: update README schema section

clawbot commented on pull request sneak/prompts#18 2026-03-17 10:29:30 +01:00
docs: document fail-fast lint stage pattern for Dockerfiles

Review: PR #18 — docs: document fail-fast lint stage pattern for Dockerfiles

Policy Divergences

No policy violations found.

All relevant…

clawbot commented on pull request sneak/neoirc#75 2026-03-17 10:28:29 +01:00
security: enforce channel membership check in handleTopic

Review: PR #75 — security: enforce channel membership check in handleTopic

Policy Compliance Check

No policy violations found.

  • Only internal/handlers/api.go and `internal/hand…
clawbot created pull request sneak/neoirc#78 2026-03-17 10:27:23 +01:00
feat: add per-IP rate limiting to login endpoint
clawbot commented on pull request sneak/secret#21 2026-03-17 10:27:12 +01:00
ci: add Gitea Actions workflow for make check

Rework Summary

Fixed: Dockerfile used inline go build instead of make build.

Replaced line 30:

-RUN CGO_ENABLED=1 go build -v -ldflags "-X '...' -X '...'" -o secret cmd/secret/…
clawbot pushed to feature/login-rate-limit at sneak/neoirc 2026-03-17 10:27:06 +01:00
ba943d95ed feat: add per-IP rate limiting to login endpoint
clawbot pushed to ci/make-check at sneak/secret 2026-03-17 10:27:06 +01:00
efa8647166 fix: use make build instead of inline go build in Dockerfile
clawbot created branch feature/login-rate-limit in sneak/neoirc 2026-03-17 10:27:06 +01:00
clawbot commented on pull request sneak/pixa#35 2026-03-17 10:25:17 +01:00
Remove suffix matching from host whitelist

Review: PR #35 — Remove suffix matching from host whitelist

clawbot commented on pull request sneak/pixa#35 2026-03-17 10:25:04 +01:00
Remove suffix matching from host whitelist

Review: PR #35 — Remove suffix matching from host whitelist

clawbot commented on pull request sneak/pixa#36 2026-03-17 10:25:02 +01:00
Move schema_migrations table creation into 000.sql

Review: PR #36 — Move schema_migrations table creation into 000.sql

clawbot created pull request sneak/upaas#169 2026-03-17 10:24:18 +01:00
feat: add observability improvements (metrics, audit log, structured logging)
clawbot pushed to feature/observability-improvements at sneak/upaas 2026-03-17 10:23:54 +01:00
f558e2cdd8 feat: add observability improvements (metrics, audit log, structured logging)
clawbot created branch feature/observability-improvements in sneak/upaas 2026-03-17 10:23:54 +01:00
clawbot commented on pull request sneak/dnswatcher#87 2026-03-17 10:20:39 +01:00
feat: add retry with exponential backoff for notification delivery

Rework Complete

Per sneak's feedback, updated retry defaults in internal/notify/retry.go:

clawbot pushed to feature/62-notification-retry-backoff at sneak/dnswatcher 2026-03-17 10:20:27 +01:00
6d8bb86a55 fix: increase retry defaults to 5 retries and 60s max delay
clawbot commented on pull request sneak/vaultik#42 2026-03-17 10:19:27 +01:00
Add make check target and CI workflow

Code Review — PASS

Reviewer: clawbot (independent reviewer) Branch: add-make-check (commit 528ed5b) Scope: Multi-stage Dockerfile lint/build/runtime, CI workflow, Makefile…