chore: untrack harness session-scheduler lock file

.claude/scheduled_tasks.lock is per-session runtime state (session id +
pid) that the harness rewrites or deletes every session, dirtying the
worktree after each run. Remove it from tracking and ignore it.

Co-Authored-By: claude-flow <ruv@ruv.net>
Claude-Session: https://claude.ai/code/session_01BU3NcEgTpAVvu5QGtw4czT
This commit is contained in:
Claude
2026-08-17 01:04:18 +00:00
parent a76adc3c2f
commit 53a4371e82
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +0,0 @@
{"sessionId":"905385c4-b13f-5091-96df-5752fb109cf5","pid":509,"procStart":"527","acquiredAt":1786922977672}

4
.gitignore vendored
View File

@@ -311,3 +311,7 @@ v2/crates/wifi-densepose-sensing-server/data/
# ADR-324: wasm-bindgen output for ruview-offaxis is generated locally
# (see the crate README); never commit generated artifacts.
v2/crates/ruview-offaxis/pkg/
# Harness session-scheduler lock: per-session runtime state (session id + pid),
# rewritten by every session; never useful in history.
.claude/scheduled_tasks.lock