Skip to content

Commit 54c5045

Browse files
committed
docs: slim public markdown tree
1 parent 79e2cf6 commit 54c5045

15 files changed

Lines changed: 18 additions & 1398 deletions

‎CONTRIBUTING.md‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Memory Genome Engine is a local-first Rust project. Keep changes small, measurab
2222
Keep Markdown consolidated:
2323

2424
- short product entry: `README.md` / `README.ru.md`;
25-
- quick commands: `QUICKSTART.md` / `QUICKSTART.ru.md`;
26-
- architecture, security, integration, and release details under `docs/`.
25+
- quick commands: `QUICKSTART.md`;
26+
- architecture, security, integration, and release details under `docs/`;
27+
- keep Russian public documentation limited to `README.ru.md` unless a new mirror is explicitly approved.
2728

2829
Do not recreate removed long-form docs such as `docs/MCP.md`, `docs/SDK.md`, `docs/BENCHMARKS.md`, `docs/ROADMAP.md`, `examples/basic_usage.md`, or `examples/agent_workflow.md`.
2930

‎QUICKSTART.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Quickstart
22

3-
[Russian version](QUICKSTART.ru.md)
4-
53
This guide shows the shortest path from a clean checkout to a working local Memory Genome store.
64

75
## Build

‎QUICKSTART.ru.md‎

Lines changed: 0 additions & 232 deletions
This file was deleted.

‎README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,3 @@ For commercial integration, support, collaboration, and partnership inquiries:
115115
 
116116
<a href="https://github.com/ECD5A/Memory-Genome-Engine" aria-label="GitHub repository"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/github/FFFFFF"><img alt="GitHub repository" height="24" src="https://cdn.simpleicons.org/github/181717"></picture></a>
117117
</p>
118-
119-
## License
120-
121-
Apache License, Version 2.0. Copyright (c) 2026 ECD5A.

‎README.ru.md‎

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<p align="center">
44
<a href="https://www.rust-lang.org/"><img alt="Rust 1.95+" src="https://img.shields.io/badge/Rust-1.95%2B-b45309?style=flat-square&logo=rust&logoColor=white"></a>
55
<a href="LICENSE"><img alt="Apache 2.0" src="https://img.shields.io/badge/license-Apache--2.0-15803d?style=flat-square"></a>
6-
<a href="docs/ARCHITECTURE.ru.md"><img alt="Local-first memory" src="https://img.shields.io/badge/local--first-memory-0e7490?style=flat-square"></a>
7-
<a href="docs/ARCHITECTURE.ru.md"><img alt="Binary storage" src="https://img.shields.io/badge/binary-storage-6d28d9?style=flat-square"></a>
8-
<a href="docs/INTEGRATION.ru.md"><img alt="CLI TUI MCP" src="https://img.shields.io/badge/CLI%20.%20TUI%20.%20MCP-ready-0369a1?style=flat-square"></a>
9-
<a href="docs/SECURITY.ru.md"><img alt="Encrypted stores" src="https://img.shields.io/badge/encrypted-stores-15803d?style=flat-square"></a>
10-
<a href="docs/INTEGRATION.ru.md"><img alt="Python TypeScript SDK" src="https://img.shields.io/badge/Python%20.%20TypeScript-SDK-2563eb?style=flat-square"></a>
6+
<a href="docs/ARCHITECTURE.md"><img alt="Local-first memory" src="https://img.shields.io/badge/local--first-memory-0e7490?style=flat-square"></a>
7+
<a href="docs/ARCHITECTURE.md"><img alt="Binary storage" src="https://img.shields.io/badge/binary-storage-6d28d9?style=flat-square"></a>
8+
<a href="docs/INTEGRATION.md"><img alt="CLI TUI MCP" src="https://img.shields.io/badge/CLI%20.%20TUI%20.%20MCP-ready-0369a1?style=flat-square"></a>
9+
<a href="docs/SECURITY.md"><img alt="Encrypted stores" src="https://img.shields.io/badge/encrypted-stores-15803d?style=flat-square"></a>
10+
<a href="docs/INTEGRATION.md"><img alt="Python TypeScript SDK" src="https://img.shields.io/badge/Python%20.%20TypeScript-SDK-2563eb?style=flat-square"></a>
1111
<br>
1212
<sub><a href="https://github.com/ECD5A/Memory-Genome-Engine/blob/main/README.md">English version</a></sub>
1313
</p>
@@ -58,7 +58,7 @@ cargo run -p mge-cli -- seal --passphrase-env MGE_PASSPHRASE
5858
cargo run -p mge-cli -- validate --deep --passphrase-env MGE_PASSPHRASE
5959
```
6060

61-
Payload encryption защищает hot records, snapshots и sealed page payloads. Metadata вроде marker dictionary, indexes, catalog summaries, Markdown export и process memory while unlocked остаётся plaintext by design. Подробнее: [Security](docs/SECURITY.ru.md).
61+
Payload encryption защищает hot records, snapshots и sealed page payloads. Metadata вроде marker dictionary, indexes, catalog summaries, Markdown export и process memory while unlocked остаётся plaintext by design. Подробнее: [Security](docs/SECURITY.md).
6262

6363
## Agent Integration
6464

@@ -83,11 +83,11 @@ node examples/typescript_agent_host.ts
8383

8484
## Документация
8585

86-
- [Quickstart](QUICKSTART.ru.md)
87-
- [Архитектура](docs/ARCHITECTURE.ru.md)
88-
- [Security model](docs/SECURITY.ru.md)
89-
- [Интеграция / MCP / SDK](docs/INTEGRATION.ru.md)
90-
- [Release checks](docs/RELEASE.ru.md)
86+
- [Quickstart](QUICKSTART.md)
87+
- [Архитектура](docs/ARCHITECTURE.md)
88+
- [Security model](docs/SECURITY.md)
89+
- [Интеграция / MCP / SDK](docs/INTEGRATION.md)
90+
- [Release checks](docs/RELEASE.md)
9191

9292
## Community
9393

@@ -115,7 +115,3 @@ node examples/typescript_agent_host.ts
115115
&nbsp;
116116
<a href="https://github.com/ECD5A/Memory-Genome-Engine" aria-label="GitHub repository"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/github/FFFFFF"><img alt="GitHub repository" height="24" src="https://cdn.simpleicons.org/github/181717"></picture></a>
117117
</p>
118-
119-
## Лицензия
120-
121-
Apache License, Version 2.0. Copyright (c) 2026 ECD5A.

‎docs/ARCHITECTURE.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Architecture
22

3-
[Русская версия](ARCHITECTURE.ru.md)
4-
53
Memory Genome Engine is a Rust-first structured memory layer for LLM agents.
64

75
## Pipeline

0 commit comments

Comments
 (0)