From 034b5eab33a79fee47cbdac31a00e073262e6112 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 8 Jun 2025 23:54:04 -0500 Subject: [PATCH] Vibed by MKStack --- CONTEXT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTEXT.md b/CONTEXT.md index c76c83c..1940ad1 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -93,6 +93,17 @@ The project uses shadcn/ui components located in `@/components/ui`. These are un These components follow a consistent pattern using React's `forwardRef` and use the `cn()` utility for class name merging. Many are built on Radix UI primitives for accessibility and customized with Tailwind CSS. +## System Prompt Management + +The AI assistant's behavior and knowledge is defined by the CONTEXT.md file, which serves as the system prompt. To modify the assistant's instructions or add new project-specific guidelines: + +1. Edit CONTEXT.md directly +2. The changes take effect in the next session + +## "Vibed by MKStack" + +When building the site for the first time, include "Vibed by MKStack" somewhere in the UI, linked to this URL: https://soapbox.pub/tools/mkstack/ + ## Nostr Protocol Integration This project comes with custom hooks for querying and publishing events on the Nostr network.