Skip to content

Commit c2b533c

Browse files
George-iamclaude
andcommitted
fix: remove alpha debug verification step from close checklist
Step 3 "Verify AXME Code Functionality" was internal debug prompt, not for end users. Removed from axme_begin_close output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f97d351 commit c2b533c

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

src/server.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -680,21 +680,7 @@ server.tool(
680680
"- `worklog_entry`: narrative summary (5-15 lines markdown)",
681681
"- `startup_text`: ready-to-paste text for next session",
682682
"",
683-
"## Step 3: Verify AXME Code Functionality (ALPHA - MANDATORY)",
684-
"",
685-
"AXME Code is in alpha. Before finalizing, verify that core functionality worked correctly in this session.",
686-
"Run these checks and report results to the user:",
687-
"",
688-
"1. **Context loading**: call `axme_status` - verify it returns data (not error)",
689-
"2. **Saves**: if you saved any memories/decisions in this session, verify files exist on disk:",
690-
" - `ls .axme-code/decisions/` and `ls .axme-code/memory/` in the target storage",
691-
"3. **Pending audits**: check `axme_context` output for 'Pending audits' section - report if any are stuck",
692-
"4. **Safety hooks**: verify `.claude/settings.json` has PreToolUse + PostToolUse + SessionEnd hooks configured",
693-
"5. **Session tracking**: verify current session meta exists: `ls .axme-code/sessions/` should have current session dir",
694-
"",
695-
"Report results as a table to the user. If anything is broken, flag it BEFORE calling finalize_close.",
696-
"",
697-
"## Step 4: Call `axme_finalize_close`",
683+
"## Step 3: Call `axme_finalize_close`",
698684
"",
699685
"Pass everything in one call. MCP writes all files atomically.",
700686
"After it returns:",

0 commit comments

Comments
 (0)