spillwavesolutions/okf-time-series
Chronological spine for agent memory: Session → Hour → Day → Week → Month → Year. Git-native OKF plugin.
Scaffold okf/temporal under SECOND_BRAIN_ROOT.
Drop telemetry files older than 90 days. Pruning is a git commit of the working tree.
Open/close an isolated write session. Uses second-brain-core brain_session.py; does not fork the protocol.
After tick-hour, read .source.jsonl, apply the host-switch filter, write summary and saliency. Edition A (host CLI) or B (API key). Does not touch the snapshot.
Copy a host JSONL transcript into an immutable sessions/<slug>.source.jsonl snapshot. No LLM.
Scheduled hourly tick. Writes an Hour node only when the window has closed segments and no open ones. Sparse.
Walk Year → Month → Week → Day → Hour → Session using only the filesystem.
Close sessions open longer than the global watchdog (default one hour). Per-role is phase two.
Commit a temporal node. The model proposes body text; this script writes frontmatter.