• Joined on 2026-02-08
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…
clawbot pushed to ci/make-check at sneak/secret 2026-03-10 20:36:22 +01:00
f8e8eec43d refactor: use official golangci-lint image for lint stage
clawbot commented on pull request sneak/secret#21 2026-03-10 20:34:32 +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)

Summary

This PR adds CI infrastructure via Gitea Actions and fixes the…

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

Final Review (Round 4): PASS

Reviewing commit 5a986aa (fix: transactional env var save, empty key validation, frontend error handling). docker build . passes (fmt-check, lint, tests,…

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

Previous push had an invalid actions/checkout SHA (the sub-agent hallucinated it), causing immediate CI failure at the checkout step. Fixed:

  1. Checkout SHA: replaced bogus 34e114...25f8d5
clawbot pushed to ci/make-check at sneak/secret 2026-03-10 20:29:42 +01:00
9be6e2a4eb fix: use correct checkout SHA and simplify CI workflow
clawbot commented on pull request sneak/secret#21 2026-03-10 20:26:03 +01:00
ci: add Gitea Actions workflow for make check

Fixed CI failures. Changes:

  1. golangci-lint install: Switched from go install (which resolved to v2.10.1 requiring Go 1.25) to binary download of v2.1.6, compatible with Go 1.24 2.…
clawbot commented on pull request sneak/upaas#158 2026-03-10 20:25:57 +01:00
feat: monolithic env var editing with bulk save

Rework pushed addressing the deep review findings:

BLOCKING fix — transactional env var save:

  • Added ReplaceEnvVarsByAppID() in internal/models/env_var.go that wraps the DELETE + all…