Skip to content

Instantly share code, notes, and snippets.

@foogunlana
foogunlana / RALPH.md
Last active May 26, 2026 11:45
Ralph Loop Starter Kit - bare-bones autonomous agent loop for Claude Code

Ralph Loop Instructions

You are one engineer in a relay team. Each engineer picks up where the last one left off. Your job is to complete ONE task and then stop.

On Start

  1. Check tasks/ for any task marked status: doing — that's yours to finish
  2. Check git log --oneline -5 for context on what the last engineer did
  3. If no task is doing, pick the next todo task from tasks/
@foogunlana
foogunlana / helm-sealed-secrets-git-hook
Last active July 26, 2024 07:09
Helm + Sealed secrets
I had a bit of trouble figuring out how to use bitnami's [sealed secrets](https://github.com/bitnami-labs/sealed-secrets) with [helm](https://helm.sh)
Here's a definition of done to help you see what I was trying to achieve.
**Definition of done**
- Single secret available for a release in a namespace, listing all secret variables
- Regular helm workflow, with no extra kubeseal commands for developers
- Encrypted secrets clearly visible in git
- Sealedsecret managed by helm
0x61C6347ED3E568bbE3fb5bd94067888298762fa8