@skyf0xx/hedgehog 6.2.1 → 6.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyf0xx/hedgehog",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Install the Hedgehog build discipline (agents + skills) into a repo, for Claude Code, Cursor, or Gemini CLI.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -218,9 +218,6 @@ export function formatShowcasePrompt() {
218
218
  " 🚀 Want to show off what you're building?",
219
219
  '',
220
220
  ` Add your repo to Hedgehog's public showcase: ${SHOWCASE_REPO_URL}`,
221
- ' Sharing commits your repo URL, the core you built with, and an',
222
- ' optional description into that public repo — public data, not',
223
- ' private telemetry, and entirely optional.',
224
221
  '',
225
222
  ' Then offer exactly three options and wait:',
226
223
  '',
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgehog",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Hedgehog build discipline: ordered, tested, verified build steps.",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }