<?xml version="1.0" encoding="UTF-8"?>
<spec xmlns="https://vibevm.org/spec/1">
  <title id="root">Package manifest</title>
  <status stage="doc" state="work" audience="user,dev"/>
  <p p="1">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.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`org.vibevm.fractality/delegation-first`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`flow`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>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</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>delegation, agents, orchestration, directive, policy</td>
    </tr>
  </table>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="3">[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"
</fence>
  </section>
</spec>
