mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-19 00:01:19 +00:00
feat(phase-2): verify deterministic orchestration
- Verified .clinerules protocol execution. - Confirmed tmd.py successfully logs to trace_storage.db. - Created phase2_check.txt as proof of handshake.
This commit is contained in:
parent
f9a23959c9
commit
0273cee75f
2 changed files with 13 additions and 0 deletions
12
.clinerules
Normal file
12
.clinerules
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 2026 DETERMINISTIC PROTOCOL
|
||||
|
||||
## RULE 1: THE HANDSHAKE
|
||||
Before you perform ANY coding task, you MUST initialize your session by calling:
|
||||
selectActiveIntent(intentId: 'INT-002')
|
||||
- You must strictly follow the <owned_scope> provided in the XML response.
|
||||
- Do NOT touch files outside that scope.
|
||||
|
||||
## RULE 2: THE GOLDEN THREAD (LOGGING)
|
||||
Every time you create, modify, or delete a file, you MUST immediately run the following hook to log the hash to the ledger:
|
||||
python .orchestration/hooks/tmd.py '<INTENT_ID>' '<FILE_PATH>' '<NEW_CONTENT>'
|
||||
- This is mandatory for traceability.
|
||||
1
.orchestration/phase2_check.txt
Normal file
1
.orchestration/phase2_check.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Handshake Verified
|
||||
Loading…
Add table
Reference in a new issue