# Package manifest {#root}

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

[p01] What `org.vibevm.fractality/delegation-first@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-first` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | The standing delegation directive for a boss–worker agent setup: delegate execution by default and reserve the expensive boss for judgment and review — the posture layer above the delegation-rules calculus |
| Authors | Oleg Chirukhin |
| Keywords | delegation, agents, orchestration, directive, policy |

## The manifest {#the-manifest}

[p03]
```toml
[package]
name = "delegation-first"
group = "org.vibevm.fractality"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The standing delegation directive for a boss–worker agent setup: delegate execution by default and reserve the expensive boss for judgment and review — the posture layer above the delegation-rules calculus"
keywords = ["delegation", "agents", "orchestration", "directive", "policy"]

[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. This flow also pulls
# its sibling delegation-rules — the directive names the calculus it sits above.
[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" }
"flow:org.vibevm.fractality/delegation-rules" = "^1.0.0"

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

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

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

```

