File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3636
3737``` mermaid
3838flowchart LR
39- A[🧑💻 Claude와 코딩] --> B{결정 내림?}
40- B -->|예| C[@ codesyncer-decision 태그 추가]
41- B -->|아니오| D{추론 했음?}
42- D -->|예| E[@ codesyncer-inference 태그 추가]
43- D -->|아니오| F[계속 코딩]
44- C --> G[📝 코드에 영구 저장]
39+ A[" 🧑💻 Claude와 코딩" ] --> B{" 결정 내림?" }
40+ B -->|예| C[" codesyncer-decision 태그 추가" ]
41+ B -->|아니오| D{" 추론 했음?" }
42+ D -->|예| E[" codesyncer-inference 태그 추가" ]
43+ D -->|아니오| F[" 계속 코딩" ]
44+ C --> G[" 📝 코드에 영구 저장" ]
4545 E --> G
46- G --> H[🔄 다음 세션]
47- H --> I[Claude가 코드 읽음]
48- I --> J[✅ 맥락 복구 완료!]
46+ G --> H[" 🔄 다음 세션" ]
47+ H --> I[" Claude가 코드 읽음" ]
48+ I --> J[" ✅ 맥락 복구 완료!" ]
4949```
5050
5151``` typescript
Original file line number Diff line number Diff line change 3636
3737``` mermaid
3838flowchart LR
39- A[🧑💻 You code with Claude] --> B{Decision made?}
40- B -->|Yes| C[Add @ codesyncer-decision tag]
41- B -->|No| D{Inference made?}
42- D -->|Yes| E[Add @ codesyncer-inference tag]
43- D -->|No| F[Continue coding]
44- C --> G[📝 Saved in code forever]
39+ A[" 🧑💻 You code with Claude" ] --> B{" Decision made?" }
40+ B -->|Yes| C[" Add codesyncer-decision tag" ]
41+ B -->|No| D{" Inference made?" }
42+ D -->|Yes| E[" Add codesyncer-inference tag" ]
43+ D -->|No| F[" Continue coding" ]
44+ C --> G[" 📝 Saved in code forever" ]
4545 E --> G
46- G --> H[🔄 Next session]
47- H --> I[Claude reads code]
48- I --> J[✅ Context recovered!]
46+ G --> H[" 🔄 Next session" ]
47+ H --> I[" Claude reads code" ]
48+ I --> J[" ✅ Context recovered!" ]
4949```
5050
5151``` typescript
You can’t perform that action at this time.
0 commit comments