From 5474bb6578fa03abaa6b95b9be161e46a743bebb Mon Sep 17 00:00:00 2001 From: main Date: Fri, 20 Mar 2026 23:59:48 -0400 Subject: Move issues into state dir --- crates/jira-at-home/src/mcp/host/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/jira-at-home/src/mcp/host/runtime.rs') 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/.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/.md. issue.list enumerates every existing issue file because there is no closed state." }))), "notifications/initialized" => { if !self.seed_captured() { -- cgit v1.2.3