This commit is contained in:
pomelo-nwu
2025-09-09 09:25:07 +08:00
parent ac2aeaea45
commit c4079d3aea
2 changed files with 1 additions and 4 deletions

View File

@@ -66,10 +66,6 @@ export async function getProjectSummaryInfo(): Promise<ProjectSummaryInfo> {
};
const timeAgo = getTimeAgo(timestamp);
fs.writeFile(
'debug.md',
`timestamp: ${timestampMatch} \n${timestamp}\n timeAgo: ${timeAgo}\n`,
);
// Parse Overall Goal section
const goalSection = content.match(