Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "husmo"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
description = "Local-first, git-backed document/link database with a Rust MCP server"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ That installs the three pieces OpenCode needs and reports on a fourth:

```
✓ skill installed ~/.config/opencode/skills/husmo-document-management
✓ binary downloaded husmo 0.1.1 to ~/.local/bin/husmo
✓ binary downloaded husmo 0.1.2 to ~/.local/bin/husmo
✓ mcp registered husmo in ~/.config/opencode/opencode.json
→ data no config at ~/.config/husmo/config.toml
create a data repo before using husmo's tools:
Expand Down
2 changes: 1 addition & 1 deletion claude-plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "husmo",
"description": "Save and retrieve documents/links through the husmo MCP server: save URLs, pasted text, and local files, triage outgoing links, search by meaning/tag/full-text, and relate documents in a graph.",
"version": "0.1.1",
"version": "0.1.2",
"author": {"name": "Fran Tufro"},
"homepage": "https://github.com/frantufro/husmo",
"repository": "https://github.com/frantufro/husmo",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frantufro/husmo",
"version": "0.1.1",
"version": "0.1.2",
"description": "Install the husmo skill and MCP registration into OpenCode, and the husmo binary if it is missing",
"bin": {
"husmo-install": "bin/install.mjs"
Expand Down
Loading