Skip to content

Commit 628c328

Browse files
Alex Holmbergclaude
authored andcommitted
chore: point repo URLs at syncable-dev/Memscribe after org transfer
Update the CI badge, the Cargo workspace `repository` field, and the MEMDB.md submodule URL from the personal account to the syncable-dev org. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9abc571 commit 628c328

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version = "0.1.0"
2424
edition = "2021"
2525
rust-version = "1.96"
2626
license = "MIT OR Apache-2.0"
27-
repository = "https://github.com/Alex793x/Memscribe"
27+
repository = "https://github.com/syncable-dev/Memscribe"
2828
authors = ["Memrack / Syncable"]
2929
description = "Deterministic, zero-LLM transcript capture and node preparation for AI coding agents."
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Memscribe tails the transcript logs your AI coding agents already write — Claude Code, Codex, Gemini, Cursor, Windsurf, Zed, VS Code / Copilot, and any OpenTelemetry-instrumented agent — and prepares them into typed, queryable nodes. No model calls. Same bytes in, same nodes out, every time.
1010

11-
[![CI](https://github.com/Alex793x/Memscribe/actions/workflows/ci.yml/badge.svg)](https://github.com/Alex793x/Memscribe/actions/workflows/ci.yml)
11+
[![CI](https://github.com/syncable-dev/Memscribe/actions/workflows/ci.yml/badge.svg)](https://github.com/syncable-dev/Memscribe/actions/workflows/ci.yml)
1212
[![License: MIT OR Apache-2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](#license)
1313
[![Rust 1.96+](https://img.shields.io/badge/rust-1.96%2B-orange.svg)](rust-toolchain.toml)
1414
[![Tests](https://img.shields.io/badge/tests-260%20passing-success.svg)](#testing)

crates/memscribe-sink/MEMDB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ leaves a complete, testable system on NDJSON.
293293
From the Memtrace repo root:
294294

295295
```bash
296-
git submodule add https://github.com/Alex793x/Memscribe vendor/memscribe
296+
git submodule add https://github.com/syncable-dev/Memscribe vendor/memscribe
297297
git -C vendor/memscribe checkout main # pin to Memscribe main
298298
git add .gitmodules vendor/memscribe
299299
git commit -m "vendor: add Memscribe submodule (transcript capture seam)"

0 commit comments

Comments
 (0)