Skip to content

Commit d634345

Browse files
release: v0.3.6
1 parent 9080528 commit d634345

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ultan",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Local, brain-inspired markdown memory for Claude Code — a curator pair gates writes by surprise, three retrieval tiers surface what matters, all on your disk.",
55
"author": { "name": "Nicholas Holden", "url": "https://github.com/nickroci" },
66
"homepage": "https://github.com/nickroci/ultan",
@@ -10,7 +10,7 @@
1010
"command": "uvx",
1111
"args": [
1212
"--from",
13-
"git+https://github.com/nickroci/ultan@v0.3.5",
13+
"git+https://github.com/nickroci/ultan@v0.3.6",
1414
"ultan",
1515
"mcp"
1616
],

daemon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-daemon"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "Long-running event-ingest daemon for agent-mem (Librarian + Scholar)"
55
readme = "README.md"
66
requires-python = ">=3.12"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# stays small and starts fast.
88
[project]
99
name = "ultan"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111
description = "Ultan — local markdown memory for Claude Code (thin CLI + hooks + lazy daemon launcher)."
1212
requires-python = ">=3.12"
1313
license = { text = "MIT" }

scripts/ensure-ultan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LOCK="$DATA/.install.lock"
2525
# The install spec. scripts/set-version.sh rewrites the `@<ref>` here to the
2626
# release tag (`@vX.Y.Z`) at release time; between releases it tracks `@main`.
2727
# ULTAN_SPEC override lets scripts/validate-plugin.sh install the local tree.
28-
SPEC="${ULTAN_SPEC:-ultan[retrieval] @ git+https://github.com/nickroci/ultan@v0.3.5}"
28+
SPEC="${ULTAN_SPEC:-ultan[retrieval] @ git+https://github.com/nickroci/ultan@v0.3.6}"
2929

3030
# The git ref the SPEC pins (the @<ref> at the very end) and the uv receipt that
3131
# records what is actually installed — together they drive the up-to-date check

tools/search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-search"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "Three-mode search (hierarchy / index-led LLM / BM25) over the agent-mem knowledge store."
55
authors = [{ name = "Nicholas Holden", email = "nicholas.holden@banqora.com" }]
66
requires-python = ">=3.12"

tools/ultan/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-mem-tools"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
description = "Ultan slash-command logic (advisor / remember) — the /ultan and /ultan-advisor entry points."
55
authors = [{ name = "Nicholas Holden", email = "nicholas.holden@banqora.com" }]
66
requires-python = ">=3.12"

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)