# Package manifest {#root}

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

[p01] What `org.vibevm.world/wal@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/wal` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | Write-Ahead Log discipline for human-AI development sessions: the checkpoint file, the cold-resume snapshot, and the session rituals around them |
| Authors | Oleg Chirukhin |
| Keywords | wal, memory, discipline, session-management, continuation |

## Skills {#skills}

[p03]
```toml
[[skill]]
description = "Read the project WAL end to end and emit a ten-line orientation: phase, attention items, next step; warn on staleness"
name = "wal-status"
path = "vibevm/vibespecs/skills/wal-status"

```

## Depended on by {#dependants}

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

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

## The manifest {#the-manifest}

[p06]
```toml
[package]
name = "wal"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Write-Ahead Log discipline for human-AI development sessions: the checkpoint file, the cold-resume snapshot, and the session rituals around them"
keywords = ["wal", "memory", "discipline", "session-management", "continuation"]

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

[boot_snippet]
source = "vibevm/vibespecs/boot/10-flow-wal.xml"
category = "flow"
concepts = ["WAL", "spec/WAL.md", "CONTINUE.md"]

[[skill]]
name = "wal-status"
path = "vibevm/vibespecs/skills/wal-status"
description = "Read the project WAL end to end and emit a ten-line orientation: phase, attention items, next step; warn on staleness"

```

