Scaffold a new genblaze provider connector package with all required files, tests, and entry points by analyzing existing connectors for conventions.
Pre-release gate for one genblaze package โ version bump, tests, lint, typecheck, CHANGELOG entry, entry-point sanity. Use before creating a GitHub Release (which triggers the PyPI publish workflow in .github/workflows/release.yml).
Run tests for a single genblaze package or for only packages whose files changed since main. Use when iterating on a specific connector or after a focused edit โ much faster than `make test` across all 13 packages.
Audit docs/* and root markdown for staleness. Checks `last_verified` headers against git mtime, validates Python code examples parse, checks cross-reference links resolve. Use monthly, before release, or after any large refactor.