Skip to content

Commit 4d46e9f

Browse files
authored
release queue, docs cleanup
1 parent 0ef8e09 commit 4d46e9f

34 files changed

Lines changed: 54 additions & 52 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ or publish pending.
2727
compliance.
2828
- Source snapshot provenance manifests for packages, adapters, plugins, and
2929
public validation assets.
30+
- Metadata-only cutover versions for published packages so npm registry
31+
metadata can point at the monorepo.
3032

3133
### Notes
3234

adapters/langchain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/langchain",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AtomicMemory adapter for LangChain JS - memory tools and framework-agnostic retrieve/ingest helpers around an injected MemoryClient.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')||v.startsWith('workspace:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
3434
},
3535
"dependencies": {
36-
"@atomicmemory/sdk": "^1.0.1"
36+
"@atomicmemory/sdk": "^1.0.2"
3737
},
3838
"peerDependencies": {
3939
"@langchain/core": "^0.3.0",

adapters/langgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/langgraph",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AtomicMemory adapter for LangGraph JS - state-graph node factories around an injected MemoryClient.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')||v.startsWith('workspace:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
3434
},
3535
"dependencies": {
36-
"@atomicmemory/sdk": "^1.0.1"
36+
"@atomicmemory/sdk": "^1.0.2"
3737
},
3838
"peerDependencies": {
3939
"@langchain/langgraph": "^0.4.0"

adapters/mastra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/mastra",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AtomicMemory adapter for Mastra - memory tools around an injected MemoryClient.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')||v.startsWith('workspace:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
3434
},
3535
"dependencies": {
36-
"@atomicmemory/sdk": "^1.0.1"
36+
"@atomicmemory/sdk": "^1.0.2"
3737
},
3838
"peerDependencies": {
3939
"@mastra/core": "^1.0.0",

adapters/openai-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export ATOMICMEMORY_SCOPE_NAMESPACE="openai-agents-sdk-smoke"
126126
pnpm --filter @atomicmemory/openai-agents smoke:backend
127127
```
128128

129-
The smoke test writes a unique marker, verifies `augmentInputWithMemory()` retrieves it, then runs `runWithMemory()` with a fake runner and reports the post-run ingest AUDN outcome.
129+
The smoke test writes a unique marker, verifies `augmentInputWithMemory()` retrieves it, then runs `runWithMemory()` with a fake runner and reports the post-run ingest AUDN-SC outcome.
130130

131131
Set `OPENAI_API_KEY` only when you want to test the real `Agent + run()` path from the install example.
132132

adapters/openai-agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/openai-agents",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AtomicMemory adapter for the OpenAI Agents SDK — pre-run memory retrieval, post-run ingest, and function tools.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
3535
},
3636
"dependencies": {
37-
"@atomicmemory/sdk": "^1.0.1",
37+
"@atomicmemory/sdk": "^1.0.2",
3838
"@openai/agents": "^0.8.5",
3939
"zod": "^4.3.6"
4040
},

adapters/vercel-ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/vercel-ai",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "AtomicMemory adapter for the Vercel AI SDK — pre-call memory retrieval + post-call ingest, framework-version-agnostic.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
3434
},
3535
"dependencies": {
36-
"@atomicmemory/sdk": "^1.0.1"
36+
"@atomicmemory/sdk": "^1.0.2"
3737
},
3838
"devDependencies": {
3939
"@types/node": "^20.0.0",

packages/cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: atomicmemory-cli
33
description: Use the installed AtomicMemory CLI for memory search, ingestion, packaging, diagnostics, and agent-safe JSON output.
4-
version: "0.1.0"
4+
version: "0.1.2"
55
---
66

77
# AtomicMemory CLI Skill

packages/cli/cli-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"spec_version": "5.0.0",
33
"package_name": "@atomicmemory/cli",
4-
"package_version": "0.1.0",
4+
"package_version": "0.1.2",
55
"global_options": [
66
{
77
"name": "--json",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicmemory/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "AtomicMemory CLI for memory operations, config, status, and agent-friendly JSON output.",
55
"type": "module",
66
"publishConfig": {
@@ -58,7 +58,7 @@
5858
"prepublishOnly": "node -e \"const v=require('./package.json').dependencies['@atomicmemory/sdk'];if(v.startsWith('file:')||v.startsWith('link:')){console.error('refusing to publish: @atomicmemory/sdk is '+v+'. Publish the SDK first, then pin to a registry version here.');process.exit(1)}\""
5959
},
6060
"dependencies": {
61-
"@atomicmemory/sdk": "^1.0.1",
61+
"@atomicmemory/sdk": "^1.0.2",
6262
"commander": "^12.1.0",
6363
"ink": "npm:@jrichman/ink@6.6.9",
6464
"react": "^19.2.6",

0 commit comments

Comments
 (0)