# Package manifest {#root}

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

[p01] What `org.vibevm.world/omnichannel@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/omnichannel` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | A capability lives in a library; CLI, TUI, MCP, REST and the rest are thin surfaces over it — none of them the base. Names the surface vocabulary so a project can declare its own floor |
| Authors | Oleg Chirukhin |
| Keywords | architecture, cli, mcp, api, surfaces, discipline |

## The manifest {#the-manifest}

[p03]
```toml
[package]
name = "omnichannel"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "A capability lives in a library; CLI, TUI, MCP, REST and the rest are thin surfaces over it — none of them the base. Names the surface vocabulary so a project can declare its own floor"
keywords = ["architecture", "cli", "mcp", "api", "surfaces", "discipline"]

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

[boot_snippet]
source = "vibevm/vibespecs/boot/68-flow-omnichannel.xml"
category = "flow"

```

