Commit Graph

93 Commits

Author SHA1 Message Date
Accusys
7e068f5bb9 docs: reply to M4 deploy report — clarify trace/TKG counts, identities issue 2026-05-14 01:58:43 +08:00
Accusys
11ec006947 docs: reply to M4 --force request 2026-05-14 01:54:09 +08:00
Accusys
1023930f73 feat: deploy.sh --force flag to skip overwrite confirmation 2026-05-14 01:53:59 +08:00
Accusys
f482705b9b docs: deliver pipeline v2 package to M4 — cut-aware traces + TMDB + TKG 2026-05-14 01:36:26 +08:00
Accusys
118a386f47 docs: notify M4 of trace video audio fix + updated binary 2026-05-13 23:46:52 +08:00
Accusys
abca3f67ff fix: drop redundant chunk_vectors chunk_id unique constraint 2026-05-13 22:42:03 +08:00
Accusys
1642a4b817 docs: reply to M4 release fixes — pre-clean all tables + SCHEMA variable 2026-05-13 22:05:53 +08:00
Accusys
6cd41ed71f fix: deploy.sh pre-clean all tables + SCHEMA var for public/dev 2026-05-13 22:05:35 +08:00
Accusys
96a96b4e88 docs: release delivery — binary + 2 packages 2026-05-13 21:11:31 +08:00
Accusys
301da0810f fix: M5 provides release binary, not M4 2026-05-13 21:05:08 +08:00
Accusys
d4864121b7 docs: reply to M4 release decision request — 6 items with rationale 2026-05-13 21:00:43 +08:00
Accusys
2cf962bc70 docs: update DELIVERY_PROCEDURE to v1.1 — add self-verify, version strategy, rollback, deploy details 2026-05-13 20:54:58 +08:00
Accusys
7ae8ccafb8 docs: add DELIVERY_PROCEDURE.md — M4_workspace → M5 → Public Release 2026-05-13 20:52:01 +08:00
Accusys
edb0e0bf7a fix: bundle vec0.dylib in package + deploy install (4/4 M4 items) 2026-05-13 20:46:29 +08:00
Accusys
50d38a5473 docs: reply to M4 on REQUIRED_FILES fix 2026-05-13 20:20:36 +08:00
Accusys
fcaaeadf06 fix: deploy.sh missing REQUIRED_FILES variable 2026-05-13 20:20:26 +08:00
Accusys
1d69a88741 fix: deploy.sh build check lenient + per-file import order (M4 feedback)
- Accept SRV_BUILD=unknown (skip build check, only compare version)
- Per-table import with explicit FK order (nodes before edges)
2026-05-13 20:15:44 +08:00
Accusys
78b7a10ace docs: add M4 notification protocol — standardize response format 2026-05-13 20:01:45 +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
d34bcae145 fix: M4 api_test v2 compatibility — chunk ID format + response
- Fix chunk/0-01 → chunk/0 (v2.0 sequential chunk IDs)
- Identity UUID 2b0ddefe (Cary Grant) confirmed working in v2.0
- api_test.sh: 39/39 passed
- Response doc to M4_HANDOVER/ + M4_workspace/
2026-05-13 05:00:59 +08:00
Accusys
5c1d8a67b2 docs: M4 handover V2.0 — complete package with TMDB, sqlite-vec, deploy scripts
- Package v20260512_203344.tar.gz: 1.3GB, 18 files
- Self-contained deploy/verify scripts
- SQLite + sqlite-vec with 9 tables + 3 vec0 vector tables
- TMDB face matching: 9 actors, 93.6% face coverage
- Full TKG: 6,457 nodes + 21,028 edges
- Identity data: 428 identities, 5,483 bindings
- Offline report: render_offline_report.py
- All reports: ERP, SFTPGo, Service Inventory
2026-05-13 04:40:30 +08:00
Accusys
2992a0e650 feat: service inventory, ERP reports, sqlite-vec integration, visualize tool
- Add SERVICE_INVENTORY_V1.0.0.md (25 source-verified tools, 3.7GB)
- Add ERP_SELECTION_REPORT.md (Odoo CE vs ERPNext comparison)
- Add SFTPGO_ODOO_REPLACEMENT.md (SFTPGo migration plan)
- Add SERVICE_GO_GITEA_BUILD.md (Go compiler + Gitea build report)
- Add release visualize command (face trace heatmap + identity filter)
- Add sqlite-vec integration (160MB SQLite with vec0 vector tables)
- Add export_identities.py, export_sqlite.py, render_face_heatmap.py
- Add Go, Gitea, Rust/Cargo, Swift, yt-dlp, SQLite, sqlite-vec to service CLI
- Fix package to include identities and identity_bindings in data.sql
- Update release list to show all deployed video stats
- Add V1.0.0 YAML frontmatter to all docs (DOCS_STANDARD compliant)
2026-05-13 02:37:45 +08:00
Accusys
cac60c6093 fix: M4 Phase 1 bugs - dev.chunks refs, search_path, uuid column
Bug fixes from M4 report:
- 4 remaining dev.chunks → dev.chunk in SQL queries
- search_path includes public for pgvector extension
- get_chunk_by_chunk_id_and_uuid: uuid → file_uuid
- New endpoint: GET /api/v1/file/:uuid/chunk/:chunk_id
2026-05-11 10:21:06 +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
e068b70777 docs: git bundle instructions for M4 (SSH disabled) 2026-05-09 06:25:45 +08:00
Accusys
a0774cb9ab feat: wire TKG builder into worker pipeline + face-face edges
- Auto-run tkg_builder.py after face trace store + Qdrant sync + trace chunks
- Add face-face CO_OCCURS_WITH edges (two traces in same frame)
- docs: TKG integration report for M4
2026-05-09 06:22:27 +08:00
Accusys
b220920e64 Visual scene classification: Phase 1+2 complete
- Extracted visual_stats per scene (face count, size, objects, duration, density)
- Classified 1130 scenes into 18 types (establishing/close_up/medium/long/two/group × dialogue/sparse/silent)
- All from existing data, no LLM needed
- Scene type stored in cut chunk metadata
2026-05-08 14:38:00 +08:00
Warren
7d89ff77d0 docs: add purpose/use case for each visualization type 2026-05-08 13:50:10 +08:00
Warren
6234972f37 docs: add trace visualization catalog V1-V5 with priority 2026-05-08 13:49:06 +08:00
Warren
77598a4713 docs: add XY trajectory visual encoding guide with color/size/fade 2026-05-08 13:45:35 +08:00
Warren
bb8e79cbc2 docs: add X-axis + xy trajectory modes, API request format 2026-05-08 13:43:12 +08:00
Warren
a0f3382d13 docs: expanded trajectory section with interpretation guide and SQL 2026-05-08 13:40:10 +08:00
Warren
e5f252a3ec docs: heatmap as full-pipeline visual search visualization layer 2026-05-08 13:37:53 +08:00
Warren
2058599e63 docs: trace heatmap spec v1.0.0 — spatial + temporal + combined 2026-05-08 13:33:57 +08:00
Warren
f469197ce6 M4: add ffmpeg-full licensing evaluation for M5's doc 2026-05-08 13:28:16 +08:00
Warren
3ff783e4aa docs: full demo script with narration (10 steps) 2026-05-08 13:24:32 +08:00
Warren
606405b941 M4: suggest replace bitmap font with drawtext filter 2026-05-08 13:21:40 +08:00
Warren
ac59789f6e Merge branch 'main' of 192.168.110.201:/Users/accusys/momentry_core_0.1/ 2026-05-08 13:16:28 +08:00
Accusys
14d95cab8e Notify M4: video endpoints root cause 2026-05-08 13:16:05 +08:00
Warren
6ee2607f67 M4: add ffmpeg-full install status to response 2026-05-08 13:11:06 +08:00
Warren
ebe8722e1f M4: response to ffmpeg evaluation - ARG_MAX is the root cause 2026-05-08 13:06:27 +08:00
Warren
cfd4159b30 Merge branch 'main' of 192.168.110.201:/Users/accusys/momentry_core_0.1/ 2026-05-08 13:04:17 +08:00
Warren
6a8b534239 M4: update bug report - found root cause ARG_MAX overflow 2026-05-08 13:03:21 +08:00
Accusys
0366eb0f04 FFmpeg drawtext technical evaluation 2026-05-08 13:03:15 +08:00
Accusys
0977a04002 Fix guide for M4 video endpoints 500 2026-05-08 12:52:12 +08:00
Warren
d6ba74a61a M4: bug report - video endpoints 500 (trace, bbox, thumbnail) 2026-05-08 12:49:32 +08:00
Warren
047f6c4b2b docs: demo sequence v1.0.0 - curl POST + browser video 2026-05-08 12:32:56 +08:00
Warren
1bdc94c1ac docs: single-line curl for cross-platform (bash/PowerShell/cmd) 2026-05-08 11:57:45 +08:00
Warren
b63fe58751 docs: hardcode curl examples, remove shell vars 2026-05-08 10:58:06 +08:00
Warren
653387a557 docs: fix API_REFERENCE key to official format 2026-05-08 09:55:34 +08:00