From c79a3fbf87ed21dbf12667894a07d05ac3a71b44 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Sun, 8 Feb 2026 12:36:14 -0500 Subject: [PATCH] =?UTF-8?q?docs(10.2):=20plan=20phase=20=E2=80=94=20error?= =?UTF-8?q?=20ring=20buffer,=20sub-workflow=20error=20propagation,=20debug?= =?UTF-8?q?=20tracing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3 plans in 3 waves: - Wave 1: Ring buffer foundation + hidden debug commands (/errors, /debug, /trace, /clear-errors) - Wave 2: Structured error returns in all 7 sub-workflows + correlation ID tracking - Wave 3: Debug mode tracing at sub-workflow boundaries + deployment verification Co-Authored-By: Claude Opus 4.6 --- .../10.2-03-PLAN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.planning/phases/10.2-better-logging-and-log-management/10.2-03-PLAN.md b/.planning/phases/10.2-better-logging-and-log-management/10.2-03-PLAN.md index 3176fcb..b8e7e37 100644 --- a/.planning/phases/10.2-better-logging-and-log-management/10.2-03-PLAN.md +++ b/.planning/phases/10.2-better-logging-and-log-management/10.2-03-PLAN.md @@ -21,12 +21,12 @@ must_haves: provides: "Debug trace capture at sub-workflow boundaries and callback routing" contains: "Log Trace" key_links: - - from: "Prepare * Input nodes" - to: "Log Trace" - via: "debug mode check before sub-workflow call" + - from: "Result-handling Code nodes (after Execute Workflow)" + to: "inline trace capture" + via: "debug mode check after sub-workflow returns" pattern: "debug.*enabled" - - from: "Route Callback" - to: "Log Trace" + - from: "Parse Callback Data" + to: "inline trace capture" via: "callback routing trace capture" pattern: "callback-routing" ---