chaokunyang commented on code in PR #2649: URL: https://github.com/apache/fory/pull/2649#discussion_r2373945348
########## AGENTS.md: ########## @@ -302,7 +302,7 @@ Fory uses binary protocols for efficient serialization and deserialization. Fory - **[Java serialization format](docs/specification/java_serialization_spec.md)**: Highly-optimized and drop-in replacement for Java serialization. - **Python serialization format**: Highly-optimized and drop-in replacement for Python pickle, which is an extension built upon **[xlang serialization format](docs/specification/xlang_serialization_spec.md)**. -**`docs/specification/**` are the specification for the Fory protocol**, please read those documents carefully and think hard and make sure you understand them before making changes to code and documentation. +**`docs/specification/**` are the specification for the Fory protocol\*\*, please read those documents carefully and think hard and make sure you understand them before making changes to code and documentation. Review Comment: ```suggestion **`docs/specification` are the specification for the Fory protocol**, please read those documents carefully and think hard and make sure you understand them before making changes to code and documentation. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
