Cross-repo invariant verifier for the zyplux organization
Project description
cerberus
Verifies repository invariants — CI workflow structure, justfile and dependency conventions, CODEOWNERS, and release-version bumps — as a per-repo linter against a checkout.
Requirements
uvand Python 3.14
The justfile check shells out to just, which ships with the package (via rust-just) — no separate install.
Lint a repo
uv run cerberus # lint the current directory
uv run cerberus PATH # lint a checkout at PATH
Runs every check and exits non-zero on any failure or error, so it drops into CI like any linter. Run cerberus list to see every check, its scope, and what it verifies.
| Option | Description |
|---|---|
--check NAME |
Limit to named check(s); repeatable |
--config PATH |
Use a cerberus.toml other than the bundled |
--fix |
Auto-fix fixable problems (e.g. trailing whitespace) |
A repo opts out of specific checks with [tool.cerberus] disable = ["check-id", ...] in its pyproject.toml.
Checks
| ID | Scope | Verifies |
|---|---|---|
justfile |
content | Recipe names, aliases, check pipeline, wrapped tool calls, no trailing whitespace |
ci-workflow |
content | ci.yml exists, exposes a ci check, runs on PRs (push to main recommended) |
ci-sequence |
content | ci.yml runs the canonical check sequence per stack, in the org container |
cerberus-step |
content | A CI workflow runs cerberus to self-verify org invariants |
workflow-tooling |
content | Workflows set up only the workspace toolchain (uv, bun), not extra tools |
rumdl-config |
content | .rumdl.toml carries the org-canonical rule config (per-repo exclude allowed) |
vitest-runner |
content | TypeScript tests run on vitest, never bun's built-in test runner |
ts-project-references |
content | TypeScript typecheck runs via project references (tsc -b), not a per-package fan-out |
catalog-discipline |
content | Every workspace package.json dependency pins via catalog: or workspace: |
release-bumps |
git-history | A published target's version is bumped whenever its release surface changes |
codeowners |
content | CODEOWNERS present and covers /.github/ |
Config
Policy — required recipes and aliases, the canonical CI sequence — lives in cerberus.toml. Override it with --config PATH.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zyplux_cerberus-0.5.0.tar.gz.
File metadata
- Download URL: zyplux_cerberus-0.5.0.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89f5b4627372ec952fb4547e2e28397958004640d1ef2aab7a609e395b7d2425
|
|
| MD5 |
03d61a20265ac2d461132ef82a45e3fc
|
|
| BLAKE2b-256 |
20c17ba6aa169c246355256dcace5a9d9a09e78b2d7cb3b52e1fe9f958619f9e
|
File details
Details for the file zyplux_cerberus-0.5.0-py3-none-any.whl.
File metadata
- Download URL: zyplux_cerberus-0.5.0-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91fcbc0ba98df7c21537e985bdb622aa0176a4d6b2f5572075278fd5c0dba44
|
|
| MD5 |
a0dbb42dc26e185c6acb2a92579e746b
|
|
| BLAKE2b-256 |
0608b2e54f6684fec03bba125148d5addf96092d17cec7ac22c7230b40e5901d
|