Skip to content

Commit 4d14b10

Browse files
authored
Merge branch 'feature/spec-20-simplified-rclone-sync' into claude/issue-406-20251031-0133
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
2 parents 8af7ae0 + 045e931 commit 4d14b10

24 files changed

Lines changed: 3269 additions & 2713 deletions

docs/cloud-cli.md

Lines changed: 443 additions & 447 deletions
Large diffs are not rendered by default.

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Install dependencies
44
install:
5-
pip install -e ".[dev]"
5+
uv pip install -e ".[dev]"
66
uv sync
77
@echo ""
88
@echo "💡 Remember to activate the virtual environment by running: source .venv/bin/activate"

0 commit comments

Comments
 (0)