haraps 1.0.2 → 1.0.3
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 +1 -0
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -254,6 +254,7 @@ When the user says "start project", you MUST immediately:
|
|
|
254
254
|
1. Ask the user for the name of the project and a brief description of what they want to build.
|
|
255
255
|
2. Wait for their response.
|
|
256
256
|
3. Once they respond, use their details to initialize the Next.js frontend (in \`frontend/\`) and Rust backend (in \`backend/\`), adhering to all High-Performance Engineering Standards.
|
|
257
|
+
4. Initialize a new git repository in the root directory (\`git init\`) and create an initial commit.
|
|
257
258
|
`);
|
|
258
259
|
|
|
259
260
|
// 4. Workflows
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "haraps",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
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": {
|