codesyncer 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.ko.md +26 -12
  2. package/README.md +26 -12
  3. package/package.json +1 -1
package/README.ko.md CHANGED
@@ -34,18 +34,32 @@
34
34
 
35
35
  **핵심 인사이트**: AI는 코드를 읽습니다. 그러니 맥락을 코드 안에 넣으세요.
36
36
 
37
- ```mermaid
38
- 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["📝 코드에 영구 저장"]
45
- E --> G
46
- G --> H["🔄 다음 세션"]
47
- H --> I["Claude가 코드 읽음"]
48
- I --> J["✅ 맥락 복구 완료!"]
37
+ ```
38
+ ┌─────────────────────────┐
39
+ 🧑‍💻 Claude와 코딩
40
+ └───────────┬─────────────┘
41
+
42
+ ┌──────────────┐
43
+ │ 결정함?
44
+ └──────┬───────┘
45
+
46
+ ┌─────────────────────────┐
47
+ │ @codesyncer-decision
48
+ @codesyncer-inference │
49
+ └───────────┬─────────────┘
50
+
51
+ ┌─────────────────────────┐
52
+ │ 📝 코드에 영구 저장 │
53
+ └───────────┬─────────────┘
54
+
55
+ ┌─────────────────────────┐
56
+ │ 🔄 다음 세션 │
57
+ │ Claude가 코드 읽음 │
58
+ └───────────┬─────────────┘
59
+
60
+ ┌─────────────────────────┐
61
+ │ ✅ 맥락 복구 완료! │
62
+ └─────────────────────────┘
49
63
  ```
50
64
 
51
65
  ```typescript
package/README.md CHANGED
@@ -34,18 +34,32 @@
34
34
 
35
35
  **The core insight**: AI reads code. So put your context IN the code.
36
36
 
37
- ```mermaid
38
- 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"]
45
- E --> G
46
- G --> H["🔄 Next session"]
47
- H --> I["Claude reads code"]
48
- I --> J["✅ Context recovered!"]
37
+ ```
38
+ ┌─────────────────────────┐
39
+ 🧑‍💻 Code with Claude
40
+ └───────────┬─────────────┘
41
+
42
+ ┌──────────────┐
43
+ │ Decision? │
44
+ └──────┬───────┘
45
+
46
+ ┌─────────────────────────┐
47
+ │ @codesyncer-decision
48
+ @codesyncer-inference │
49
+ └───────────┬─────────────┘
50
+
51
+ ┌─────────────────────────┐
52
+ │ 📝 Saved in code │
53
+ └───────────┬─────────────┘
54
+
55
+ ┌─────────────────────────┐
56
+ │ 🔄 Next session │
57
+ │ Claude reads code │
58
+ └───────────┬─────────────┘
59
+
60
+ ┌─────────────────────────┐
61
+ │ ✅ Context recovered! │
62
+ └─────────────────────────┘
49
63
  ```
50
64
 
51
65
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codesyncer",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Claude forgets everything when the session ends. CodeSyncer makes it remember.",
5
5
  "keywords": [
6
6
  "ai-collaboration",