v1.0.0: offline UI, conflict guard, backlinks, shortcuts, doctor#12
Merged
Conversation
Bundles the work that takes omind to its first stable release: - Offline asset vendoring: the web UI no longer reaches a CDN. Tailwind is compiled to a committed stylesheet, fonts are local woff2, and marked is bundled. Tailwind build inputs live under web/tailwind/ and are excluded from the wheel. - External-change guard: each note carries an mtime+size version token. Saves send the token they last read; if the file changed underneath them the API answers 409 and the UI offers to overwrite. Protects against the OMI folder being written concurrently by Claude Code's MCP and Hermes' cron. - Live list refresh: the sidebar polls for changes and updates without a reload, pausing while an editor is open or the tab is hidden. - Keyboard shortcuts: / search, n new, j/k navigate, Ctrl/Cmd+S save, Esc cancel. - Backlinks panel: the note view lists other notes that [[wikilink]] to it. - omind doctor: diagnoses Node/npx/Claude CLI, MCP registration at user scope, and OMI folder + Obsidian config readability. - CHANGELOG.md (Keep a Changelog) and README updates; version bumped to 1.0.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #11.
Summary
Bundles the remaining pre-v1 items and bumps the version to 1.0.0:
marked.min.js; the web UI loads with zero CDN/network dependencies.[[wikilink]]the open note viaGET /api/notes/{name}/backlinks./search,nnew,j/kmove,Ctrl/Cmd+Ssave,Esccancel; guarded against firing while typing.omind doctor— one-shot wiring diagnostics (Node/npx/Claude on PATH, MCP registered at user scope and pointed at the right folder, OMI folder + Obsidian config readable).CHANGELOG.mdadded, README updated.Test plan
ruff check .— cleanmypy src— clean (--strict)pytest -v— 60 passed (conflict 409, backlinks, doctor, store round-trip + traversal, web CRUD)omind-1.0.0-py3-none-any.whl, 18 vendor files bundled, 0 tailwind build inputs/focuses search, conflict-overwrite path persistsomind doctorverified live — unprovisioned vault → exit 1; real vault → exit 0 (all ✓)Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/