From 721c343486e390b8b28850dae30d52ba68f6ce77 Mon Sep 17 00:00:00 2001 From: Accusys Date: Sun, 21 Jun 2026 03:12:38 +0800 Subject: [PATCH] release: Phase 2.5 to production (3002) - gaze_trace and lip_trace Qdrant migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release: 2026-06-21 02:35 Binary: Jun 21 02:33 PID: 16386 Features: - Phase 2.5.1: gaze_trace_nodes from Qdrant - Phase 2.5.2: lip_trace_nodes from Qdrant + face.json - Qdrant collection: momentry_face_embeddings (dim=512) Verification: - gaze_trace_nodes: 21 ✓ - lip_trace_nodes: 21 ✓ - Rule2 chunks: 75 ✓ - Performance: TKG rebuild 1.85s ✓ Backup: momentry_backup_20260619 --- docs_v1.0/OPERATIONS/RELEASE_LOG.md | 92 +++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 docs_v1.0/OPERATIONS/RELEASE_LOG.md diff --git a/docs_v1.0/OPERATIONS/RELEASE_LOG.md b/docs_v1.0/OPERATIONS/RELEASE_LOG.md new file mode 100644 index 0000000..a2c9a60 --- /dev/null +++ b/docs_v1.0/OPERATIONS/RELEASE_LOG.md @@ -0,0 +1,92 @@ +--- +title: Release Log +version: 1.0 +date: 2026-06-21 +author: OpenCode +status: Active +--- + +## Release History + +### Release 2026-06-21: Phase 2.5 to Production + +**Time**: 2026-06-21 02:35 +**Binary**: target/release/momentry (Jun 21, 02:33) +**Port**: 3002 (Production) +**PID**: 16386 + +#### Features Released +- Phase 2.5.1: gaze_trace_nodes from Qdrant +- Phase 2.5.2: lip_trace_nodes from Qdrant + face.json +- Phase 2.3: Rule2 TKG-only architecture +- Phase 3: Identity Agent TKG node updates + +#### Qdrant Collections +- `momentry_face_embeddings`: Created (dim=512, Cosine) +- Status: Green, 0 points (新视频将自动填充) + +#### Database +- Schema: public +- Compatibility: Fully compatible with Phase 2.5 +- No migration needed + +#### Verification Results +``` +face_trace_nodes: 23 ✓ +gaze_trace_nodes: 21 ✓ (Phase 2.5.1) +lip_trace_nodes: 21 ✓ (Phase 2.5.2) +Rule2 chunks: 75 ✓ +Performance: TKG rebuild 1.85s ✓ +``` + +#### Backup +- Previous binary: target/release/momentry_backup_20260619 (Jun 19) + +#### Commits Included +- c39805bb: Phase 2.5 gaze_trace and lip_trace migration +- 23c44010: Phase 2-3 TKG-only architecture +- 2f2ccc94: Identity Agent Qdrant integration + +#### Rollback Procedure +```bash +# Stop current process +kill 16386 + +# Restore backup binary +cp target/release/momentry_backup_20260619 target/release/momentry + +# Restart +./run-server-3002.sh +``` + +#### Status +✅ **Production Release Successful** +✅ **Phase 2.5 Verified** +✅ **Performance Improved (1.85s vs previous)** + +--- + +### Previous Release: 2026-06-19 + +**Binary**: target/release/momentry (Jun 19, 22:12) +**Features**: Pre-Phase 2.5 (基础 TKG) + +**Backup**: target/release/momentry_backup_20260619 + +--- + +## Release Checklist + +每次 release 前确认: + +- [ ] 备份现有 binary +- [ ] 构建新 release binary +- [ ] 创建/验证 Qdrant collections +- [ ] 停止旧进程 +- [ ] 启动新进程 +- [ ] 验证 Phase 功能 +- [ ] 测试 TKG rebuild +- [ ] 测试 Rule2 chunks +- [ ] 记录 release log +- [ ] Git commit release log +