Personal development standards for all projects. Reference docs for Git workflow, coding conventions, and project setup.
| Document | Description |
|---|---|
| git-workflow.md | Gitflow branching strategy, everyday workflow, commands |
| commit-conventions.md | Commit message format, types, rules |
| github-guide.md | Issues, milestones, labels, PRs |
| project-setup-checklist.md | How to bootstrap a new project |
| Language | Guide |
|---|---|
| Python | Type hints, pytest, docstrings |
| PowerShell | Approved verbs, Pester, splatting |
| TypeScript | React components, hooks, Vitest |