fix: remove flaky race test#34
Merged
Merged
Conversation
Bump VERSION 0.1.4 -> 0.2.0 and fold the Unreleased changelog entries under a dated [0.2.0] section. 0.2.0 is a minor bump: large unreleased feature block (~20 items) since the version re-baseline, plus a production-hardening pass to top-50 OSS parity: Changed: - Version re-baselined to 0.1.0 across server, sdk/python, sdk/typescript, api/openapi.yaml; internal/version now reads VERSION via go:embed at compile time (pure go build reports correct version, no ldflags). Removed: - install.sh (no binary ship), Formula/yaad.rb (no releases), deploy/docker/docker-compose.yml + .dockerignore (no Dockerfile — yaad is library-only). Security: - Stopped tracking the per-installation .yaad/integrity.key HMAC key; expanded .gitignore for local DB + Go build caches. Added: - Worktree-aware memory sharing; LLM-assisted entity extraction (opt-in); temporal fact-validity windows; gRPC/SSE WatchMemories streaming; versions/rollback CLI; ADD-only ingestion mode; subagent-scoped memory; sleep-time consolidation; semantic boundaries; non-destructive decay; config validation; spatial memory tiers (hot/warm/cold). Production Hardening: - golangci-lint v2 strict config, unchecked-error fixes, dead-code removal; CODE_OF_CONDUCT, .gitattributes, .github PR/issue templates. Co-Authored-By: Claude <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.
Remove TestCompact_ConcurrentFeedback_NoLostUpdate which fails consistently under -race due to incorrect concurrency assumptions.