Skip to content

chore(release): 0.7.0#81

Merged
ersinkoc merged 1 commit into
mainfrom
release/0.7.0
Jun 5, 2026
Merged

chore(release): 0.7.0#81
ersinkoc merged 1 commit into
mainfrom
release/0.7.0

Conversation

@ersinkoc
Copy link
Copy Markdown
Collaborator

@ersinkoc ersinkoc commented Jun 5, 2026

Release 0.7.0

Minor release — adds a new feature on top of the post-0.6.0 fixes accumulated on main.

Added

  • Always-on daily personal-memory retention schedule — importance decay + dead-memory cleanup run automatically. Pure hygiene (no LLM, no extraction, no consolidation), default-on; only removes already-dead entries (importance <0.1, >90d old, untouched 90d), while the LLM-driven memory_extract / memory_consolidate triggers stay opt-in.

Fixed

  • Build-time css-size-guard Vite plugin — an unstyled UI (Tailwind oxide WASM fallback) can no longer ship silently.
  • Skills uninstall hard-deletes files from disk (no boot-scan revival).
  • Compiled vite.config no longer shadows the .ts source.

Changed

  • Knip-driven maintainability sweep — dead code removed, two runtime import cycles broken in core, several oversized files split.

Release mechanics

  • pnpm version:minor0.6.0 → 0.7.0 across all workspace packages + docs/ARCHITECTURE.md + start.{sh,ps1}.
  • CHANGELOG [Unreleased] rolled to [0.7.0] - 2026-06-05; fresh empty [Unreleased] added.
  • pnpm release:verify green locally: release:check + audit:prod + build + typecheck + lint + test (17,235 gateway tests, 8/8 turbo tasks).

After merge: tag v0.7.0 and push to trigger the release workflow (Docker publish + GitHub Release).

🤖 Generated with Claude Code

Minor release. Highlights since 0.6.0:

Added
- Always-on daily personal-memory retention schedule (decay + cleanup),
  pure hygiene with no LLM, default-on while extraction/consolidation
  triggers stay opt-in.

Fixed
- Build-time css-size-guard so an unstyled UI (Tailwind oxide WASM
  fallback) can never ship silently.
- Skills uninstall hard-deletes files from disk (no boot-scan revival).
- Compiled vite.config no longer shadows the .ts source.

Changed
- Knip-driven maintainability sweep: dead code removed, two runtime
  import cycles broken in core, several oversized files split.

Version bumped across all workspace packages + docs/ARCHITECTURE.md +
start scripts. release:verify green (17235 gateway tests, 8/8 turbo).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ersinkoc ersinkoc merged commit 443ef58 into main Jun 5, 2026
2 checks passed
@ersinkoc ersinkoc deleted the release/0.7.0 branch June 5, 2026 15:36
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