mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
chore: commit document.md
This commit is contained in:
parent
9b14d1b3b8
commit
5356de21f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue