Peter Chanthamynavong
Peter Chanthamynavong
[casey/just](https://github.com/casey/just) has been using the the cli name `just` since 11/2017. Perhaps consider using `just-cli` instead to avoid the conflict?
## Summary Add `bd upgrade install` subcommand to enable in-place binary upgrades without requiring external package managers or re-running the install script. ## Motivation Currently, upgrading bd requires users to:...
## Summary Refactor `bd sync` to pull remote changes **before** exporting local state, eliminating the export-before-pull data loss pattern (#911). ## Problem ### Current Sync Order (Broken) ``` Export →...
Fixes #1087 ## Summary Implements the missing contributor routing logic so `bd init --contributor` actually works. ``` Before: bd create ──▶ .beads/ (always local, TODO logged) After: bd create ──▶...
## Problem `bd init --contributor` sets up a planning repo but issues never route there. ### Root Cause Two gaps in the implementation: | Gap | Location | Issue |...
## Summary Centralizes repository context resolution via `RepoContext` API, fixing 50+ git commands that assumed CWD equals repo root. Fixes #1101 Closes #1098 ## Problem ```bash cd /Volumes/atlas/acf # has...
## Summary Three related bugs where relative paths are resolved from `os.Getwd()` instead of the repo root, causing incorrect behavior when running from `.beads/` directory (including daemon mode). ## Bugs...
## Summary - Remove dead code `restoreBeadsDirFromBranch()` orphaned by PR #918 - Add regression test to prevent reintroduction of similar restoration logic ## Context The function was called in v0.46.0...
## Summary Follow-up to #1102 - migrates remaining git command locations to use RepoContext API for correct repo resolution when `BEADS_DIR` is set. ### Files Migrated | File | Functions...
## Summary Main branch CI has a 92% failure rate over the last 100 runs. The current failure is a compile error (duplicate symbol declarations in `internal/config/`), but CI failures...