ワンクリックで
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.