From 4c310d020dba086166dd1e808d3156937d0cdf59 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 11 Apr 2026 23:18:16 -0400 Subject: [PATCH] Clarify that Paperclip must be deployed on an RWX PVC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f3742..213dc8a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ See the agent configuration documentation for all available fields: ## Requirements - Kubernetes cluster with RBAC permissions to create Jobs, list Pods, and read Pod logs -- Shared RWX PVC mounted at `/paperclip` for session resume and workspace access +- **Paperclip must be deployed on a RWX PVC** mounted at `/paperclip` — this shared volume is required for session resume and workspace access - `@paperclipai/adapter-utils` >= 0.3.0 ## License