Skip to content

Feat/acpx session model#28

Merged
osolmaz merged 22 commits intoopenclaw:mainfrom
osolmaz:feat/acpx-session-model
Feb 28, 2026
Merged

Feat/acpx session model#28
osolmaz merged 22 commits intoopenclaw:mainfrom
osolmaz:feat/acpx-session-model

Conversation

@osolmaz
Copy link
Contributor

@osolmaz osolmaz commented Feb 27, 2026

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7462b20ab3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

On startup/session open:

1. read `session.json` if present
2. scan `events/*` from `log.lastSeq + 1` (or from start if missing)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Recompute replay cursor from event log

Starting recovery from log.lastSeq + 1 trusts session.json even though this document defines events/*.ndjson as authoritative; if session.json is parseable but ahead (for example after a torn/partial projection write or manual corruption), replay will skip existing events and silently produce an incomplete reconstructed state. Recovery should derive or validate the cursor from the event stream itself before skipping prior sequences.

Useful? React with 👍 / 👎.

@osolmaz osolmaz merged commit a44dd8b into openclaw:main Feb 28, 2026
1 check passed
@osolmaz osolmaz deleted the feat/acpx-session-model branch February 28, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant