docs: track the agent prompt files in git - #659
Open
RonenMars wants to merge 1 commit into
Open
Conversation
docs/prompts/ has been accumulating hand-written task briefs since 2026-08-11 while staying untracked, so the directory had no history and an overwrite left nothing to recover from. That happened today: fix-merged-search-ignores-server-results.md was replaced in place when half of what it described landed in #657, and the original text survived only outside the repo. Track the three briefs that describe outstanding work. fix-merged-search-client-refilter.md covers the remaining half of #646, where the hub re-filters server search results on title and preview and so discards conversations the server matched on message body. fix-pair-error-copy.md covers #638. refresh-roadmap-status.md is a re-runnable sweep for verifying ROADMAP and BACKLOG against the tree. The superseded fix-merged-search-ignores-server-results.md is deleted rather than kept as a pointer: nothing references the filename, verified against the bodies of #646 and #657 and the rest of docs/. [skip-ci]
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.
docs/prompts/has been accumulating hand-written task briefs since 2026-08-11 while staying untracked, so the directory had no history and an overwrite left nothing to recover from.That is not hypothetical: it happened today.
fix-merged-search-ignores-server-results.mdwas replaced in place once half of what it described landed in #657, and because the file had never been committed there was nogit showto recover the original from.What is tracked
fix-merged-search-client-refilter.md— the remaining half of P2: hub search discards server-side results when mergeChats is on (the default) #646, where the hub re-filters server search results ontitleandpreviewand so discards conversations the server matched on message body.fix-pair-error-copy.md— P2: pair deep-link failure shows a raw exception instead of translated copy #638, the pair deep-link error screen leaking a raw exception.refresh-roadmap-status.md— a re-runnable sweep for verifyingROADMAP.mdandBACKLOG.mdagainst the tree.What is deleted
fix-merged-search-ignores-server-results.md, superseded by the client-refilter brief.It is deleted rather than kept as a pointer because nothing references the filename — verified against the bodies of #646 and #657 and the rest of
docs/, all zero hits.The deletion does not appear in this diff: the file was never tracked, so from git's perspective it never existed.
Not included
docs/open-issue-audit-2026-08-11.mdis still untracked, as are the prompt files written intotb-streamerandtb-landing.Those carry the same no-history exposure and are left for a separate decision.
Docs-only, so the
commit-msghook appended[skip-ci].