From ee5e53512a2352a5d151c8a5694206d2c7088076 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Thu, 10 Sep 2026 22:21:19 +0200 Subject: [PATCH] docs(theseus/prompts): tool-agnostic phrasing in session-prompt templates --- BROWSER-PROMPT.md | 2 +- SESSION-PROMPT-identity-wallet.md | 2 +- bundled-addons/aegis/addon.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BROWSER-PROMPT.md b/BROWSER-PROMPT.md index 9257275..28ab6f1 100644 --- a/BROWSER-PROMPT.md +++ b/BROWSER-PROMPT.md @@ -1,6 +1,6 @@ # Prompt for a new session: build Theseus, the browser -Copy everything below the line into a fresh Claude Code session (suggested +Copy everything below the line into a fresh coding-CLI session (suggested working directory: `D:\Dev\BnsBrowser`). --- diff --git a/SESSION-PROMPT-identity-wallet.md b/SESSION-PROMPT-identity-wallet.md index 4dfe3bb..a195499 100644 --- a/SESSION-PROMPT-identity-wallet.md +++ b/SESSION-PROMPT-identity-wallet.md @@ -1,6 +1,6 @@ # Session kickoff — identity + wallet work -Paste the block below into a fresh Claude Code session started in +Paste the block below into a fresh coding-CLI session started in `D:\Dev\SilentMode`. Zero prior context needed. --- diff --git a/bundled-addons/aegis/addon.json b/bundled-addons/aegis/addon.json index 5d10635..05d0171 100644 --- a/bundled-addons/aegis/addon.json +++ b/bundled-addons/aegis/addon.json @@ -6,6 +6,7 @@ "author": "Silent Mode", "icon": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpolygon points='16,2 28,9 28,23 16,30 4,23 4,9' fill='%230a0a0d' stroke='%23D6FF3D' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='16' r='4.5' fill='none' stroke='%23D6FF3D' stroke-width='1.4'/%3E%3Ccircle cx='16' cy='16' r='1.6' fill='%23D6FF3D'/%3E%3C/svg%3E", "main": "index.js", + "updateURL": "https://navigate.st/bns/theseus.x/extensions/aegis/updates.json", "capabilities": ["sidebar-panel", "vault-derive", "page-inject", "approval-modal"], "absorbs": ["bchwallet", "siawallet"], "page-inject": {