원클릭으로
commory-msglayer
MsgLayer schema v0.1 — the canonical interchange format between Android, Go backend, web, and future agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MsgLayer schema v0.1 — the canonical interchange format between Android, Go backend, web, and future agents.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Android app for Commory — dual runtime modes, Compose UI, MsgLayer backup/restore, server sync, and agent privacy model.
Go backend for Commory — JWT auth, file-backed storage, MsgLayer import/query, Setup wizard, and mobile API contract.
Standardize VisionFlow load, pressure, capacity, and soak testing across Docker, PgBouncer, BullMQ, Redis, workflow execution, and tietiezhi batch generation. Use when an agent needs to run or document high-concurrency validation, 2C4G simulations, multi-user submit tests, workflow stress tests, throughput investigations, OSS cleanup for test runs, or performance reporting and tuning guidance.
| name | commory-msglayer |
| description | MsgLayer schema v0.1 — the canonical interchange format between Android, Go backend, web, and future agents. |
Work on the MsgLayer interchange format and its implementations.
msglayer/schema/v0.1/root.schema.json — JSON Schema root
msglayer/examples/ — Example export files
backend/internal/msglayer/ — Go validator, types, constants
android/sdk/backup/ — Kotlin mapper, reader, writer
RootExport: version, source, identities[], events[], relations[], indexes[]Identity: id, type, display_name, avatar?, phones[], emails[], labels[]Event: id, timestamp, type, direction, participants[], content{}, relations[], meta?Relation: type (same_thread, references_identity, reply_to, derived_from), targetSearchParams: userID, keyword, contactID, type, participant, from, to, limit, offsetmsglayer/v0.1msglayer.VersionMSG_LAYER_VERSIONadditionalProperties: false is enforced by the Go validator for events, identities, and content maps.msglayer/schema/v0.1/root.schema.json for the authoritative schema.msglayer/examples/ for valid export files.backend/internal/msglayer/validator.go if adding new validation rules.android/sdk/backup/ if adding new event types or fields.cd backend && go test ./internal/msglayer/ -vcd android && ./gradlew :sdk:backup:testDebugUnitTestreferences/event-types.md for event type definitions and content schemas.