release: v0.10.2 - #45
Merged
Merged
Conversation
Patch release. Single-purpose perf fix carried over from v0.9 Track 1 deferred work — see PR #44. `FSWatcher._identify_actor` lsof cache fix: - repeat (1 path × 100): 33.9s → 0.28s (121x) - mixed (10 paths × 10): 36.0s → 2.9s (12.5x) - unique (100 unique): 33.6s → 29.6s (1.13x — bound by fundamental lsof per-file cost; directory-batch is a Phase 2 follow-up that needs an ADR) Public API unchanged. No config schema change. Pre-flight: - pyproject.toml 0.10.1 → 0.10.2 - sentinel_mac/__init__.py __version__ 0.10.1 → 0.10.2 mypy clean (25 files), ruff clean, 904 pytest pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Single-purpose perf patch release. v0.9 Track 1 deferred work (
_identify_actorlsof cost) closed via #44.repeat(1 path × 100)mixed(10 paths × 10)unique(100 unique)unique는 lsof per-file 본질적 비용에 묶여있음. 별도 Phase 2 (directory-batch lsof, ADR 필요)에서 처리 예정.Public API 변경 없음. config 스키마 변경 없음. behavior 변경 없음 (캐시 hit 여부만 빨라짐).
Pre-flight
pyproject.tomlversion 0.10.1 → 0.10.2sentinel_mac/__init__.py__version__0.10.1 → 0.10.2[Unreleased]→[0.10.2] - 2026-05-05Verification
After merge
v0.10.2onmainTest plan
🤖 Generated with Claude Code