Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 21:15
· 58 commits to main since this release
6a7a584

Minor Changes

  • #87 b94169f Thanks @LiranCohen! - gitd init now initializes a local git repo in the current directory and adds the origin remote automatically, matching git/gh conventions. Pass --no-local to skip local setup and only create the server-side bare repo + DWN record.

Patch Changes

  • #85 4794775 Thanks @LiranCohen! - Eliminate CWD-relative path leaks: RESOLVERCACHE/, DATA/AGENT/, and ./repos no longer created in the working directory. All paths now resolve to ~/.enbox/profiles/default/ when no named profile is active.