feat: implement P&ID extraction and tag mapping, update MCP server and web UI
This commit is contained in:
@@ -60,14 +60,19 @@ For multi-step tasks, state a brief plan:
|
||||
|
||||
Strong success criteria let you loop independently. Weak criteria ("make it work") require constant clarification.
|
||||
|
||||
## 5. Backup + Diff Before Edit
|
||||
## 5. Save the token & time - Roo code must keep this rule not API
|
||||
- "Do not summarize the code or changes after completing a task"
|
||||
- "Once the code is written, do not repeat the explanation"
|
||||
- "Only output the final file content if necessary"
|
||||
|
||||
## 6. Backup + Diff Before Edit
|
||||
|
||||
**기존 파일을 수정하기 전에 반드시 다음 두 단계를 수행할 것.**
|
||||
|
||||
### Step 1 — 백업
|
||||
수정 대상 파일을 `.rooBackup/` 폴더에 원본 그대로 저장한다.
|
||||
수정 대상 파일을 `.rooBackup/` 폴더에 현재날짜와 시간으로 폴더를 만들고 그 폴더에 수정전 원본 그대로 저장한다.
|
||||
|
||||
- 저장 경로: `.rooBackup/<원본경로>/<파일명>` (디렉토리 구조 유지)
|
||||
- 저장 경로: `.rooBackup/<날짜-시간>/<원본경로>/<파일명>`
|
||||
- 예: `src/Web/wwwroot/js/app.js` → `.rooBackup/src/Web/wwwroot/js/app.js`
|
||||
- 백업 후 "백업 완료: `.rooBackup/...`" 를 출력할 것
|
||||
|
||||
|
||||
Reference in New Issue
Block a user