Skip to content

v1.52.1

Choose a tag to compare

@moekatib moekatib released this 03 Aug 05:01
· 15 commits to main since this release

Fixes

  • config: $HOME is never treated as a project root. Previously ~/.one (the CLI's own config directory) — or a dotfiles .git / stray package.json in home — matched as a project marker, so setting project scope from a marker-less directory wrote the config under the home-dir slug and shadowed the global config for every directory under $HOME. (#175, #176)

If you were affected: remove the stray ~/.one/projects/-<home-dir-slug>/ directory and re-set the scope from the intended project directory.