pulse-framework-cli 0.4.11 → 0.4.12

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": "pulse-framework-cli",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "Pulse Framework CLI – Guardrails, checkpoints, and escalation for AI-assisted development.",
5
5
  "author": "Manuel Fuß <kontakt@manuel-fuss.de>",
6
6
  "license": "MIT",
@@ -4,15 +4,36 @@ globs: *
4
4
  alwaysApply: true
5
5
  ---
6
6
 
7
- # ⛔⛔⛔ MANDATORY: CALL `pulse_status` FIRST ⛔⛔⛔
8
-
9
- **BEFORE doing ANYTHING, call:**
10
-
11
- ```
12
- pulse_status({ userMessage: "<user's message>" })
13
- ```
14
-
15
- **Then follow the AUTO-ACTIONS below based on what you detect.**
7
+ # ████████████████████████████████████████████████████
8
+ # █ █
9
+ # █ 🛑 STOP! READ THIS BEFORE DOING ANYTHING! 🛑 █
10
+ # █ █
11
+ # █ 1. Are you in AGENT MODE? █
12
+ # █ → If not, switch to Agent Mode NOW █
13
+ # █ → Plan/Ask modes cannot call tools █
14
+ # █ █
15
+ # █ 2. Call pulse_status IMMEDIATELY █
16
+ # █ → This is your FIRST action, EVERY time █
17
+ # █ → No exceptions. No skipping. █
18
+ # █ █
19
+ # ████████████████████████████████████████████████████
20
+
21
+ ## ⚡ FIRST ACTION (before reading user message, before planning)
22
+
23
+ ```
24
+ CallMcpTool: pulse_status
25
+ Arguments: { "userMessage": "<paste user's message here>" }
26
+ ```
27
+
28
+ **Did you call it? If not, STOP and call it NOW.**
29
+
30
+ This rule applies to:
31
+ - ✅ Message #1
32
+ - ✅ Message #2
33
+ - ✅ Message #3
34
+ - ✅ Message #50
35
+ - ✅ Message #100
36
+ - ✅ EVERY SINGLE MESSAGE
16
37
 
17
38
  ---
18
39