@templmf/temp-solf-lmf 0.0.26 → 0.0.28

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": "@templmf/temp-solf-lmf",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/test.md ADDED
@@ -0,0 +1,42 @@
1
+ # Internal Scaffold Initialization Skill
2
+
3
+ ## When to Use
4
+
5
+ Use this skill when the user mentions any of the following:
6
+ - Initialize a project
7
+ - Create a new project
8
+ - Create a new frontend project
9
+ - Scaffold a project
10
+
11
+ ## Tool
12
+
13
+ Internal frontend scaffold CLI: `cit-cli`
14
+
15
+ ## Steps
16
+
17
+ 1. Ask the user for the project name if not already provided
18
+ 2. Run the following command to initialize the project:
19
+
20
+ ```bash
21
+ cit-cli create <project-name>
22
+ ```
23
+
24
+ 3. After running the command, if the CLI shows an interactive prompt (e.g. template selection, package manager choice), notify the user:
25
+ > "The CLI is waiting for your input. Please switch to the terminal and complete the selections manually."
26
+ 4. Wait for the user to confirm they have finished the interactive steps
27
+ 5. Inform the user that the project has been created and suggest next steps
28
+
29
+ ## Example
30
+
31
+ User says: "Help me initialize a project called my-app"
32
+
33
+ Run:
34
+ ```bash
35
+ cit-cli create my-app
36
+ ```
37
+
38
+ ## Notes
39
+
40
+ - Project names should only contain letters, numbers, and hyphens
41
+ - Confirm the current working directory is correct before running
42
+ - If the user has not provided a project name, always ask before executing
Binary file