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
10 changes: 0 additions & 10 deletions .changeset/link-signals-taxonomy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/priority-memory-surface.md

This file was deleted.

7 changes: 7 additions & 0 deletions libs/google-contacts/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
# @plotday/tool-google-contacts

## 0.6.17

### Changed

- Updated dependencies:
- @plotday/twister@0.94.0

## 0.6.16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion libs/google-contacts/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,7 +2,7 @@
"name": "@plotday/google-contacts",
"author": "Plot <team@plot.day> (https://plot.day)",
"license": "MIT",
"version": "0.6.16",
"version": "0.6.17",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions twister/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion twister/package.json
Original file line numberDiff line numberDiff line change
@@ -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",
Expand Down