一键导入
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 职业分类
| 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.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.