chore(npm): mark hanzo-ai (raycast) + hanzo-ide (vscode) npm-private

npm rejects the unscoped 'hanzo-ai' name (too similar to existing 'hanzoai'), and
both publish to their OWN stores (Raycast Store / VS Marketplace) via dedicated
jobs — they don't belong on npm. Setting private so pnpm -r publish skips them.
This commit is contained in:
Hanzo Dev
2026-07-04 03:45:58 -07:00
parent 8e722f22fe
commit 300337a57b
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -3,7 +3,7 @@
"name": "hanzo-ai",
"version": "1.0.0",
"title": "Hanzo AI",
"description": "Hanzo AI in the Raycast command bar ask Hanzo, and summarize, explain, rewrite, translate, or fix the grammar of your selection or clipboard, wired to the api.hanzo.ai gateway via the published @hanzo/ai.",
"description": "Hanzo AI in the Raycast command bar \u2014 ask Hanzo, and summarize, explain, rewrite, translate, or fix the grammar of your selection or clipboard, wired to the api.hanzo.ai gateway via the published @hanzo/ai.",
"icon": "hanzo-icon.png",
"author": "hanzo",
"categories": [
@@ -154,5 +154,6 @@
"src",
"assets",
"README.md"
]
],
"private": true
}
+2 -1
View File
@@ -405,5 +405,6 @@
"out",
"images",
"README.md"
]
],
"private": true
}