File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # paperclip-aperture 0.3.2
2+
3+ ` 0.3.2 ` is a dependency refresh release.
4+
5+ It upgrades the plugin to the latest published ` @tomismeta/aperture-core ` patch
6+ line while keeping the current Focus product surface and plugin architecture
7+ unchanged.
8+
9+ ## Highlights
10+
11+ - upgraded ` @tomismeta/aperture-core ` from ` 0.4.0 ` to ` 0.4.2 `
12+ - kept the existing Paperclip adapter and explainable Focus UX intact
13+ - validated the plugin against the latest published Core package
14+
15+ ## Why This Matters
16+
17+ - picks up the latest semantic robustness improvements from Aperture Core
18+ - keeps the plugin aligned with the current Core SDK patch line
19+ - does so without widening the plugin architecture or changing the operator-facing workflow
20+
21+ ## Validation
22+
23+ - ` pnpm test `
24+ - ` pnpm typecheck `
25+ - ` pnpm build `
26+ - ` pnpm release:check `
Original file line number Diff line number Diff line change 11{
22 "name" : " @tomismeta/paperclip-aperture" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "type" : " module" ,
55 "private" : false ,
66 "description" : " The live attention layer for Paperclip, powered by Aperture's deterministic attention engine." ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { PaperclipPluginManifestV1 } from "@paperclipai/plugin-sdk";
33const manifest : PaperclipPluginManifestV1 = {
44 id : "tomismeta.paperclip-aperture" ,
55 apiVersion : 1 ,
6- version : "0.3.1 " ,
6+ version : "0.3.2 " ,
77 displayName : "Paperclip Aperture" ,
88 description : "The live attention layer for Paperclip, powered by Aperture's deterministic attention engine." ,
99 author : "@tomismeta" ,
You can’t perform that action at this time.
0 commit comments