<?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.world/multi-user-planning@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.world/multi-user-planning`</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>Multi-contributor campaign stewardship with ritual-free session continuation, deterministic goals, and explicit opt-in handoffs</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>planning, campaigns, multi-user, goal, continuation, handoff, agents</td>
    </tr>
  </table>
  <section id="skills" title="Skills">
    <fence lang="toml" p="3">[[skill]]
description = "Resolve the current user-local stewardship context, verify it against the repository, and report the active campaign frontier without starting work"
name = "steward-status"
path = "vibevm/vibespecs/skills/steward-status"

[[skill]]
description = "On explicit owner request, prepare or receive a formal same-machine central-agent handoff while preserving acceptance boundaries and the complete campaign route"
name = "steward-handoff"
path = "vibevm/vibespecs/skills/steward-handoff"

[[skill]]
description = "Render or refresh the deterministic local campaign goal from the selected plan node; ordinary continuation does not require a custody claim"
name = "steward-goal"
path = "vibevm/vibespecs/skills/steward-goal"
</fence>
  </section>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="4"># The vibevm repository currently maintains its 1.0.0 package family as
# mutable in-tree development slots. Refresh the consumer materialization and
# content hash after each accepted source change; do not mint patch versions
# merely to move the dogfood tree forward.
[package]
name = "multi-user-planning"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Multi-contributor campaign stewardship with ritual-free session continuation, deterministic goals, and explicit opt-in handoffs"
keywords = ["planning", "campaigns", "multi-user", "goal", "continuation", "handoff", "agents"]

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

# This flow replaces wal/wal-specspaces as the session-continuity owner.  It
# intentionally has no dependency on either package.  Compatible redbook laws
# are cited from the protocol, while the package remains independently usable.
[boot_snippet]
source = "vibevm/vibespecs/boot/12-flow-multi-user-planning.xml"
category = "flow"
concepts = ["campaign stewardship", "ritual-free continuation", "user-local plan", "optional handoff", "verification economy"]

[[skill]]
name = "steward-status"
path = "vibevm/vibespecs/skills/steward-status"
description = "Resolve the current user-local stewardship context, verify it against the repository, and report the active campaign frontier without starting work"

[[skill]]
name = "steward-handoff"
path = "vibevm/vibespecs/skills/steward-handoff"
description = "On explicit owner request, prepare or receive a formal same-machine central-agent handoff while preserving acceptance boundaries and the complete campaign route"

[[skill]]
name = "steward-goal"
path = "vibevm/vibespecs/skills/steward-goal"
description = "Render or refresh the deterministic local campaign goal from the selected plan node; ordinary continuation does not require a custody claim"
</fence>
  </section>
</spec>
