Skip to content

Commit d22b275

Browse files
committed
Update CLAUDE.md
Signed-off-by: Mikhail Agapov <mikhail.agapov@decentraland.org>
1 parent 2b4c3ec commit d22b275

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ For full debugging workflows (local + remote Fargate, Rider setup, logpoints, po
255255
## Files / Components Expected
256256

257257
- `decentraland/common/options.proto` — defines `QuantizedFloatOptions` and `BitPackedOptions` as protobuf field extensions
258-
- `movement.proto`, `emote.proto` — packet schemas using custom quantized options
258+
- `decentraland/pulse/pulse_client.proto` — client→server messages and the `ClientMessage` envelope
259+
- `decentraland/pulse/pulse_server.proto` — server→client messages, the `ServerMessage` envelope, and the only quantized message (`PlayerStateDeltaTier0`)
260+
- `decentraland/pulse/pulse_shared.proto` — types referenced by both directions (`PlayerState`, `GlideState`, `PlayerAnimationFlags`); imported by both client and server protos
259261
- `protoc-gen-bitwise` — Python plugin, reads `CodeGeneratorRequest`, emits C# serializers
260262
- `BitWriter` / `BitReader` (C#) — bit packing + quantization (`WriteQuantizedFloat` / `ReadQuantizedFloat`), used by generated C# serializers
261263

0 commit comments

Comments
 (0)