<?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/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.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`org.vibevm.world/wal`</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>Write-Ahead Log discipline for human-AI development sessions: the checkpoint file, the cold-resume snapshot, and the session rituals around them</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>wal, memory, discipline, session-management, continuation</td>
    </tr>
  </table>
  <section id="skills" title="Skills">
    <fence lang="toml" p="3">[[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"
</fence>
  </section>
  <section id="dependants" title="Depended on by">
    <p p="4">Packages that require this one, as the catalog holds them now.</p>
    <table p="5">
      <tr>
        <td>Standing</td>
        <td>Title</td>
        <td>Coordinate</td>
        <td>Publisher and language</td>
      </tr>
      <tr>
        <td>community</td>
        <td>wal-specspaces</td>
        <td>`org.vibevm.world/wal-specspaces@1.0.0`</td>
        <td>org.vibevm.world · en</td>
      </tr>
    </table>
  </section>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="6">[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"
</fence>
  </section>
</spec>
