893 B
893 B
.stoneforge/sync
dir: .stoneforge/sync
index: .stoneforge/sync/.pi-map.index.md
role
Provides persistent storage for entity relationships and AI worker agent records in a synchronization system.
files
- dependencies.jsonl | Stores dependency relationships between entities in JSONL format, including parent-child, blocking, and reply-to relationships with timestamps and creators.
- elements.jsonl | Stores JSONL-formatted entity records for AI worker agents with their session histories and metadata in a data persistence file.
arch
Append-only JSONL document store with separate files for dependency graph edges (dependencies.jsonl) and entity nodes (elements.jsonl), using a log-structured data pattern for time-ordered, immutable record keeping.
tags
stores, relationships, jsonl, dependencies, elements, dependency, entities, format