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.
- package/bin/index.js +3 -3
- 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(
|
|
371
|
-
console.log(
|
|
372
|
-
console.log(
|
|
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.
|
|
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": {
|