Skip to content

Commit 35eed50

Browse files
G9Pedrocursoragent
andauthored
feat: plugin-first cleanup — in-process pre-prompter, remove legacy hooks (#178)
* refactor(plugin): use in-process vault APIs for context and lifecycle Co-authored-by: G9Pedro <G9Pedro@users.noreply.github.com> * chore(release): remove legacy hook artifacts and prep v3.5.0 Co-authored-by: G9Pedro <G9Pedro@users.noreply.github.com> * test(capture): increase timeout for duplicate capture stability Co-authored-by: G9Pedro <G9Pedro@users.noreply.github.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: G9Pedro <G9Pedro@users.noreply.github.com>
1 parent 19fc21a commit 35eed50

19 files changed

+426
-3222
lines changed

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
autoresearch/
2+
eval/
3+
benchmarks/
4+
hooks/
5+
testdata/
6+
tests/
7+
src/
8+
examples/

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.5.0] — 2026-03-16
4+
5+
### Changed
6+
- 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.
7+
- Migrated plugin session lifecycle recovery/checkpoint flows to direct library calls (`recover` / `checkpoint`) while keeping observer execution on CLI with non-blocking `spawn`.
8+
- Completed plugin-first repository cleanup by removing legacy `hooks/clawvault/` artifacts and dead `packages/plugin/` scripts package.
9+
10+
### Packaging
11+
- Published package metadata now targets plugin-first distribution for OpenClaw extensions.
12+
- Added `.npmignore` exclusions for development-only directories (`autoresearch/`, `eval/`, `benchmarks/`, `hooks/`, `testdata/`, `tests/`, `src/`, `examples/`).
13+
14+
---
15+
316
## [3.3.0] — 2026-03-11
417

518
### Added

hooks/clawvault/HOOK.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)