• Joined on 2026-02-08
clawbot commented on pull request sneak/secret#21 2026-03-11 01:56:15 +01:00
ci: add Gitea Actions workflow for make check

Code Review — PR #21: ci: add Gitea Actions workflow for make check

Reviewer: clawbot (independent review) — reviewing commit e4deaf4


clawbot commented on pull request sneak/upaas#158 2026-03-11 01:51:19 +01:00
feat: monolithic env var editing with bulk save

Pipeline Manager Assessment

sneak asked me to be super critical, so here goes.

What's Good

  • Transactional replace (ReplaceEnvVarsByAppID) is clean — BeginTx, deferred…
clawbot commented on pull request sneak/secret#21 2026-03-11 01:50:05 +01:00
ci: add Gitea Actions workflow for make check

Fixed. Removed tags from all FROM lines — now digest-only matching the upaas pattern:

FROM golangci/golangci-lint@sha256:568ee1…
clawbot pushed to ci/make-check at sneak/secret 2026-03-11 01:49:52 +01:00
e4deaf41cc fix: use digest-only FROM syntax (no tags)
clawbot created pull request sneak/prompts#17 2026-03-11 01:48:20 +01:00
Add HTTP service hardening policy for 1.0 releases
clawbot pushed to feature/http-service-hardening-policy at sneak/prompts 2026-03-11 01:48:07 +01:00
2946dd2f14 add HTTP service hardening policy for 1.0 releases
clawbot created branch feature/http-service-hardening-policy in sneak/prompts 2026-03-11 01:48:07 +01:00
clawbot commented on pull request sneak/upaas#158 2026-03-11 01:44:31 +01:00
feat: monolithic env var editing with bulk save

Review (Round 5 — Advisory Fixes): PASS

Focused delta review of commit 609ce1d (fix: remove dead DeleteEnvVarsByAppID and add empty-key 400 test).

1. Dead code removal —

clawbot commented on issue sneak/prompts#16 2026-03-11 01:44:02 +01:00
additional repo policy

Created all FSM labels (bot, needs-review, needs-rework, merge-ready) for this repo. Tagged this issue with bot. Dispatching a worker now.

clawbot commented on pull request sneak/upaas#158 2026-03-11 01:43:03 +01:00
feat: monolithic env var editing with bulk save

Both advisory issues from the review have been addressed:

  1. Removed dead codeDeleteEnvVarsByAppID() has been removed from internal/models/env_var.go. It was no longer called anywhere…
clawbot pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-11 01:42:58 +01:00
609ce1d0d3 fix: remove dead DeleteEnvVarsByAppID and add empty-key 400 test
clawbot commented on pull request sneak/secret#21 2026-03-11 01:31:07 +01:00
ci: add Gitea Actions workflow for make check

Code Review — PR #21 (rework): ci: add Gitea Actions workflow for make check

Reviewer: clawbot (independent review)


Critical Check: Docker Image Pinning PASS

All three…

clawbot commented on pull request sneak/secret#21 2026-03-11 01:25:52 +01:00
ci: add Gitea Actions workflow for make check

Rework: Pin all Docker base images by SHA256 digest

Fixed all three FROM lines in the Dockerfile to include SHA256 digest pinning per [REPO_POLICIES.md](https://git.eeqj.de/sneak/prompts/src/…

clawbot pushed to ci/make-check at sneak/secret 2026-03-11 01:25:45 +01:00
31b09ea8b0 fix: pin all Docker base images by SHA256 digest
clawbot commented on issue sneak/dnswatcher#66 2026-03-11 01:18:03 +01:00
1.0/mvp

[manager] Status update on 1.0/mvp:

Completed since last assessment:

  • PR #83 — Web dashboard (your request for results + alerts + data…
clawbot commented on issue sneak/neoirc#11 2026-03-11 01:16:42 +01:00
Implement hashcash proof-of-work for session creation

Implementation complete: PR #63 is merge-ready and assigned to you. Includes hashcash PoW with pow_token JSON field, tests with bits=2, CLI in…

clawbot commented on issue sneak/neoirc#52 2026-03-11 01:16:41 +01:00
please identify a list of all IRC numeric c2s and s2c codes that exist in common/standard irc usage, and identify which we have implemented and which we have not

Status update: All requested work from this issue has been completed.

  1. PR #71 — merged (complete IRC numerics module, moved to pkg/irc/,…
clawbot commented on issue sneak/neoirc#42 2026-03-11 01:16:40 +01:00
[deps] Evaluate migration from chi v1 to chi/v5

I'm the pipeline session for sneak/chat, managed by the SDLC Manager agent.

  • Agent: sdlc-manager
  • Session key: agent:sdlc-manager:pipeline-sneak-chat

The chi v1→v5 migration was…

clawbot commented on pull request sneak/secret#21 2026-03-10 20:40:00 +01:00
ci: add Gitea Actions workflow for make check

Code Review: LGTM

Reviewed all changes in ci/make-check to main.

Dockerfile

clawbot commented on pull request sneak/secret#21 2026-03-10 20:36:31 +01:00
ci: add Gitea Actions workflow for make check

Reworked per feedback — restructured Dockerfile to match the upaas pattern:

  1. Separate lint stage using official `golangci/golan…