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.
@@ -1,7 +1,31 @@
1
- # /4runr-close
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Before ending the chat:
4
- 1) Update docs/status.md with a short snapshot (what exists now, what changed).
5
- 2) Update docs/todo.md with next steps + blockers.
6
- 3) If any decisions were made, append them to docs/decisions.md (date + decision + reason).
7
- 4) List files changed (or that should be changed).
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
- # /4runr-start
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Before doing anything:
4
- 1) Read: docs/status.md, docs/todo.md, docs/decisions.md, docs/scope.md, docs/constraints.md, .cursor/rules/project.md (if they exist).
5
- 2) Summarize current state in 5-10 bullets.
6
- 3) List missing info (if any) as targeted questions.
7
- 4) Do not implement until aligned.
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
- # /4runr-phase
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Ask the user for the current phase goal, then:
4
- - Lock scope to that phase only
5
- - Define exit criteria
6
- - Proceed in atomic steps
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
- # /4runr-task
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Convert the user's request into:
4
- - A small plan (3-7 steps)
5
- - The first atomic step to execute next
6
- Ask clarifying questions if less than 90% confident.
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,6 +1,6 @@
1
1
  {
2
2
  "name": "4runr-cursor-setup",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,7 +1,31 @@
1
- # /4runr-close
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Before ending the chat:
4
- 1) Update docs/status.md with a short snapshot (what exists now, what changed).
5
- 2) Update docs/todo.md with next steps + blockers.
6
- 3) If any decisions were made, append them to docs/decisions.md (date + decision + reason).
7
- 4) List files changed (or that should be changed).
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
- # /4runr-start
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Before doing anything:
4
- 1) Read: docs/status.md, docs/todo.md, docs/decisions.md, docs/scope.md, docs/constraints.md, .cursor/rules/project.md (if they exist).
5
- 2) Summarize current state in 5-10 bullets.
6
- 3) List missing info (if any) as targeted questions.
7
- 4) Do not implement until aligned.
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
- # /4runr-phase
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Ask the user for the current phase goal, then:
4
- - Lock scope to that phase only
5
- - Define exit criteria
6
- - Proceed in atomic steps
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
- # /4runr-task
1
+ <!-- managed-by: 4runr-cursor-setup -->
2
2
 
3
- Convert the user's request into:
4
- - A small plan (3-7 steps)
5
- - The first atomic step to execute next
6
- Ask clarifying questions if less than 90% confident.
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