# Package manifest {#root}

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

[p01] What `org.vibevm.fractality/delegation-rules@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.fractality/delegation-rules` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | The delegation policy layer for fractality bosses: a decidable routing matrix (delegate when verification is cheaper than generation) plus per-model playbooks for the worker fleet |
| Authors | Oleg Chirukhin |
| Keywords | delegation, routing, policy, playbooks, agents |

## Depended on by {#dependants}

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

[p04]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | delegation-first | `org.vibevm.fractality/delegation-first@1.0.0` | org.vibevm.fractality · en |

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "delegation-rules"
group = "org.vibevm.fractality"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The delegation policy layer for fractality bosses: a decidable routing matrix (delegate when verification is cheaper than generation) plus per-model playbooks for the worker fleet"
keywords = ["delegation", "routing", "policy", "playbooks", "agents"]

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

# Standing rule (owner, 2026-07-09): every fractality package carries the
# redbook practices and the AI-Native stack from birth. For this prose-only
# flow the code gates are vacuous today; the requires still bind so the day
# this package grows executable policy (routing-as-data consumed by MC),
# the discipline is already in the room.
[requires.packages]
"flow:org.vibevm.world/redbook" = { version = "^1.0.0", access = "private" }
"stack:org.vibevm.ai-native/rust-ai-native" = { version = "^1.0.0", access = "private" }

[boot_snippet]
source = "vibevm/vibespecs/boot/77-flow-delegation-rules.xml"
category = "flow"

[[registry]]
name = "vibespecs"
url = "https://github.com/vibespecs"

[[registry]]
name = "vibespecs-gitverse"
url = "https://gitverse.ru/vibespecs"
naming = "name"

```

