feat(framework): context fragment lists the recorded conversations (#683)#1048
Merged
Merged
Conversation
) Rom's updated #683 OP lists conversations/ among the project context files; CONTEXT_DOCS did not have it. Add a `.the-framework/conversations/**.md` pointer (where every run commits its Discord/chat turns, #908) so a future run reads past conversations. Read-only, like tickets/ and TODO_AGENTS.md, so it stays out of the merge-update set. The path is inlined to keep this module node-free and pinned by a test to THE_FRAMEWORK_DIR/CONVERSATIONS_DIR.
suleimansh
marked this pull request as ready for review
July 22, 2026 22:07
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.
Rom's updated #683 OP lists
conversations/among the project context files.CONTEXT_DOCSdidn't have it.Adds a
.the-framework/conversations/**.mdpointer, so a run reads the human conversations (Discord/chat turns) earlier runs committed there (#908). Read-only, liketickets/andTODO_AGENTS.md, so it stays out of the merge-update set. Path pinned by a test toTHE_FRAMEWORK_DIR/CONVERSATIONS_DIRso it can't drift from where runs actually commit.Note: the OP writes the shape as
conversations/<DATE>_<TOPICS_SLUG>.md, but runs commit to.the-framework/conversations/<runId>.mdtoday, so the pointer names the real path. If you'd rather rename the files to a date+slug scheme, that's a separate change.Refs #683.