Skip to content

Commit 9889ef0

Browse files
Copilothotlong
andauthored
docs: fix CHANGELOG field names to use snake_case convention
Agent-Logs-Url: https://github.com/objectstack-ai/spec/sessions/8eb9f944-6c43-4378-b0a8-b84aaf261524 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 47224ba commit 9889ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- **`@objectstack/service-realtime``sys_presence` System Object** — Registers the
1212
`sys_presence` system object in the `service-realtime` package as the canonical Presence
1313
domain object. Fields align with the `PresenceStateSchema` protocol definition
14-
(`userId`, `sessionId`, `status`, `lastSeen`, `currentLocation`, `device`,
15-
`customStatus`, `metadata`). `RealtimeServicePlugin` now auto-registers the object
14+
(`user_id`, `session_id`, `status`, `last_seen`, `current_location`, `device`,
15+
`custom_status`, `metadata`). `RealtimeServicePlugin` now auto-registers the object
1616
via the `app.com.objectstack.service.realtime` service convention. Added
1717
`SystemObjectName.PRESENCE` constant (`'sys_presence'`) to `@objectstack/spec/system`.
1818
- **`@objectstack/service-ai` — Data Chatbot: Tool Call Loop & Agent Runtime** — Implements

0 commit comments

Comments
 (0)