Files
momentry_core/docs_v1.0/OPERATIONS/RELEASE_LOG.md
Accusys 6ede2a443c release: Phase 2.6-2.7 to production (3002) - edges migration and identity resolution
Release: 2026-06-21 05:15
Binary: Jun 21 05:14 (34MB)
PID: 95567

Features:
- Phase 2.6: All edges from Qdrant (co_occurrence, face_face, speaker_face)
- Phase 2.7: Identity resolution for gaze_trace/lip_trace nodes
- Rule2: Extended for face_trace/gaze_trace/lip_trace node types

Architecture:
- Complete TKG-only identity resolution
- PostgreSQL fallback for empty Qdrant
- Estimated 3.6x edges performance improvement

Backup: momentry_backup_20260621_phase25

Commits:
- e214106d: Phase 2.7 identity resolution
- Phase 2.6 commits: edges migration to Qdrant

Status:  Release successful
2026-06-21 05:17:34 +08:00

3.7 KiB

title, version, date, author, status
title version date author status
Release Log 1.1 2026-06-21 OpenCode Active

Release History

Release 2026-06-21 05:15: Phase 2.6-2.7 to Production

Time: 2026-06-21 05:15 Binary: target/release/momentry (Jun 21, 05:14) Port: 3002 (Production) PID: 95567

Features Released

  • Phase 2.6.1: co_occurrence_edges from Qdrant
  • Phase 2.6.2: face_face_edges from Qdrant
  • Phase 2.6.3: speaker_face_edges from Qdrant
  • Phase 2.7: Identity resolution for gaze_trace/lip_trace nodes
  • Rule2: Extended identity resolution (face_trace/gaze_trace/lip_trace)

Architecture Changes

  • All edges use Qdrant payload (no face_detections queries)
  • All face-related nodes have identity_id in properties
  • PostgreSQL fallback for empty Qdrant collections
  • Complete TKG-only identity resolution

Qdrant Collections

  • momentry_face_embeddings: Active (dim=512, Cosine)
  • Status: Green, 0 points (新视频将自动填充)

Database

  • Schema: public
  • Compatibility: Fully compatible with Phase 2.6-2.7
  • No migration needed

Performance Estimate

Edges migration: 3.6x faster (270ms → 75ms estimated)
Identity resolution: Unified for all face-related nodes
TKG rebuild: Maintained ~1.85s (with PostgreSQL fallback)

Backup

  • Previous binary: target/release/momentry_backup_20260621_phase25 (Jun 21, 02:34)

Commits Included

  • e214106d: Phase 2.7 identity resolution for gaze/lip trace nodes
  • Phase 2.6 commits: co_occurrence, face_face, speaker_face edges migration
  • c39805bb: Phase 2.5 gaze_trace and lip_trace migration

Rollback Procedure

# Stop current process
kill 95567

# Restore backup binary
cp target/release/momentry_backup_20260621_phase25 target/release/momentry

# Restart
./run-server-3002.sh

Status

Production Release Successful Phase 2.6-2.7 Deployed Complete TKG-only Architecture


Release 2026-06-21 02:35: 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

# 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