11# Cursor task prompts — ` resolve ` tool (PR-RESOLVE-1 → PR-RESOLVE-2)
22
3- Status: ** active ** . Plan:
3+ Status: ** completed ** (historical handoff prompts) . Plan:
44[ ` PLAN-RESOLVE-TOOL.md ` ] ( PLAN-RESOLVE-TOOL.md ) ; propose:
5- [ ` propose/RESOLVE-TOOL-PROPOSE.md ` ] ( ../propose/RESOLVE-TOOL-PROPOSE.md ) .
5+ [ ` propose/completed/ RESOLVE-TOOL-PROPOSE.md ` ] ( ../propose/completed /RESOLVE-TOOL-PROPOSE.md ) .
66
77One prompt per PR. Copy the prompt verbatim into Cursor agent mode with the
88listed ` @-files ` attached.
@@ -27,13 +27,13 @@ listed `@-files` attached.
2727
2828** Branch:** ` feat/resolve-tool ` off ` master ` .
2929** Base:** ` master ` .
30- ** Plan section:** ` plans/PLAN-RESOLVE-TOOL.md ` § PR-RESOLVE-1.
30+ ** Plan section:** ` plans/completed/ PLAN-RESOLVE-TOOL.md ` § PR-RESOLVE-1.
3131** PR title:** ` add resolve mcp tool for identifier-shaped lookups `
3232
3333** Attach (` @-files ` ):**
3434
35- - ` @plans/PLAN-RESOLVE-TOOL.md ` (PR-RESOLVE-1 section only)
36- - ` @propose/RESOLVE-TOOL-PROPOSE.md `
35+ - ` @plans/completed/ PLAN-RESOLVE-TOOL.md ` (PR-RESOLVE-1 section only)
36+ - ` @propose/completed/ RESOLVE-TOOL-PROPOSE.md `
3737- ` @java_ontology.py `
3838- ` @mcp_v2.py `
3939- ` @server.py `
@@ -44,9 +44,9 @@ listed `@-files` attached.
4444** Prompt:**
4545
4646````
47- You are implementing PR-RESOLVE-1 from `plans/PLAN-RESOLVE-TOOL.md`.
47+ You are implementing PR-RESOLVE-1 from `plans/completed/ PLAN-RESOLVE-TOOL.md`.
4848
49- Read the **PR-RESOLVE-1** section and `propose/RESOLVE-TOOL-PROPOSE.md` §3–§6
49+ Read the **PR-RESOLVE-1** section and `propose/completed/ RESOLVE-TOOL-PROPOSE.md` §3–§6
5050before writing code. If this prompt and the plan disagree, the plan wins.
5151
5252## Scope
@@ -92,7 +92,7 @@ but do not edit AGENT-GUIDE/README in this PR):
9292
9393## Deliverables
9494
95- Match `plans/PLAN-RESOLVE-TOOL.md` § PR-RESOLVE-1 definition of done.
95+ Match `plans/completed/ PLAN-RESOLVE-TOOL.md` § PR-RESOLVE-1 definition of done.
9696
9797## Validation
9898
@@ -131,14 +131,14 @@ that ontology_version is unchanged and PR-RESOLVE-2 will sweep descriptions.
131131
132132** Branch:** ` feat/resolve-tool-docs ` off ` master ` (after PR-RESOLVE-1 merged).
133133** Base:** ` master ` .
134- ** Plan section:** ` plans/PLAN-RESOLVE-TOOL.md ` § PR-RESOLVE-2.
134+ ** Plan section:** ` plans/completed/ PLAN-RESOLVE-TOOL.md ` § PR-RESOLVE-2.
135135** Blocked on:** PR-RESOLVE-1 merged to ` master ` .
136136** PR title:** ` point agent docs at resolve for identifier lookups `
137137
138138** Attach (` @-files ` ):**
139139
140- - ` @plans/PLAN-RESOLVE-TOOL.md ` (PR-RESOLVE-2 section only)
141- - ` @propose/RESOLVE-TOOL-PROPOSE.md ` (§3.7, §6 checklist)
140+ - ` @plans/completed/ PLAN-RESOLVE-TOOL.md ` (PR-RESOLVE-2 section only)
141+ - ` @propose/completed/ RESOLVE-TOOL-PROPOSE.md ` (§3.7, §6 checklist)
142142- ` @server.py `
143143- ` @mcp_v2.py ` (hint_message only)
144144- ` @docs/AGENT-GUIDE.md `
@@ -153,7 +153,7 @@ that ontology_version is unchanged and PR-RESOLVE-2 will sweep descriptions.
153153** Prompt:**
154154
155155````
156- You are implementing PR-RESOLVE-2 from `plans/PLAN-RESOLVE-TOOL.md`.
156+ You are implementing PR-RESOLVE-2 from `plans/completed/ PLAN-RESOLVE-TOOL.md`.
157157
158158PR-RESOLVE-1 (`resolve` tool) is already on master. This PR is **docs and
159159agent-facing prose only** plus test expectation updates — no new resolve logic.
@@ -185,7 +185,7 @@ agent-facing prose only** plus test expectation updates — no new resolve logic
185185- Changing `describe(fqn=…)` first-match behavior.
186186- Adding `microservice` to `describe`.
187187
188- Sentinel grep — run the **canonical** command from `plans/PLAN-RESOLVE-TOOL.md`
188+ Sentinel grep — run the **canonical** command from `plans/completed/ PLAN-RESOLVE-TOOL.md`
189189§ “Canonical sentinel grep (PR-RESOLVE-2)”. Review output; expect no
190190identifier-resolution fallback recommendations. Allow `search` only inside
191191`resolve` tool description / `status="none"` messages.
0 commit comments