-
Notifications
You must be signed in to change notification settings - Fork 13k
SDD: Implement Persistent Project-Level Tracker Storage & Policies #23724
Copy link
Copy link
Open
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/possible-duplicateworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/possible-duplicateworkstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Task.
Projects
Status
No status
Description
This task redirects the Task Tracker's state from a session-specific temporary directory to a persistent, project-level directory (
.gemini/tracker/).This change ensures that task states are visible, persistent across sessions, and can be committed to Git for better collaboration and tracking.
Scope of Work
settingsSchemato include a configurabletrackerDirectoryproperty.sddextension to use.gemini/trackeras the default directory.sdd.tomlpolicies to always allowtracker_*tools while in Plan Mode.