feat: complete Phase 0 - map tool loop and sidecar

This commit is contained in:
Yakob Dereje 2026-02-17 19:14:07 +03:00
parent 3e24e21c3d
commit f81a966408
5 changed files with 29 additions and 0 deletions

0
.github/copilot-instructions.md vendored Normal file
View file

View 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

View file

13
.vscode/mcp.json vendored Normal file
View 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
View 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`.