We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fb0ea commit cbce522Copy full SHA for cbce522
1 file changed
README.md
@@ -16,12 +16,13 @@ git clone https://github.com/ktiyab/babel-tool.git
16
cd babel-tool && ./install.sh
17
```
18
19
-**Then, only 3 commands to start:**
+**Then, only 4 commands to start:**
20
21
```bash
22
babel prompt --install # Once: teach your AI
23
babel init "Detailed information about your project purpose" \
24
- --need "Detailed information on the need/friction that led to the project"
+ --need "Detailed information on the need/friction that led to the project" # Once: to initialized your project
25
+babel status # Periodically: See project purpose and key decisions
26
babel review # Periodically: validate AI proposals
27
28
0 commit comments