gitignore: ignore .dev-state openclaw#41848 thanks @smysle

This commit is contained in:
Robin Waslander 2026-03-10 13:19:08 +01:00
parent b7be3f614a
commit 85c4eb7d26
No known key found for this signature in database
GPG Key ID: 712657D6EA17B7E5
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Gateway/node pending work: add narrow in-memory pending-work queue primitives (`node.pending.enqueue` / `node.pending.drain`) and wake-helper reuse as a foundation for dormant-node work delivery. (#41409) Thanks @mbelinky.
- Git/runtime state: ignore the gateway-generated `.dev-state` file so local runtime state does not show up as untracked repo noise. (#41848) Thanks @smysle.
- ACP/sessions_spawn: add optional `resumeSessionId` for `runtime: "acp"` so spawned ACP sessions can resume an existing ACPX/Codex conversation instead of always starting fresh. (#41847) Thanks @pejmanjohn.
### Breaking