Template Lab is a transparent sandbox for validating repository templates and lightweight automation before they are adopted elsewhere.
This repository currently contains the baseline documentation only. It does not ship a package, service, or application.
- Keep one experiment per branch or pull request.
- State the expected result and record the actual result.
- Prefer minimal fixtures over copied production projects.
- Never include credentials, customer data, or live environment files.
- Remove generated output once an experiment is complete.
When a template proves useful, move it into a purpose-built repository with its own setup, tests, ownership, and release process.