Accusys
|
301a95e2bc
|
refactor: remove all dev.* and public.* schema hardcodes from runtime code
14 files updated to use schema::table_name() instead of hardcoded schema
prefixes. Only src/bin/release.rs intentionally retains dev.* references.
|
2026-05-14 14:40:14 +08:00 |
|
Accusys
|
ffc30d7377
|
M4 handover: coordinate fixes, detector registry, deploy v2, YOLOv8s, identity lifecycle
- Fix swift_pose/swift_ocr Y-flip bugs (BUG-003~006)
- Add heuristic_scene module + post-processing trigger (replaces Places365)
- YOLOv5nu → YOLOv8s CoreML (+33% detections, +390% scene indicators)
- Per-table SQL export (split 4.7GB single file → 478MB max per table)
- Version/build check in deploy.sh (compare /health vs file_info.json)
- Add file_uuid column to identities table + backfill
- Identity pre-clean step in deploy (avoids UNIQUE conflicts on re-deploy)
- Stranger_xxx naming fix with UUID context
- Add DETECTOR_REGISTRY.md (25 detectors), DETECTOR_SELECTION_SOP.md
- Update SPATIAL_COORDINATE_REGISTRY.md (P layer, 6-layer architecture)
- New IDENTITY_LIFECYCLE.md
- M4 response docs for deploy_script_fix and 111614 test report
|
2026-05-13 20:00:47 +08:00 |
|
Accusys
|
39ba5ddf76
|
feat: Phase 1 handover - schema migration, correction mechanism, API fixes
Schema changes: dev.chunks->dev.chunk, remove old_chunk_id/chunk_index
Correction: asr-1.json format, generate/apply scripts
API: 37/37 endpoints fixed and tested
Docs: HANDOVER_V2.0.md for M4
|
2026-05-11 07:03:22 +08:00 |
|
Accusys
|
9f5afd1b86
|
fix: file-based source of truth for worker + backup protocol
- Worker: check {uuid}.{processor}.json existence before starting processor
- Worker: timestamp-copy backup existing output files before re-run (no delete, no overwrite)
- Executor: partial output saved as .json.partial (not .json) to avoid false completion
- Start script: removed set-e, log dir changed to momentry/logs, Qdrant collection status fix
- docs: M4 release incident report + M4/M5 collaboration protocol
|
2026-05-09 05:32:13 +08:00 |
|
Accusys
|
573714788f
|
Release v1.0.0 candidate
|
2026-05-08 00:48:15 +08:00 |
|
Warren
|
74b6182eba
|
feat: media API (video/bbox/thumbnail), UUID unification, dot matrix text, portal fixes, API dictionary V1.3
|
2026-05-06 13:34:49 +08:00 |
|
Warren
|
e75c4d6f07
|
cleanup: remove dead code and duplicate docs
- Remove session-ses_2f27.md (161KB raw session log)
- Remove 49 ROOT_* duplicate files across REFERENCE/
- Remove 14 duplicate files between REFERENCE/ root and history/
- Remove asr_legacy.rs (dead code, replaced by asr.rs)
- Remove src/core/worker/ (duplicate JobWorker)
- Remove src/core/layers/ (empty directory)
- Remove 4 .bak files in src/
- Remove 7 dead private methods in worker/processor.rs
- Remove backup directory from git tracking
|
2026-05-04 01:31:21 +08:00 |
|
Warren
|
2b23d1cfbd
|
feat: update core API, database layer, and worker modules
- Remove unused imports (n8n_search, universal_search, Client, Arc, etc.)
- Update API endpoints for identity, face recognition, search
- Fix postgres_db.rs search_videos parent_uuid column
- Add snapshot API and identity agent API
- Clean up backup files (.bak, .bak2)
|
2026-04-30 15:07:02 +08:00 |
|
Warren
|
1f84e5469f
|
feat: backup architecture docs, source code, and scripts
|
2026-04-25 17:15:45 +08:00 |
|
Warren
|
59809dae1f
|
chore: backup before migration to new repo
|
2026-04-23 16:46:02 +08:00 |
|
Warren
|
4109ec3d95
|
docs: 修復場景識別測試報告 markdown 編號
- 修正有序列表編號符合 markdownlint MD029
- 使用 1/2/3 樣式而非連續編號
|
2026-04-01 02:21:40 +08:00 |
|
Warren
|
82955504f3
|
feat: 新增 Job Worker 系統與 API 文檔全面更新
|
2026-03-26 16:16:34 +08:00 |
|
accusys
|
383201cacd
|
feat: Initial v0.9 release with API Key authentication
## v0.9.20260325_144654
### Features
- API Key Authentication System
- Job Worker System
- V2 Backup Versioning
### Bug Fixes
- get_processor_results_by_job column mapping
Co-authored-by: OpenCode
|
2026-03-25 14:53:41 +08:00 |
|
accusys
|
75edf0aa71
|
Initial commit: Momentry Core v0.1
- Rust-based digital asset management system
- Video analysis: ASR, OCR, YOLO, Face, Pose
- RAG capabilities with Qdrant vector database
- Multi-database support: PostgreSQL, Redis, MongoDB
- Monitoring system with launchd plists
- n8n workflow automation integration
|
2026-03-25 14:53:41 +08:00 |
|