From 4ca61c7ac120e8423a852af85aead35bef8bb1e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:23:46 +0000 Subject: [PATCH] chore: version packages --- .changeset/link-signals-taxonomy.md | 10 ---------- .changeset/priority-memory-surface.md | 5 ----- libs/google-contacts/CHANGELOG.md | 7 +++++++ libs/google-contacts/package.json | 2 +- twister/CHANGELOG.md | 7 +++++++ twister/package.json | 2 +- 6 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 .changeset/link-signals-taxonomy.md delete mode 100644 .changeset/priority-memory-surface.md diff --git a/.changeset/link-signals-taxonomy.md b/.changeset/link-signals-taxonomy.md deleted file mode 100644 index 67a2cf41..00000000 --- a/.changeset/link-signals-taxonomy.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `LinkSignals.taxonomy` — namespaced structured-container keys -(`"::"`, e.g. `"linear:project:"`) a connector -emits for the project, repository, board or folder an item lives in. The -platform matches these exactly against priority bindings to route items to -the user's priorities without a model call. Use immutable ids, never display -names; omit the field when the source has no structured container. diff --git a/.changeset/priority-memory-surface.md b/.changeset/priority-memory-surface.md deleted file mode 100644 index 27ce2eca..00000000 --- a/.changeset/priority-memory-surface.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": minor ---- - -Added: `Plot.getMemory` / `Plot.setMemory` maintain a per-focus agent memory (short freeform entries with optional absolute `YYYY-MM-DD` dates), and `Plot.getBriefs` reads each focus's current status brief. All three require `FocusAccess.Full`. diff --git a/libs/google-contacts/CHANGELOG.md b/libs/google-contacts/CHANGELOG.md index 5b2c26cb..dcd8f76e 100644 --- a/libs/google-contacts/CHANGELOG.md +++ b/libs/google-contacts/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/tool-google-contacts +## 0.6.17 + +### Changed + +- Updated dependencies: +- @plotday/twister@0.94.0 + ## 0.6.16 ### Changed diff --git a/libs/google-contacts/package.json b/libs/google-contacts/package.json index 8c657596..072ed5e4 100644 --- a/libs/google-contacts/package.json +++ b/libs/google-contacts/package.json @@ -2,7 +2,7 @@ "name": "@plotday/google-contacts", "author": "Plot (https://plot.day)", "license": "MIT", - "version": "0.6.16", + "version": "0.6.17", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 5a6e78dc..4552ae2b 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/twister +## 0.94.0 + +### Added + +- `LinkSignals.taxonomy` — namespaced structured-container keys +- `Plot.getMemory` / `Plot.setMemory` maintain a per-focus agent memory (short freeform entries with optional absolute `YYYY-MM-DD` dates), and `Plot.getBriefs` reads each focus's current status brief. All three require `FocusAccess.Full`. ([#386](https://github.com/plotday/plot/pull/386) [`c92f06b`](https://github.com/plotday/plot/commit/c92f06b81055466f3ffe3e030e1e58c0231d8227)) + ## 0.93.0 ### Added diff --git a/twister/package.json b/twister/package.json index e789409a..83cf9830 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.93.0", + "version": "0.94.0", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",