feat(cloud): JSONL event persistence + deduplication + JSON history format (#124)#129
Merged
Conversation
…ormat (#124) - cloud_monitor.zig: restore state from .trinity/cloud_events.jsonl on restart - cloud_monitor.zig: event deduplication (skip same status within 5s window) - tri_cloud.zig: add --format=json flag to tri cloud history for machine consumption Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 11, 2026
This was referenced Mar 11, 2026
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
…, Spatial+KG Planning 10/10, Multi-Hop Chains 18/18 (52/52 100%) [Golden Chain #129] Test 109: Open Query KG — 21 entities (countries, capitals, continents, languages), per-relation memories, permutation-based inverse lookup, 1-hop + 2-hop = 24/24 (100%) Test 110: Combined Spatial + KG Planning — 6 rooms + 6 objects + 4 properties, per-pair permutation navigation + object/property memories = 10/10 (100%) Test 111: Multi-Hop Chain Fluency — 30 entities, 4 relation types, split memories (2×3 pairs), 2-hop + 3-hop chains = 18/18 (100%) Full regression: 383 tests, 379 pass, 4 skip, 0 fail 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
gHashTag
added a commit
that referenced
this pull request
Mar 18, 2026
feat(cloud): JSONL event persistence + deduplication + JSON history format (#124)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
tri cloud history 42shows events after monitor restartCloses #124