You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#87b94169f 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
#854794775 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.