Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:17
313c155

Fixed

  • wiki init now works in a fresh git repo. A directory containing only a
    .git folder is no longer treated as non-empty, so git init && wiki init .
    just works. Directories with real content still require --force, so the
    guard against clobbering files is unchanged.

Docs

  • README now tells Obsidian users to write standard markdown links (turn off
    Use [[Wikilinks]], set New link format to Absolute path in vault).
    wiki does not recognize [[wikilinks]], so left on they silently drop out
    of the graph.

Upgrade: brew upgrade agentic-wiki/tap/wiki, or
go install github.com/agentic-wiki/wiki/cmd/wiki@v0.3.1.

Changelog

  • 313c155 Allowing init on a bare git repo
  • c3ac994 Updated tasks and license