From a088116607f08e428b0a7193e022bb3b7920de93 Mon Sep 17 00:00:00 2001 From: Chris Scott <99081550+chriswritescode-dev@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:21:08 -0400 Subject: [PATCH] Update memory-loop-status subtask setting and ignore .DS_Store files --- .gitignore | 1 + src/config.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5aec6b6..4b36cee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ dist/ node_modules/ *.tsbuildinfo .pnpm-store/ +.DS_Store diff --git a/src/config.ts b/src/config.ts index 1b3037f..5645cf3 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,7 +47,7 @@ $ARGUMENTS`, 'memory-loop-status': { description: 'Check status of all active memory loops', agent: 'code', - subtask: true, + subtask: false, template: `Check the status of all memory loops. ## Step 1: List Active Loops @@ -56,7 +56,7 @@ Run \`memory-loop-status\` with no arguments to list all active loops for the cu ## Step 2: Get Detailed Status -For each active loop found, run \`memory-loop-status\` with the loop name to get detailed status. +For each active loop found, run \`memory-loop-status\` with the loop name to get detailed status. Token counts, iterations, last output. ## Step 3: Report