From 5308ce8a7231c1395513101303f8ab819aa236c3 Mon Sep 17 00:00:00 2001 From: Andres Vergara Date: Fri, 27 Mar 2026 10:14:11 -0700 Subject: [PATCH] docs: split agent prompt into two lines for readability Assisted-By: Claude Opus 4.6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7224ed7..c2136d5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ primkit gives AI agents structured, persistent state that survives session ends, Paste this into Claude Code, Cursor, Codex, or any agent with web access: ``` -Read https://github.com/propifly/primkit/blob/main/docs/agent-reference.md, then tell me whether primkit would help with what we've been doing, and which primitives are relevant. +Read this doc: https://github.com/propifly/primkit/blob/main/docs/agent-reference.md +Then tell me if primkit would help with what we've been doing and which primitives are relevant. ``` It will map primkit to your actual workflow and give you a straight answer.