Skip to content

Commit 7744da4

Browse files
snooclaude
andcommitted
fix: Mermaid diagram syntax error in README files
- Escape @ symbol in flowchart node labels - Add double quotes around all node labels for safety Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a0fe2a9 commit 7744da4

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README.ko.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636

3737
```mermaid
3838
flowchart 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

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636

3737
```mermaid
3838
flowchart 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

0 commit comments

Comments
 (0)