swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent5150f5a79658bbf5ca7c33b7b3817ad87b4a5c64 (diff)
downloadjira_at_home-5474bb6578fa03abaa6b95b9be161e46a743bebb.zip
Move issues into state dirHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cf982cc..aa852ad 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
The domain is mercilessly small:
-- `issues/<slug>.md` stores the actual note body
+- `~/.local/state/jira_at_home/projects/.../issues/<slug>.md` stores the actual note body
- `issue.save` overwrites or creates one note
- `issue.list` enumerates the existing slugs
- `issue.read` returns the note body for one slug
@@ -15,6 +15,6 @@ The feature set stays primitive, but the transport posture is not:
- explicit replay contracts
- porcelain-by-default tool output
- hot host reexec through `libmcp` session snapshots
-- append-only JSONL telemetry outside the repo under the platform state dir
+- issue bodies and append-only JSONL telemetry outside the repo under the platform state dir
Use `cargo run -- mcp serve --project .` to launch it against the current repo.