mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
feat: complete Phase 0 - map tool loop and sidecar
This commit is contained in:
parent
3e24e21c3d
commit
f81a966408
5 changed files with 29 additions and 0 deletions
0
.github/copilot-instructions.md
vendored
Normal file
0
.github/copilot-instructions.md
vendored
Normal file
8
.orchestration/active_intents.yaml
Normal file
8
.orchestration/active_intents.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- id: INTENT-001
|
||||
title: System Initialization & Hook Mapping
|
||||
status: in-progress
|
||||
description: Implementing a Two-Stage State Machine for intent-code traceability within the Roo Code core.
|
||||
metadata:
|
||||
target_files:
|
||||
- ClineProvider.ts
|
||||
- WriteToFileTool.ts
|
||||
0
.orchestration/agent_trace.jsonl
Normal file
0
.orchestration/agent_trace.jsonl
Normal file
13
.vscode/mcp.json
vendored
Normal file
13
.vscode/mcp.json
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"servers": {
|
||||
"tenxfeedbackanalytics": {
|
||||
"url": "https://mcppulse.10academy.org/proxy",
|
||||
"type": "http",
|
||||
"headers": {
|
||||
"X-Device": "windows",
|
||||
"X-Coding-Tool": "vscode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
8
ARCHITECTURE_NOTES.md
Normal file
8
ARCHITECTURE_NOTES.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Architecture Notes
|
||||
|
||||
## Findings
|
||||
|
||||
- Tool Execution: Controlled via `presentAssistantMessage.ts` and individual tool handles like `WriteToFileTool.ts`.
|
||||
- Prompt Logic: The system prompt is constructed in `src/core/task/Task.ts`.
|
||||
- Governance Layer: We have initialized a `.orchestration/` sidecar for intent-traceability.
|
||||
- Integration Goal: We will implement a Pre-Hook in `WriteToFileTool.ts` that validates actions against `.orchestration/active_intents.yaml`.
|
||||
Loading…
Add table
Reference in a new issue