Skip to Content
Getting StartedTroubleshooting

Troubleshooting

  • LAMINA_COMPARE_AND_SWAP_FAILED: rebase the session, query the new head, revalidate, and publish.
  • CLI missing or incompatible: reinstall the standalone binary from GitHub Releases, ensure its install directory is on PATH, then run lamina doctor --json. Do not use sudo.
  • New folder is not a Git project: /lamina-init initializes an unborn main branch automatically. It does not stage or commit files.
  • graphd unavailable: rerun lamina graph status; incompatible protocol daemons restart and stale locks recover without rewriting graph.lbdb.
  • observation update incomplete: rerun lamina graph observe; the managed runtime reconciles the active source-key set and replaces superseded observations. If the managed runtime assets are corrupted, reinstall the standalone release.
  • stale readiness: inspect missing evidence, source snapshot changes, artifact digests, and Contradictions with lamina graph validate.
Last updated on