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" ---