# Package manifest {#root}

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

[p01] What `org.vibevm.world/health-audit@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/health-audit` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | The periodic health audit: a recurring judgment sweep over what the per-commit gate is structurally blind to, recorded as an append-only trend |
| Authors | Oleg Chirukhin |
| Keywords | audit, health, debt, drift, maintenance |

## Skills {#skills}

[p03]
```toml
[[skill]]
description = "Run one periodic health audit: walk the category checklist, record findings with severity and disposition in AUDIT.md, carry forward what stays open"
name = "health-audit"
path = "vibevm/vibespecs/skills/health-audit"

```

## Depended on by {#dependants}

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

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

## The manifest {#the-manifest}

[p06]
```toml
[package]
name = "health-audit"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The periodic health audit: a recurring judgment sweep over what the per-commit gate is structurally blind to, recorded as an append-only trend"
keywords = ["audit", "health", "debt", "drift", "maintenance"]

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

[boot_snippet]
source = "vibevm/vibespecs/boot/42-flow-health-audit.xml"

category = "flow"

[[boot_snippet.fragment]]
source = "vibevm/vibespecs/boot/42a-wal-binding.xml"
when = "installed:org.vibevm.world/wal"

[[skill]]
name = "health-audit"
path = "vibevm/vibespecs/skills/health-audit"
description = "Run one periodic health audit: walk the category checklist, record findings with severity and disposition in AUDIT.md, carry forward what stays open"

```

