Add hash-suffixed versioning and git-based reinstall command

This commit is contained in:
Adam Ladachowski
2026-02-18 17:33:31 +01:00
parent 2364580742
commit 65cbd372f5
4 changed files with 160 additions and 41 deletions
+4 -13
View File
@@ -1,15 +1,6 @@
# Reinstall tensors
Bump version, reinstall locally and on junkpile.
Run the reinstall script:
---
description: Reinstall tensors - update version with git hash, install locally and on junkpile
---
```bash
python scripts/reinstall.py
${CLAUDE_PROJECT_ROOT}/.claude/commands/reinstall.sh
```
This will:
1. Bump the patch version in pyproject.toml
2. Install locally with `uv pip install -e .`
3. Sync the project to junkpile via rsync
4. Install on junkpile with `pip install -e '.[server]'`