4runr-cursor-setup 0.1.2 → 0.1.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/dist/templates/commands/core/4runr-close.md +30 -6
- package/dist/templates/commands/core/4runr-start.md +27 -6
- package/dist/templates/commands/planning/4runr-phase.md +15 -5
- package/dist/templates/commands/planning/4runr-task.md +15 -5
- package/package.json +1 -1
- package/src/templates/commands/core/4runr-close.md +30 -6
- package/src/templates/commands/core/4runr-start.md +27 -6
- package/src/templates/commands/planning/4runr-phase.md +15 -5
- package/src/templates/commands/planning/4runr-task.md +15 -5
|
@@ -1,7 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
# 4Runr Close
|
|
4
|
+
|
|
5
|
+
We are ending this session. Produce a clean handoff.
|
|
6
|
+
|
|
7
|
+
## Hard rules
|
|
8
|
+
- No emojis
|
|
9
|
+
- No assumptions
|
|
10
|
+
- No "this should work"
|
|
11
|
+
|
|
12
|
+
## Output format
|
|
13
|
+
### 1) What changed
|
|
14
|
+
- Bullet list
|
|
15
|
+
|
|
16
|
+
### 2) Files involved
|
|
17
|
+
- Exact file paths
|
|
18
|
+
|
|
19
|
+
### 3) Decisions (if any)
|
|
20
|
+
- Decision
|
|
21
|
+
- Why
|
|
22
|
+
- Trade-offs
|
|
23
|
+
|
|
24
|
+
### 4) Next steps
|
|
25
|
+
- 3–7 steps, atomic
|
|
26
|
+
|
|
27
|
+
### 5) Project memory updates
|
|
28
|
+
Provide copy-paste text for:
|
|
29
|
+
- docs/status.md
|
|
30
|
+
- docs/todo.md
|
|
31
|
+
- docs/decisions.md (only if needed)
|
|
@@ -1,7 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
# 4Runr Start
|
|
4
|
+
|
|
5
|
+
You are continuing work in an existing codebase.
|
|
6
|
+
|
|
7
|
+
## Hard rules
|
|
8
|
+
- Truth lives in files, not chat history.
|
|
9
|
+
- Do NOT implement anything yet.
|
|
10
|
+
- Do NOT refactor.
|
|
11
|
+
- Do NOT assume intent.
|
|
12
|
+
|
|
13
|
+
## Read project memory (if present)
|
|
14
|
+
Read these files first:
|
|
15
|
+
- docs/status.md
|
|
16
|
+
- docs/todo.md
|
|
17
|
+
- docs/decisions.md
|
|
18
|
+
- .cursor/rules/project.md
|
|
19
|
+
|
|
20
|
+
If a file does not exist, say so explicitly.
|
|
21
|
+
|
|
22
|
+
## Output format
|
|
23
|
+
1) Current state (5–10 bullets, based ONLY on files)
|
|
24
|
+
2) What you think we are building (1–3 bullets)
|
|
25
|
+
3) Open questions (only if confidence <90%)
|
|
26
|
+
4) Proposed next atomic step (ONE step)
|
|
27
|
+
|
|
28
|
+
Stop. Wait for confirmation.
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
# 4Runr Phase
|
|
4
|
+
|
|
5
|
+
Lock work to a phase.
|
|
6
|
+
|
|
7
|
+
Ask:
|
|
8
|
+
- Phase name
|
|
9
|
+
- Phase goal
|
|
10
|
+
|
|
11
|
+
Then define:
|
|
12
|
+
- In-scope
|
|
13
|
+
- Out-of-scope
|
|
14
|
+
- Next steps (max 3)
|
|
15
|
+
|
|
16
|
+
Reject unrelated work unless approved.
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
# 4Runr Task
|
|
4
|
+
|
|
5
|
+
Convert the user request into a plan.
|
|
6
|
+
|
|
7
|
+
Rules:
|
|
8
|
+
- Ask questions if <90% confident
|
|
9
|
+
- No implementation yet
|
|
10
|
+
|
|
11
|
+
Output:
|
|
12
|
+
1) Goal
|
|
13
|
+
2) Assumptions
|
|
14
|
+
3) Plan (max 8 steps)
|
|
15
|
+
4) Step 1 (smallest step)
|
|
16
|
+
5) Risks
|
package/package.json
CHANGED
|
@@ -1,7 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
# 4Runr Close
|
|
4
|
+
|
|
5
|
+
We are ending this session. Produce a clean handoff.
|
|
6
|
+
|
|
7
|
+
## Hard rules
|
|
8
|
+
- No emojis
|
|
9
|
+
- No assumptions
|
|
10
|
+
- No "this should work"
|
|
11
|
+
|
|
12
|
+
## Output format
|
|
13
|
+
### 1) What changed
|
|
14
|
+
- Bullet list
|
|
15
|
+
|
|
16
|
+
### 2) Files involved
|
|
17
|
+
- Exact file paths
|
|
18
|
+
|
|
19
|
+
### 3) Decisions (if any)
|
|
20
|
+
- Decision
|
|
21
|
+
- Why
|
|
22
|
+
- Trade-offs
|
|
23
|
+
|
|
24
|
+
### 4) Next steps
|
|
25
|
+
- 3–7 steps, atomic
|
|
26
|
+
|
|
27
|
+
### 5) Project memory updates
|
|
28
|
+
Provide copy-paste text for:
|
|
29
|
+
- docs/status.md
|
|
30
|
+
- docs/todo.md
|
|
31
|
+
- docs/decisions.md (only if needed)
|
|
@@ -1,7 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
# 4Runr Start
|
|
4
|
+
|
|
5
|
+
You are continuing work in an existing codebase.
|
|
6
|
+
|
|
7
|
+
## Hard rules
|
|
8
|
+
- Truth lives in files, not chat history.
|
|
9
|
+
- Do NOT implement anything yet.
|
|
10
|
+
- Do NOT refactor.
|
|
11
|
+
- Do NOT assume intent.
|
|
12
|
+
|
|
13
|
+
## Read project memory (if present)
|
|
14
|
+
Read these files first:
|
|
15
|
+
- docs/status.md
|
|
16
|
+
- docs/todo.md
|
|
17
|
+
- docs/decisions.md
|
|
18
|
+
- .cursor/rules/project.md
|
|
19
|
+
|
|
20
|
+
If a file does not exist, say so explicitly.
|
|
21
|
+
|
|
22
|
+
## Output format
|
|
23
|
+
1) Current state (5–10 bullets, based ONLY on files)
|
|
24
|
+
2) What you think we are building (1–3 bullets)
|
|
25
|
+
3) Open questions (only if confidence <90%)
|
|
26
|
+
4) Proposed next atomic step (ONE step)
|
|
27
|
+
|
|
28
|
+
Stop. Wait for confirmation.
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
# 4Runr Phase
|
|
4
|
+
|
|
5
|
+
Lock work to a phase.
|
|
6
|
+
|
|
7
|
+
Ask:
|
|
8
|
+
- Phase name
|
|
9
|
+
- Phase goal
|
|
10
|
+
|
|
11
|
+
Then define:
|
|
12
|
+
- In-scope
|
|
13
|
+
- Out-of-scope
|
|
14
|
+
- Next steps (max 3)
|
|
15
|
+
|
|
16
|
+
Reject unrelated work unless approved.
|
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- managed-by: 4runr-cursor-setup -->
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
# 4Runr Task
|
|
4
|
+
|
|
5
|
+
Convert the user request into a plan.
|
|
6
|
+
|
|
7
|
+
Rules:
|
|
8
|
+
- Ask questions if <90% confident
|
|
9
|
+
- No implementation yet
|
|
10
|
+
|
|
11
|
+
Output:
|
|
12
|
+
1) Goal
|
|
13
|
+
2) Assumptions
|
|
14
|
+
3) Plan (max 8 steps)
|
|
15
|
+
4) Step 1 (smallest step)
|
|
16
|
+
5) Risks
|