Skip to content

Commit a85602e

Browse files
committed
release: v1.3.2
1 parent 85e8063 commit a85602e

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

claudecode-plugin/.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
{
99
"name": "lore",
1010
"description": "Long-term Lore memory for AI agents — fixed boot baseline, recall injection, and MCP tools",
11-
"version": "1.3.1",
11+
"version": "1.3.2",
1212
"source": "./",
1313
"author": {
1414
"name": "FFatTiger"
1515
}
1616
}
1717
],
18-
"version": "1.3.1"
18+
"version": "1.3.2"
1919
}

claudecode-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lore",
33
"description": "Long-term Lore memory for AI agents — fixed boot baseline, recall injection, and MCP tools",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"author": {
66
"name": "FFatTiger"
77
},

codex-plugin/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lore",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Long-term Lore memory for Codex via MCP tools, skills, and bundled lifecycle hooks.",
55
"author": {
66
"name": "FFatTiger"

openclaw-plugin/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "lore",
33
"name": "Lore",
44
"description": "Primary Lore memory system for fixed boot baseline, recall, and cross-session project knowledge.",
5-
"version": "1.3.1",
5+
"version": "1.3.2",
66
"activation": {
77
"onStartup": true
88
},

openclaw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@local/lore",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Lore memory plugin for OpenClaw with fixed boot baseline and recall hooks",
55
"type": "module",
66
"scripts": {

pi-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@local/lore-pi-extension",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Lore memory extension for Pi agent with fixed boot baseline and recall injection",
55
"type": "module",
66
"private": true,

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lore",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

web/server/mcpServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function createMcpServer(context: McpServerContext = {}): InstanceType<ty
4242
const server = new McpServer(
4343
{
4444
name: 'lore',
45-
version: '1.3.1',
45+
version: '1.3.2',
4646
},
4747
guidance ? { instructions: guidance } : undefined,
4848
);

0 commit comments

Comments
 (0)