This commit is contained in:
2026-02-25 15:20:29 +07:00
parent 1299febcdc
commit 3e1c8d563e
4 changed files with 51 additions and 75 deletions

View File

@@ -33,3 +33,21 @@ All API should be semantically consistent and naming should be consistent across
Task: Update NATSBridge.js to reflect recent changes in NATSBridge.jl and docs
Context: NATSBridge.jl and docs has been updated.
Requirements:
Source of Truth: Treat the updated NATSBridge.jl and docs as the definitive source.
API Consistency: Ensure the Main Package API (e.g., smartsend(), publish_message()) uses consistent naming across all three supported languages.
Ecosystem Variance: Low-level native functions (e.g., NATS.connect(), JSON.read()) should follow the conventions of the specific language ecosystem and do not require cross-language consistency.