@mcptoolshop/claude-synergy 1.0.0 → 1.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.
- package/CHANGELOG.md +6 -0
- package/README.es.md +9 -7
- package/README.fr.md +7 -5
- package/README.hi.md +9 -7
- package/README.it.md +7 -5
- package/README.ja.md +9 -7
- package/README.md +6 -5
- package/README.pt-BR.md +7 -5
- package/README.zh.md +7 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.1] - 2026-05-22
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- README: center badges directly under logo. Uses inline `<img>` tags inside `<p align="center">` instead of markdown badge syntax — markdown badges with surrounding blank lines render as a separate paragraph on GitHub and npm, breaking center alignment.
|
|
12
|
+
|
|
8
13
|
## [1.0.0] - 2026-05-22
|
|
9
14
|
|
|
10
15
|
### Added
|
|
@@ -115,6 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
115
120
|
- Fetcher strategies: `gh-releases`, `rss`, `raw-changelog`.
|
|
116
121
|
- SQLite + FTS5 corpus, sqlite-vec semantic search with Contextual Retrieval, `claude-synergy-mcp` MCP server exposing 8 tools over stdio.
|
|
117
122
|
|
|
123
|
+
[1.0.1]: https://github.com/mcp-tool-shop-org/claude-synergy/releases/tag/v1.0.1
|
|
118
124
|
[1.0.0]: https://github.com/mcp-tool-shop-org/claude-synergy/releases/tag/v1.0.0
|
|
119
125
|
[0.7.2]: https://github.com/mcp-tool-shop-org/claude-synergy/releases/tag/v0.7.2
|
|
120
126
|
[0.7.1]: https://github.com/mcp-tool-shop-org/claude-synergy/releases/tag/v0.7.1
|
package/README.es.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
Un espejo local y consultable de todos los registros de cambios de Anthropic y de las herramientas de desarrollo de IA relacionadas, además de una capa de **"Synergy"** (sinergia) que describe los flujos de trabajo entre productos, para que el agente LLM dentro del sistema sepa lo que el sistema puede hacer.
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
Un espejo local y consultable de todos los registros de cambios de Anthropic y de las herramientas de desarrollo de IA relacionadas, además de una capa de **"Synergy"** (sinergia) que describe los flujos de trabajo entre productos, para que el agente LLM dentro del sistema sepa lo que el sistema puede hacer.
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
**Una única consulta FTS (búsqueda de texto completo) revela una corrección de seguridad coordinada entre diferentes SDKs que ningún registro de cambios individual identificó como una vulnerabilidad (CVE).** Esa es la demostración clave: los patrones emergen cuando todos los registros de cambios están uno al lado del otro.
|
|
26
28
|
|
|
27
29
|
Repositorio: [github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
|
@@ -71,7 +73,7 @@ claude-synergy/
|
|
|
71
73
|
└── URGENT_FINDINGS.md # 23 actionable items surfaced from the corpus
|
|
72
74
|
```
|
|
73
75
|
|
|
74
|
-
**Estadísticas actualizadas (
|
|
76
|
+
**Estadísticas actualizadas (versión 1.0.0):** 44 productos / 1.186 archivos de lanzamiento / 6.042 cambios / 1.225 entidades / 12 sinergias / 382 pruebas.
|
|
75
77
|
|
|
76
78
|
---
|
|
77
79
|
|
|
@@ -94,7 +96,7 @@ Hoja de ruta para la versión 0.8+: se encuentra en [URGENT_FINDINGS.md](URGENT_
|
|
|
94
96
|
|
|
95
97
|
## Seguridad y modelo de datos
|
|
96
98
|
|
|
97
|
-
Esta herramienta se ejecuta localmente. **Datos
|
|
99
|
+
Esta herramienta se ejecuta localmente. **Datos utilizados:** una base de datos SQLite derivada y archivos de lanzamiento en formato Markdown, todos recreables. **Red:** solo conexiones HTTPS salientes cuando se ejecuta `hk fetch`/`hk sync` (API de GitHub, fuentes RSS, páginas de registro de cambios, registros de MCP) o `hk embed` con un proveedor remoto (Voyage, Cohere). **Credenciales:** lee las variables de entorno `GITHUB_TOKEN`, `VOYAGE_API_KEY`, `COHERE_API_KEY`, `ANTHROPIC_API_KEY`; nunca se registran ni se almacenan en el disco. **No se recopilan datos de telemetría.** Consulte [SECURITY.md](SECURITY.md) para obtener información sobre la política de informes.
|
|
98
100
|
|
|
99
101
|
---
|
|
100
102
|
|
package/README.fr.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
Un miroir local et consultable de tous les journaux de modifications d'Anthropic et des outils de développement d'IA associés, ainsi qu'une couche **Synergy** organisée décrivant les flux de travail inter-produits, afin que l'agent LLM intégré à l'outil sache ce que l'outil peut faire.
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
Un miroir local et consultable de tous les journaux de modifications d'Anthropic et des outils de développement d'IA associés, ainsi qu'une couche **Synergy** organisée décrivant les flux de travail inter-produits, afin que l'agent LLM intégré à l'outil sache ce que l'outil peut faire.
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
Une seule requête FTS révèle une correction de sécurité coordonnée entre les SDK qui n'est signalée par aucun journal de modifications individuel comme une CVE. C'est la démonstration clé : des schémas émergent lorsque tous les journaux de modifications sont côte à côte.
|
|
26
28
|
|
|
27
29
|
Repo: [github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
package/README.hi.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
यह एंथ्रोपिक (Anthropic) और उससे संबंधित सभी एआई विकास उपकरणों के परिवर्तनों का एक स्थानीय, खोज योग्य दर्पण है - साथ ही एक क्यूरेटेड "**सिनर्जी**" (Synergy) परत जो विभिन्न उत्पादों के बीच कार्यप्रवाह का वर्णन करती है - ताकि 'हॉर्नेस्स' (harness) के अंदर मौजूद एलएलएम (LLM) एजेंट को पता चल सके कि 'हॉर्नेस्स' क्या कर सकता है।
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
यह एंथ्रोपिक (Anthropic) और उससे संबंधित सभी एआई विकास उपकरणों के परिवर्तनों का एक स्थानीय, खोज योग्य दर्पण है - साथ ही एक क्यूरेटेड "**सिनर्जी**" (Synergy) परत जो विभिन्न उत्पादों के बीच कार्यप्रवाह का वर्णन करती है - ताकि 'हॉर्नेस्स' (harness) के अंदर मौजूद एलएलएम (LLM) एजेंट को पता चल सके कि 'हॉर्नेस्स' क्या कर सकता है।
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
एकल एफटीएस (FTS) क्वेरी एक समन्वित क्रॉस-एसडीके (SDK) सुरक्षा सुधार को उजागर करती है जिसे किसी भी व्यक्तिगत परिवर्तन लॉग में सीवीई (CVE) के रूप में चिह्नित नहीं किया गया था। यही मुख्य प्रदर्शन है: जब प्रत्येक परिवर्तन लॉग एक साथ होता है, तो पैटर्न उभरते हैं।
|
|
26
28
|
|
|
27
29
|
रिपॉजिटरी: [github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
|
@@ -71,7 +73,7 @@ claude-synergy/
|
|
|
71
73
|
└── URGENT_FINDINGS.md # 23 actionable items surfaced from the corpus
|
|
72
74
|
```
|
|
73
75
|
|
|
74
|
-
**वर्तमान आंकड़े (v1.0.0 के अनुसार):** 44 उत्पाद / 1,186 रिलीज़ फ़ाइलें / 6,042
|
|
76
|
+
**वर्तमान आंकड़े (v1.0.0 के अनुसार):** 44 उत्पाद / 1,186 रिलीज़ फ़ाइलें / 6,042 बदलाव / 1,225 इकाइयां / 12 तालमेल / 382 परीक्षण।
|
|
75
77
|
|
|
76
78
|
---
|
|
77
79
|
|
|
@@ -94,7 +96,7 @@ v0.8+ के लिए रोडमैप: [URGENT_FINDINGS.md](URGENT_FINDINGS.
|
|
|
94
96
|
|
|
95
97
|
## सुरक्षा और डेटा मॉडल
|
|
96
98
|
|
|
97
|
-
यह टूल स्थानीय रूप से चलता है। **डेटा जो
|
|
99
|
+
यह टूल स्थानीय रूप से चलता है। **डेटा जो उपयोग में है:** एक व्युत्पन्न SQLite डेटाबेस और मार्कडाउन रिलीज़ फ़ाइलें - ये सभी दोबारा बनाए जा सकते हैं। **नेटवर्क:** केवल आउटबाउंड HTTPS कनेक्शन का उपयोग तब किया जाता है जब आप `hk fetch`/`hk sync` (GitHub API, RSS फ़ीड, बदलाव लॉग पेज, MCP रजिस्ट्री) या `hk embed` को किसी दूरस्थ प्रदाता (Voyage, Cohere) के साथ चलाते हैं। **सुरक्षा क्रेडेंशियल:** यह `GITHUB_TOKEN`, `VOYAGE_API_KEY`, `COHERE_API_KEY`, `ANTHROPIC_API_KEY` जैसे पर्यावरण चर से जानकारी पढ़ता है - यह कभी भी लॉग नहीं किया जाता है और कभी भी डिस्क पर संग्रहीत नहीं किया जाता है। **कोई भी डेटा संग्रह (टेलीमेट्री) नहीं है।** रिपोर्टिंग नीति के बारे में जानकारी के लिए [SECURITY.md](SECURITY.md) देखें।
|
|
98
100
|
|
|
99
101
|
---
|
|
100
102
|
|
package/README.it.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
Un mirror locale e interrogabile di tutte le modifiche apportate a Anthropic e agli strumenti di sviluppo AI correlati, oltre a un livello curato di **"Synergy"** che descrive i flussi di lavoro tra i diversi prodotti, in modo che l'agente LLM all'interno del sistema sappia cosa può fare il sistema stesso.
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
Un mirror locale e interrogabile di tutte le modifiche apportate a Anthropic e agli strumenti di sviluppo AI correlati, oltre a un livello curato di **"Synergy"** che descrive i flussi di lavoro tra i diversi prodotti, in modo che l'agente LLM all'interno del sistema sappia cosa può fare il sistema stesso.
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
**Una singola query FTS (Full-Text Search) rivela una correzione di sicurezza coordinata tra diversi SDK che non era stata segnalata come CVE (Common Vulnerabilities and Exposures) in nessuna delle singole liste di modifiche.** Questo è l'esempio più efficace: emergono dei modelli quando tutte le liste di modifiche sono confrontate fianco a fianco.
|
|
26
28
|
|
|
27
29
|
Repository: [github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
package/README.ja.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
Anthropic社および関連するAI開発ツールに関する変更履歴をローカルで検索可能なミラーとして提供します。さらに、複数の製品を組み合わせたワークフローを説明する**Synergy(連携)**レイヤーも搭載しており、これにより、ハネス(制御環境)内のLLMエージェントが、ハネスが何ができるかを理解できるようになります。
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
Anthropic社および関連するAI開発ツールに関する変更履歴をローカルで検索可能なミラーとして提供します。さらに、複数の製品を組み合わせたワークフローを説明する**Synergy(連携)**レイヤーも搭載しており、これにより、ハネス(制御環境)内のLLMエージェントが、ハネスが何ができるかを理解できるようになります。
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
**単一のFTS(Full-Text Search)クエリで、個々の変更履歴ではCVE(Common Vulnerabilities and Exposures:共通脆弱性情報)として特定されなかった、複数のSDKにまたがるセキュリティ修正をまとめて表示できます。** これが最も効果的なデモです。すべての変更履歴を並べて比較することで、パターンが見えてきます。
|
|
26
28
|
|
|
27
29
|
リポジトリ:[github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
|
@@ -71,7 +73,7 @@ claude-synergy/
|
|
|
71
73
|
└── URGENT_FINDINGS.md # 23 actionable items surfaced from the corpus
|
|
72
74
|
```
|
|
73
75
|
|
|
74
|
-
|
|
76
|
+
**現在の状況(v1.0.0時点):** 44製品 / 1,186件のリリースファイル / 6,042件の変更 / 1,225件のエンティティ / 12件の連携 / 382件のテスト。
|
|
75
77
|
|
|
76
78
|
---
|
|
77
79
|
|
|
@@ -94,7 +96,7 @@ v0.8以降のロードマップ:[URGENT_FINDINGS.md](URGENT_FINDINGS.md)およ
|
|
|
94
96
|
|
|
95
97
|
## セキュリティとデータモデル
|
|
96
98
|
|
|
97
|
-
|
|
99
|
+
このツールはローカルで動作します。**アクセスするデータ:** 派生したSQLiteデータベースと、マークダウン形式のリリースファイル。これらはすべて再作成可能です。**ネットワーク:** `hk fetch` または `hk sync` コマンド(GitHub API、RSSフィード、変更履歴ページ、MCPレジストリ)、またはリモートプロバイダー(Voyage、Cohere)を使用する `hk embed` コマンドを実行する場合にのみ、HTTPS経由で外部サーバーと通信します。**機密情報:** `GITHUB_TOKEN`、`VOYAGE_API_KEY`、`COHERE_API_KEY`、`ANTHROPIC_API_KEY` を環境変数から読み込みます。これらの情報はログに記録されることも、ディスクに保存されることもありません。**テレメトリー機能はありません。** セキュリティに関するポリシーについては、[SECURITY.md](SECURITY.md) を参照してください。
|
|
98
100
|
|
|
99
101
|
---
|
|
100
102
|
|
package/README.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
A local, queryable mirror of every Anthropic + adjacent AI dev tool changelog — plus a curated **Synergy** layer describing cross-product workflows — so the LLM agent inside the harness knows what the harness can do.
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
A local, queryable mirror of every Anthropic + adjacent AI dev tool changelog — plus a curated **Synergy** layer describing cross-product workflows — so the LLM agent inside the harness knows what the harness can do.
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
package/README.pt-BR.md
CHANGED
|
@@ -4,14 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
Um espelho local e pesquisável de todos os registros de alterações do Anthropic e de outras ferramentas de desenvolvimento de IA, além de uma camada de **Sinergia** que descreve fluxos de trabalho entre diferentes produtos, para que o agente LLM dentro do sistema saiba o que o sistema pode fazer.
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
13
12
|
</p>
|
|
14
13
|
|
|
14
|
+
Um espelho local e pesquisável de todos os registros de alterações do Anthropic e de outras ferramentas de desenvolvimento de IA, além de uma camada de **Sinergia** que descreve fluxos de trabalho entre diferentes produtos, para que o agente LLM dentro do sistema saiba o que o sistema pode fazer.
|
|
15
|
+
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
17
18
|
2026-05-11 anthropic-cli@1.7.1 [changed] redact api-key headers in debug logs
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
**Uma única consulta FTS (Full-Text Search) revela uma correção de segurança coordenada entre diferentes SDKs que não foi identificada como uma vulnerabilidade (CVE) em nenhum registro de alterações individual.** Esse é o exemplo mais impactante: padrões emergem quando todos os registros de alterações são exibidos lado a lado.
|
|
26
28
|
|
|
27
29
|
Repositório: [github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
package/README.zh.md
CHANGED
|
@@ -4,13 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/brand/main/logos/claude-synergy/readme.png" alt="Claude Synergy" width="400"></p>
|
|
6
6
|
|
|
7
|
-
一个本地、可查询的镜像,记录了 Anthropic 及其相关人工智能开发工具的所有更新日志,此外,还提供一个精心策划的“协同”层,描述了跨产品的工作流程,以便嵌入在系统中的大型语言模型(LLM)代理能够了解该系统的功能。
|
|
8
|
-
|
|
9
7
|
<p align="center">
|
|
8
|
+
<a href="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml"><img src="https://github.com/mcp-tool-shop-org/claude-synergy/actions/workflows/test.yml/badge.svg" alt="tests"></a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/@mcptoolshop/claude-synergy"><img src="https://img.shields.io/npm/v/@mcptoolshop/claude-synergy" alt="npm"></a>
|
|
10
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-MIT-blue" alt="license"></a>
|
|
11
|
+
<a href="https://mcp-tool-shop-org.github.io/claude-synergy/"><img src="https://img.shields.io/badge/landing%20page-live-brightgreen" alt="landing page"></a>
|
|
12
|
+
</p>
|
|
10
13
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
请提供需要翻译的英文文本。
|
|
14
|
+
一个本地、可查询的镜像,记录了 Anthropic 及其相关人工智能开发工具的所有更新日志,此外,还提供一个精心策划的“协同”层,描述了跨产品的工作流程,以便嵌入在系统中的大型语言模型(LLM)代理能够了解该系统的功能。
|
|
14
15
|
|
|
15
16
|
```bash
|
|
16
17
|
$ hk query redact
|
|
@@ -22,6 +23,7 @@ $ hk query redact
|
|
|
22
23
|
4 results
|
|
23
24
|
```
|
|
24
25
|
|
|
26
|
+
|
|
25
27
|
**通过一次完整的FTS查询,我们发现了一个跨SDK的安全修复方案,但单个版本的更新日志中并未将其标记为CVE漏洞。** 这就是最直观的演示:当所有更新日志并排比较时,隐藏的模式就会显现出来。
|
|
26
28
|
|
|
27
29
|
代码仓库:[github.com/mcp-tool-shop-org/claude-synergy](https://github.com/mcp-tool-shop-org/claude-synergy)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/claude-synergy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Local mirror of Anthropic product changelogs + curated cross-product synergies. So the LLM agent inside the harness knows what the harness can do.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|