swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/jira-at-home/src/mcp/host/runtime.rs
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 23:59:48 -0400
committermain <main@swarm.moe>2026-03-20 23:59:48 -0400
commit5474bb6578fa03abaa6b95b9be161e46a743bebb (patch)
tree514adceb8ab191f5a9b79efa8c00160e057e951c /crates/jira-at-home/src/mcp/host/runtime.rs
parent5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 (diff)
downloadjira_at_home-main.zip
Move issues into state dirHEADmain
Diffstat (limited to 'crates/jira-at-home/src/mcp/host/runtime.rs')
-rw-r--r--crates/jira-at-home/src/mcp/host/runtime.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/jira-at-home/src/mcp/host/runtime.rs b/crates/jira-at-home/src/mcp/host/runtime.rs
index b2049a0..1994632 100644
--- a/crates/jira-at-home/src/mcp/host/runtime.rs
+++ b/crates/jira-at-home/src/mcp/host/runtime.rs
@@ -230,7 +230,7 @@ impl HostRuntime {
"name": SERVER_NAME,
"version": env!("CARGO_PKG_VERSION")
},
- "instructions": "Bind the session with project.bind, then use issue.save to park ideas in issues/<slug>.md. issue.list enumerates every existing issue file because there is no closed state."
+ "instructions": "Bind the session with project.bind, then use issue.save to park ideas in the bound state directory under issues/<slug>.md. issue.list enumerates every existing issue file because there is no closed state."
}))),
"notifications/initialized" => {
if !self.seed_captured() {