haraps 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.
Files changed (2) hide show
  1. package/bin/index.js +3 -3
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -367,6 +367,6 @@ try {
367
367
  }
368
368
 
369
369
  console.log('');
370
- console.log('🎉 Scaffolding Complete! 🎉');
371
- console.log('👉 To start your project, run ./dev.ps1 or ./dev.sh (if your frontend/backend folders are set up).');
372
- console.log('👉 Agents have been loaded with Ponytail, Security Review, and Kill AI Slop skills.');
370
+ console.log("\n🎉 Scaffolding Complete! 🎉");
371
+ console.log("👉 The workspace is fully loaded with Ponytail, Security Review, and Kill AI Slop skills.");
372
+ console.log("👉 Go to your coding agent and say: 'start project' to begin! 🚀");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haraps",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "NPM package to scaffold standard development environment, deployment scripts, AGENTS.md guidelines, and core workflows for a Next.js frontend + Rust Cloudflare Worker backend.",
5
5
  "main": "bin/index.js",
6
6
  "bin": {