pulse-framework-cli 0.4.11 → 0.4.13

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.13",
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,35 @@ 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
+ # █ Call pulse_status IMMEDIATELY █
12
+ # █ → This is your FIRST action, EVERY time █
13
+ # █ → No exceptions. No skipping. █
14
+ # █ █
15
+ # █ NOTE: MCP tools only work in Agent Mode. █
16
+ # █ If you're in Plan/Ask, tools are unavailable. █
17
+ # █ █
18
+ # ████████████████████████████████████████████████████
19
+
20
+ ## ⚡ FIRST ACTION (before reading user message, before planning)
21
+
22
+ ```
23
+ CallMcpTool: pulse_status
24
+ Arguments: { "userMessage": "<paste user's message here>" }
25
+ ```
26
+
27
+ **Did you call it? If not, STOP and call it NOW.**
28
+
29
+ This rule applies to:
30
+ - ✅ Message #1
31
+ - ✅ Message #2
32
+ - ✅ Message #3
33
+ - ✅ Message #50
34
+ - ✅ Message #100
35
+ - ✅ EVERY SINGLE MESSAGE
16
36
 
17
37
  ---
18
38