From f125f86e16f2f5fe0c2c14abb6aad5f80735944b Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 13 Jun 2026 16:01:17 -0400 Subject: [PATCH] ref(mcp): make the dev-ACL instruction self-contained (no instance coupling) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the '(This instance's rules carry the specifics.)' pointer — universal _INSTRUCTIONS must not assume this install has a particular rulebook. State the ACL principle on its own so it holds for any Scribe install/fork. Refs plan 812 (instance-agnostic product principle). Co-Authored-By: Claude Opus 4.8 (1M context) --- src/scribe/mcp/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scribe/mcp/server.py b/src/scribe/mcp/server.py index c67756d..d798af9 100644 --- a/src/scribe/mcp/server.py +++ b/src/scribe/mcp/server.py @@ -169,7 +169,7 @@ body); edit with update_process. When developing Scribe itself, honor its multi-user sharing ACL: scope every read and mutation of user data by owner + shares — never assume a single -operator. (This instance's rules carry the specifics.) +operator. "Works for one user" is not done. """