docs: session sources supported today and planned (groundwork for #3)#27
Draft
ohad6k wants to merge 1 commit into
Draft
docs: session sources supported today and planned (groundwork for #3)#27ohad6k wants to merge 1 commit into
ohad6k wants to merge 1 commit into
Conversation
Groundwork for issue #3. Every path, record shape, and filter traces to emulo.py or a test file; Copilot CLI is marked as the least covered adapter and the planned Cursor/Windsurf/OpenClaw layouts as unverified. Hermes links to docs/OPENCLAW_HERMES.md instead of duplicating it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Adds
docs/SOURCES.md: every session-log source supported today, every one planned, and how to add another. Groundwork for #3, documentation only, no adapter code.Supported sources were read out of the
SOURCEStable,user_messages()anddiscover_files()rather than from memory, with the test file that covers each one named next to it.Findings worth knowing
session-state,events.jsonl, or itsuser.messageshape. Documented as the least covered adapter instead of listing it beside the tested ones.XDG_DATA_HOME; everything else is~-relative. Written up as a limitation rather than inventing macOS/Windows paths.ROADMAP.md, not indocs/OPENCLAW_HERMES.md(that doc covers the opposite direction). Summarised from the roadmap and linked rather than duplicated.Written by an agent working in an isolated worktree, reviewed before push.