Nothing is loose in My Drive. The documents are in the Wazoku OneDrive under Organisation Docs\Personal Finance — eight numbered folders, already well organised. This is a migration out of the employer tenant, not a reorganisation.
Council tax is demonstrably Lewisham at £228 a month, yet Haringey portal emails still
arrive. The real folders are 5. Property\Flat, Flat 13 and Remortgage inside the Wazoku OneDrive, which suggests a previous
property, and a previous address in Haringey would account for it cleanly.
Four years of bank data show no second mortgage, no letting agent, no rental income and no Haringey payments — so if the flat was sold before January 2023, it is archive material rather than anything live. The completion statement would confirm it, and if there was a capital gain the records matter for as long as HMRC might ask.
Numbered prefixes because Drive sorts alphabetically, and a fixed order you stop having to think about is worth more than alphabetical accuracy. Nothing is deleted — everything lands somewhere.
H:\My Drive\Family Admin\
CLAUDE.md
admin-hub\ ← drop-in, self-contained
raw\ data\ scripts\ site\ docs\
Suggested folders for the documents themselves.
Nothing below is based on your actual Drive — this build
has never seen it. Run scripts/index_documents.py first,
then adapt these names to what is really there.
01-house\
02-money\
03-insurance\
04-medical\ register only
05-succession\
06-identity\ restricted
99-archive\
The script never moves anything unless you pass --apply, and it
writes a reversible log of every move so you can undo it.
cd "H:\My Drive\Family Admin\admin-hub" python3 scripts/migrate.py # audit + dry run, moves nothing python3 scripts/migrate.py --execute # copies from OneDrive to Family Admin python3 scripts/migrate.py --verify # compares counts and bytes
Moving files inside a synced folder makes Drive re-index them, which is fine but noisy.
Do it when you're not mid-upload, and read the dry-run output first — the script sorts by
filename, so anything ambiguously named will land in 99-archive for you to place
by hand rather than being guessed at.
Google Drive keeps 30 days of version history and a trash, so this is recoverable even without the log. But the log is faster.