From 5356de21f4889806637de38c92109a18bc15196b Mon Sep 17 00:00:00 2001 From: sumeyaaaa Date: Sat, 21 Feb 2026 13:53:50 +0300 Subject: [PATCH] chore: commit document.md --- document.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document.md b/document.md index eb3f245021..c36994fd24 100644 --- a/document.md +++ b/document.md @@ -141,7 +141,7 @@ Deliverable: ARCHITECTURE_NOTES.md. Phase 1: The Handshake (Reasoning Loop Implementation) Goal: Solve the Context Paradox. Bridge the synchronous LLM with the asynchronous IDE loop. Define the Tool: Create a new tool definition: select_active_intent(intent_id: string). -Context Loader (Pre-Hook): Before the extension sends a prompt to the LLM, intercept the payload. Read the corresponding entries in active_intents.yaml, identify related agent trace entries for the active intent the agent is processing, and prepare a consolidated intent context. +Context Loader (Pre-Hook): Before the extension sends a prompt to the LLM, intercept the payload. Read the corresponding entries in active_intent.yaml, identify related agent trace entries for the active intent the agent is processing, and prepare a consolidated intent context. Prompt Engineering: Modify the System Prompt to enforce the protocol: "You are an Intent-Driven Architect. You CANNOT write code immediately. Your first action MUST be to analyze the user request and call select_active_intent to load the necessary context." Context Injection Hook: