# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] What `org.vibevm.world/git-conventional-commits@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `org.vibevm.world/git-conventional-commits` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | The Conventional Commits message format: a typed header (type(scope): subject), a why-not-what body, the allowed-type set, scope convention, worked examples, and anti-patterns |
| Authors | Oleg Chirukhin |
| Keywords | git, commits, conventional-commits, message-format, discipline |

## Depended on by {#dependants}

[p03] Packages that require this one, as the catalog holds them now.

[p04]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | git-practices | `org.vibevm.world/git-practices@1.0.0` | org.vibevm.world · en |

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "git-conventional-commits"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The Conventional Commits message format: a typed header (type(scope): subject), a why-not-what body, the allowed-type set, scope convention, worked examples, and anti-patterns"
keywords = ["git", "commits", "conventional-commits", "message-format", "discipline"]

[compatibility]
min_vibe_version = "0.1.0"
requires_kinds = []

[boot_snippet]
source = "vibevm/vibespecs/boot/31-flow-conventional-commits.xml"
category = "flow"
# A non-negotiable commit rule — suggest the inline priority lane (PROP-009 §2.4):
# its text lands verbatim in INLINE.md, read first, unless a consumer overrides.
link = "static"

```

