{
  "status": "complete",
  "files": [
    "adapter/strings/package.json",
    "adapter/strings/skills/commune/SKILL.md",
    "adapter/strings/skills/signoff/SKILL.md",
    "adapter/strings/skills/role/SKILL.md",
    "adapter/strings/skills/setup/SKILL.md",
    "tests/omp-skills.mjs",
    "traceable-reqs.toml"
  ],
  "integrated_surfaces": [
    "ci/publish/package-adapter.sh and tests/adapter-archive.sh now stage and enforce the exact shared OMP plugin package: package.json plus four one-level SKILL.md assets.",
    "ci/run-gates.sh and tests/ci-gates.sh run and require the packaged-skill discovery test.",
    "ci/release/check-version-consistency.py and tests/version-consistency.py include adapter/strings/package.json.",
    "adapter/strings/omp-spt.mjs and tests/omp-extension.mjs own the coordinated native checkpoint tool, startup brief, targeted hints, and update notices; I did not edit those files."
  ],
  "behavior": [
    "Commune resolves only .self.id, writes .spt/<id>-commune.md, and checkpoints only a live_agent after the write through spt_checkpoint; the native seam compacts then queues same-endpoint nextTurn/triggerTurn and never wakes after a failed reset.",
    "Signoff writes .spt/<id>-signoff.md before the public graceful `spt endpoint shutdown <id>` path.",
    "Role reads/writes only the current endpoint through `spt endpoint role`, supports directive edits and an interactive draft, and verifies the persisted value.",
    "Setup probes missing and incompatible prerequisites, requires OMP >=16.3.15 and spt-core >=0.31.0 before adapter acquisition, uses public release/local-dev acquisition paths, verifies adapter strings/version, and preserves explicit auth/elevation/subnet handoffs."
  ],
  "requirements": {
    "doc_impl_unit_int": [
      "REQ-PARITY-COMMUNE-SKILL",
      "REQ-PARITY-SIGNOFF-SKILL",
      "REQ-PARITY-ROLE-SKILL",
      "REQ-PARITY-SETUP"
    ],
    "doc_impl_unit": [
      "REQ-PARITY-CHECKPOINT",
      "REQ-PARITY-STARTUP-BRIEF",
      "REQ-PARITY-TARGETED-HINTS",
      "REQ-PARITY-UPDATE-NOTICE"
    ]
  },
  "verification": [
    {
      "command": "bun tests/omp-skills.mjs",
      "result": "PASS; validates exact package/frontmatter, identity and action ordering, all instructed public CLI contracts, isolated real `omp plugin link`, RPC system-prompt discovery, and four `/skill:*` commands."
    },
    {
      "command": "node tests/omp-extension.mjs",
      "result": "PASS: OMP-EXTENSION OK."
    },
    {
      "command": "sh tests/adapter-archive.sh",
      "result": "PASS; exact package bytes/membership and deterministic Windows + GNU + static-musl archive."
    },
    {
      "command": "python ci/release/check-version-consistency.py",
      "result": "PASS: VERSION-CONSISTENCY OK: 0.2.1."
    },
    {
      "command": "sh tests/ci-gates.sh",
      "result": "PASS: CI-GATES OK; packaged skill gate is required."
    },
    {
      "command": "traceable-reqs check",
      "result": "PASS: 34 complete, 0 incomplete, 0 findings."
    }
  ],
  "notes": [
    "No formatter, project-wide suite, publication, push, or release mutation was run.",
    "A focused reviewer found prerequisite-ordering, CLI-probe, and identity-boundary test gaps; all were corrected before the passing runs above."
  ]
}