- Never delete information. If merging or replacing notes, move originals to `400-archive/` and leave a short stub linking to the new note.
- Keep changes incremental: one clear objective per batch.
- When moving/renaming, update affected wikilinks `[[...]]` across the vault.
## Testing Guidelines
No automated tests are configured. If you make large changes, run a link check if you have one locally, or do a targeted `rg` search to spot broken wikilinks.
## Commit & Pull Request Guidelines
Recent commits use short, descriptive summaries (for example: “Refactor Personal folder structure for improved organization”). If you add backup commits, follow the existing pattern `vault backup: YYYY-MM-DD HH:MM:SS`.
PRs should include:
- A brief description of what moved/changed and why
- A list of affected directories (for example `100-project/Personal/`)
- Any manual checks performed (link search, spot review)