# Package manifest {#root}

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

[p01] What `org.vibevm.world/sync-from-code@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/sync-from-code` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | Sync-from-Code protocol: reconcile specs with code when the code changed first |
| Authors | Oleg Chirukhin |
| Keywords | sync, reconciliation, spec-drift, discipline |

## Depended on by {#dependants}

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

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

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "sync-from-code"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Sync-from-Code protocol: reconcile specs with code when the code changed first"
keywords = ["sync", "reconciliation", "spec-drift", "discipline"]

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

[boot_snippet]
source = "vibevm/vibespecs/boot/20-flow-sync-from-code.xml"

category = "flow"

[[boot_snippet.fragment]]
source = "vibevm/vibespecs/boot/20a-wal-binding.xml"
when = "installed:org.vibevm.world/wal"


```

