Repository-native development workflows¶
Zendev turns repository policy into small, deterministic tools for commits, pull-request messages, and durable proposal records.
It keeps the important state where collaborators already review it: Git, Markdown, TOML, JSON Schema, and committed indexes. Zendev supplies reusable mechanisms without taking ownership of a repository's terminology, templates, or governance decisions.
Start in five minutes¶
Run the complete toolkit without a global installation:
Or add it to a project:
The unified command exposes three workflows:
Continue with Getting started, then choose a guide:
- Create consistent commits
- Validate commit and pull-request messages
- Maintain repository-native proposals
- Install prek hooks
- Add GitHub pull-request checks
One toolkit, focused distributions¶
Installing zendev installs the complete toolkit. Each component remains an
independently installable Python distribution for consumers that only need one
contract. See the package map for the ownership and
entry-point boundaries.
Source of truth¶
This site explains the released interfaces. The repository remains authoritative for implementation and policy: