Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
autoresearch/
eval/
benchmarks/
hooks/
testdata/
tests/
src/
examples/
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.5.0] — 2026-03-16

### Changed
- Refactored OpenClaw plugin context injection to use in-process `ClawVault.find()` and `buildSessionRecap()` calls (no CLI shelling in pre-prompt recall path), eliminating SQLite lock contention from subprocess access.
- Migrated plugin session lifecycle recovery/checkpoint flows to direct library calls (`recover` / `checkpoint`) while keeping observer execution on CLI with non-blocking `spawn`.
- Completed plugin-first repository cleanup by removing legacy `hooks/clawvault/` artifacts and dead `packages/plugin/` scripts package.

### Packaging
- Published package metadata now targets plugin-first distribution for OpenClaw extensions.
- Added `.npmignore` exclusions for development-only directories (`autoresearch/`, `eval/`, `benchmarks/`, `hooks/`, `testdata/`, `tests/`, `src/`, `examples/`).

---

## [3.3.0] — 2026-03-11

### Added
Expand Down
130 changes: 0 additions & 130 deletions hooks/clawvault/HOOK.md

This file was deleted.

Loading
Loading