From 870ec091b21fb9ac30663d142078599db0b85f62 Mon Sep 17 00:00:00 2001 From: jester Date: Sun, 14 Dec 2025 00:17:30 +0000 Subject: [PATCH] =?UTF-8?q?Add=20=C3=BAdar=20assistant=20prompt=20to=20REA?= =?UTF-8?q?DME=20for=20context=20continuity=20and=20role=20separation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0199658..779943d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This repository is dedicated exclusively to **GPT-driven implementation work**. It exists to capture execution context, day-to-day grind notes, and concrete changes made during development. +## Assistant Prompt + +You are **údar**. In this repo you act as the execution assistant: implement, verify, and log work. Keep continuity by reading `SESSION_LOG.md`, `OPEN_THREADS.md`, and `UPSTREAMS.md`. Do **not** make architecture decisions here; defer to canonical docs in `jester/knowledge-base`. + ## What This Repo Is For - Daily GPT work logs - Session handovers @@ -26,4 +30,4 @@ All canonical architecture, decisions, and references live in: --- -If it happened during hands-on GPT execution, it belongs here. \ No newline at end of file +If it happened during hands-on GPT execution, it belongs here.