repo split: add RECLONE.md (history rewritten; projects -> submodules; data -> Gitea-Storage)

This commit is contained in:
2026-06-18 19:42:15 -07:00
parent 4fcd3088af
commit b66b80a95b

16
RECLONE.md Normal file
View File

@@ -0,0 +1,16 @@
# claudetools was restructured 2026-06-18 — RE-CLONE if you have an old clone
History was rewritten: every project split into its own Gitea repo (now git **submodules**),
and large data/history purged. `.git` went 3.2 GB → ~80 MB. An OLD clone (multi-GB `.git`,
no submodules) is **incompatible** — do NOT `/sync`, `/save`, or `git push` from it.
Re-clone:
```
cd <parent>; mv ClaudeTools ClaudeTools.old
git clone https://git.azcomputerguru.com/azcomputerguru/claudetools.git ClaudeTools
cp ClaudeTools.old/.claude/identity.json ClaudeTools/.claude/ # gitignored, per-machine — keep it
cd ClaudeTools && git submodule update --init --recursive
# recover any uncommitted work from ClaudeTools.old, then delete it
```
Project history now lives in the submodules under `projects/`. Full pre-split backup bundle:
`\172.16.3.20\Backups\Gitea-Storage\claudetools-pre-split-2026-06-18.bundle`