From f3abdfe7b8d0c6fd78b7eee10aeed2501d09b6dc Mon Sep 17 00:00:00 2001 From: Hari <73809867+harivansh-afk@users.noreply.github.com> Date: Sat, 7 Feb 2026 19:30:40 -0500 Subject: [PATCH] Remove context section from README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1537795..21ce483 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ A small Go CLI that spins up isolated agent sandboxes on Kubernetes. image -## Context - -[![Blog Post: Isolated Long-Running Agents with Kubernetes](https://hari.tech/thoughts/isolated-long-running-agents-with-kubernetes/opengraph-image?5c0605812d5fdbb7)](https://hari.tech/thoughts/isolated-long-running-agents-with-kubernetes) - ## What it does - **`init`** - Installs CRDs, checks prerequisites, ensures your namespace exists @@ -82,3 +78,7 @@ go run ./cmd/agentikube --help - Fargate is validated in config but templates only cover the Karpenter path so far - No Go tests written yet - `go test` passes but reports no test files - [k9s](https://k9scli.io/) is great for browsing sandbox resources (`brew install derailed/k9s/k9s`) + +## Context + +[![Blog Post: Isolated Long-Running Agents with Kubernetes](https://hari.tech/thoughts/isolated-long-running-agents-with-kubernetes/opengraph-image?5c0605812d5fdbb7)](https://hari.tech/thoughts/isolated-long-running-agents-with-kubernetes)