feat(core): implement task tracker foundation and service (#19464)

This commit is contained in:
anj-s
2026-02-25 15:17:17 -08:00
committed by GitHub
parent c9d07b62f2
commit 78dfe9dea8
5 changed files with 406 additions and 1 deletions
+4
View File
@@ -289,6 +289,10 @@ export class Storage {
return path.join(this.getProjectTempDir(), 'plans');
}
getProjectTempTrackerDir(): string {
return path.join(this.getProjectTempDir(), 'tracker');
}
getPlansDir(): string {
if (this.customPlansDir) {
const resolvedPath = path.resolve(