@mcptoolshop/claude-synergy 0.0.0

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 (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @mcptoolshop/claude-synergy
2
+
3
+ Placeholder release. The real package is being finalized.
4
+
5
+ Source + roadmap: <https://github.com/mcp-tool-shop-org/claude-synergy>
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
+ The first real release will publish via npm Trusted Publishing (OIDC) from GitHub Actions, with provenance.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@mcptoolshop/claude-synergy",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder — real release v0.1.0+ coming soon. See https://github.com/mcp-tool-shop-org/claude-synergy",
5
+ "license": "MIT",
6
+ "author": "mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/mcp-tool-shop-org/claude-synergy.git"
10
+ },
11
+ "files": [
12
+ "README.md"
13
+ ]
14
+ }