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: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "2026.10318.10339"
version = "2026.10318.11638"
edition = "2024"
license = "AGPL-3.0-only"
authors = ["TrueNine"]
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-cli-darwin-arm64",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-cli-darwin-x64",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-cli-linux-arm64-gnu",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-cli-linux-x64-gnu",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-cli-win32-x64-msvc",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"os": [
"win32"
],
Expand Down
22 changes: 11 additions & 11 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truenine/memory-sync-cli",
"type": "module",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"description": "TrueNine Memory Synchronization CLI",
"author": "TrueNine",
"license": "AGPL-3.0-only",
Expand Down Expand Up @@ -65,17 +65,7 @@
"typecheck": "tsc --noEmit -p tsconfig.lib.json"
},
"dependencies": {
"@clack/prompts": "catalog:",
"@truenine/script-runtime": "workspace:*",
"fast-glob": "catalog:",
"fs-extra": "catalog:",
"jiti": "2.6.1",
"json5": "catalog:",
"lightningcss": "1.31.1",
"picocolors": "catalog:",
"picomatch": "catalog:",
"tsx": "4.21.0",
"vitest": "catalog:",
"yaml": "2.8.2",
"zod": "catalog:"
},
Expand All @@ -87,11 +77,21 @@
"@truenine/memory-sync-cli-win32-x64-msvc": "workspace:*"
},
"devDependencies": {
"@clack/prompts": "catalog:",
"@truenine/logger": "workspace:*",
"@truenine/md-compiler": "workspace:*",
"@truenine/script-runtime": "workspace:*",
"@types/fs-extra": "catalog:",
"@types/picomatch": "catalog:",
"@vitest/coverage-v8": "catalog:",
"fast-glob": "catalog:",
"fs-extra": "catalog:",
"jiti": "2.6.1",
"lightningcss": "1.31.1",
"picocolors": "catalog:",
"picomatch": "catalog:",
"tsx": "4.21.0",
"vitest": "catalog:",
"zod-to-json-schema": "catalog:"
}
}
1 change: 1 addition & 0 deletions cli/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const noExternalDeps = [
'@truenine/logger',
'@truenine/script-runtime',
'fast-glob',
'jiti',
'@truenine/desk-paths',
'@truenine/md-compiler',
...Object.keys(pluginAliases)
Expand Down
14 changes: 6 additions & 8 deletions doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-docs",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"private": true,
"description": "Documentation site for @truenine/memory-sync, built with Next.js 16 and MDX.",
"engines": {
Expand All @@ -12,17 +12,15 @@
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"devDependencies": {
"@mdx-js/react": "catalog:",
"@next/mdx": "catalog:",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@truenine/eslint10-config": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"eslint": "catalog:"
"eslint": "catalog:",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
}
}
22 changes: 10 additions & 12 deletions gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync-gui",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"private": true,
"engines": {
"node": ">=25.2.1",
Expand All @@ -22,32 +22,30 @@
"test:tauri": "cargo test --manifest-path src-tauri/Cargo.toml --lib --bins --tests",
"test": "pnpm run test:ui && pnpm tsx ./scripts/run-tauri-tests.ts"
},
"dependencies": {
"devDependencies": {
"@monaco-editor/react": "catalog:",
"@tailwindcss/vite": "catalog:",
"@tanstack/react-router": "catalog:",
"@tanstack/router-generator": "^1.164.0",
"@tanstack/router-plugin": "catalog:",
"@tauri-apps/api": "catalog:",
"@tauri-apps/cli": "catalog:",
"@tauri-apps/plugin-shell": "catalog:",
"@tauri-apps/plugin-updater": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"fast-check": "catalog:",
"lucide-react": "catalog:",
"material-icon-theme": "^5.31.0",
"monaco-editor": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "^3.7.0",
"tailwind-merge": "catalog:"
},
"devDependencies": {
"@tailwindcss/vite": "catalog:",
"@tanstack/router-generator": "^1.164.0",
"@tauri-apps/cli": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"fast-check": "catalog:",
"tailwindcss": "catalog:",
"tailwind-merge": "catalog:",
"tw-animate-css": "catalog:",
"vitest": "catalog:"
}
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memory-sync-gui"
version = "2026.10318.10339"
version = "2026.10318.11638"
description = "Memory Sync desktop GUI application"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"productName": "Memory Sync",
"identifier": "org.truenine.memory-sync",
"build": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truenine/logger",
"type": "module",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"private": true,
"description": "Rust-powered structured logger for Node.js via N-API",
"license": "AGPL-3.0-only",
Expand Down
22 changes: 10 additions & 12 deletions libraries/md-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truenine/md-compiler",
"type": "module",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"private": true,
"description": "Rust-powered MDX→Markdown compiler for Node.js with pure-TS fallback",
"license": "AGPL-3.0-only",
Expand Down Expand Up @@ -54,24 +54,22 @@
"test:ts": "vitest run --passWithNoTests",
"typecheck": "tsc --noEmit -p tsconfig.lib.json"
},
"dependencies": {
"mdast-util-mdx": "catalog:",
"remark-frontmatter": "catalog:",
"remark-gfm": "catalog:",
"remark-mdx": "catalog:",
"remark-parse": "catalog:",
"remark-stringify": "catalog:",
"unified": "catalog:",
"yaml": "catalog:"
},
"devDependencies": {
"@napi-rs/cli": "^3.5.1",
"@types/estree": "catalog:",
"@types/estree-jsx": "catalog:",
"@types/mdast": "catalog:",
"mdast-util-mdx": "catalog:",
"npm-run-all2": "catalog:",
"remark-frontmatter": "catalog:",
"remark-gfm": "catalog:",
"remark-mdx": "catalog:",
"remark-parse": "catalog:",
"remark-stringify": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
"unified": "catalog:",
"vitest": "catalog:",
"yaml": "catalog:"
}
}
6 changes: 2 additions & 4 deletions libraries/script-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truenine/script-runtime",
"type": "module",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"private": true,
"description": "Rust-backed TypeScript proxy runtime for tnmsc",
"license": "AGPL-3.0-only",
Expand Down Expand Up @@ -42,14 +42,12 @@
"test:ts": "vitest run --passWithNoTests",
"typecheck": "tsc --noEmit -p tsconfig.lib.json"
},
"dependencies": {
"jiti": "2.6.1"
},
"devDependencies": {
"@napi-rs/cli": "^3.5.1",
"@truenine/eslint10-config": "catalog:",
"@types/node": "catalog:",
"eslint": "catalog:",
"jiti": "2.6.1",
"npm-run-all2": "catalog:",
"tsdown": "catalog:",
"typescript": "catalog:",
Expand Down
3 changes: 3 additions & 0 deletions libraries/script-runtime/tsdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export default defineConfig([
sourcemap: false,
unbundle: false,
inlineOnly: false,
deps: {
neverBundle: ['jiti']
},
alias: {
'@': resolve('src')
},
Expand Down
2 changes: 1 addition & 1 deletion mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truenine/memory-sync-mcp",
"type": "module",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"description": "MCP stdio server for managing memory-sync prompt sources and translation artifacts",
"author": "TrueNine",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truenine/memory-sync",
"version": "2026.10318.10339",
"version": "2026.10318.11638",
"description": "Cross-AI-tool prompt synchronisation toolkit (CLI + Tauri desktop GUI) — one ruleset, multi-target adaptation. Monorepo powered by pnpm + Turbo.",
"license": "AGPL-3.0-only",
"keywords": [
Expand Down
Loading
Loading