# Package manifest {#root}

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

[p01] What `org.vibevm.world/wal-specspaces@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-specspaces` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | Non-central WALs: register sub-projects (specspaces) inside a host repository, each with its own WAL, cold-resume file, and boot contract; scoped wind-down/resume grammar switches a session into a specspace without loading the host's full boot |
| Authors | Oleg Chirukhin |
| Keywords | wal, specspaces, session, continuity, monorepo |

## Depended on by {#dependants}

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

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

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "wal-specspaces"
group = "org.vibevm.world"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "Non-central WALs: register sub-projects (specspaces) inside a host repository, each with its own WAL, cold-resume file, and boot contract; scoped wind-down/resume grammar switches a session into a specspace without loading the host's full boot"
keywords = ["wal", "specspaces", "session", "continuity", "monorepo"]

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

# Extends the canonical WAL convention: each specspace runs the two-file
# model (WAL + cold-resume) that flow:org.vibevm.world/wal defines. Exact pin,
# resolver-safe; publish wal 1.0.0 before this package.
[requires]
packages = { "flow:org.vibevm.world/wal" = "=1.0.0" }

[boot_snippet]
source = "vibevm/vibespecs/boot/11-flow-wal-specspaces.xml"
category = "flow"

```

