codesyncer 2.7.5 → 2.7.6
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.
package/README.ko.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CodeSyncer CLI
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> AI 코딩이 멍청해? 똑똑하게 만들어줌 - 영구 컨텍스트, 추론 통제, 실시간 아키텍처 동기화 for Claude Code
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/codesyncer)
|
|
6
6
|
[](./LICENSE)
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CodeSyncer CLI
|
|
2
2
|
|
|
3
|
-
> AI
|
|
3
|
+
> Is your AI coding dumb? Make it smarter - Persistent project context, controlled inference, and live architecture sync for Claude Code
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/codesyncer)
|
|
6
6
|
[](./LICENSE)
|
|
@@ -175,5 +175,5 @@ Both formats work identically, so use whichever you prefer!
|
|
|
175
175
|
|
|
176
176
|
---
|
|
177
177
|
|
|
178
|
-
*CodeSyncer -
|
|
178
|
+
*CodeSyncer - Persistent context, controlled inference, live architecture sync for Claude Code*
|
|
179
179
|
*Currently Supported: Claude Code | Coming Soon: Cursor, GitHub Copilot, Continue.dev*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codesyncer",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"description": "AI
|
|
3
|
+
"version": "2.7.6",
|
|
4
|
+
"description": "Is your AI coding dumb? Make it smarter - Persistent project context, controlled inference, and live architecture sync for Claude Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-collaboration",
|
|
7
7
|
"claude-code",
|
|
@@ -175,5 +175,5 @@ Both formats work identically, so use whichever you prefer!
|
|
|
175
175
|
|
|
176
176
|
---
|
|
177
177
|
|
|
178
|
-
*CodeSyncer -
|
|
178
|
+
*CodeSyncer - Persistent context, controlled inference, live architecture sync for Claude Code*
|
|
179
179
|
*Currently Supported: Claude Code | Coming Soon: Cursor, GitHub Copilot, Continue.dev*
|