[Feature]: Project-scoped scratchpad shared across threads #9353
burnmandont
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem or use case
I often need to keep short-lived project context—commands to run, temporary TODOs, review reminders, and handoff notes—where it is visible from every thread in a project.
Thread drafts are tied to one conversation, while files such as
AGENTS.mdare durable repository instructions and may be committed. An external notes app loses the project association and is unavailable from connected T3 Code clients.Smallest useful scope
Would a small project-scoped scratchpad be in scope?
The note would be user-facing only. It would not be included in agent prompts.
Non-goals
Related proposal
#2396 proposes session-scoped notes, including an agent-shared region injected into prompts. It also mentions project-scoped private notes as a possible sibling proposal. This idea is that narrower sibling: project-scoped, private to the T3 UI, and never sent to the model.
Implementation direction
A focused implementation could reuse the existing project metadata command/event/projection path and add one field to the project projection. We have a working version in our fork, but would reimplement it cleanly against current
mainwith focused persistence, synchronization, web, and mobile tests.Is this feature in scope, and would maintainers consider a focused PR? If so, is project metadata the preferred persistence model?
All reactions