Conversation
…mory Adds meaningful debug log statements to five files that had minimal or no logging relative to their complexity: - cli:add_workflow_resolution - log repo slug detection, each resolved workflow (engine, dispatch trigger, content size), and final counts - workflow:compiler_workflow_call - log workflow_call output injection entry, what safe-output types are configured, and merged output count - cli:mcp_inspect - log parsed workflow name/safe-inputs, MCP config counts before/after filtering, and safe-inputs server start status - cli:mcp_list_tools - log MCP config search results, found/not-found server details, and connected tool count - workflow:repo_memory_prompt - log constraint configuration, wiki mode, and final built section details for both single and multi-memory paths Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
Hey One thing worth addressing before merge:
If you'd like a hand, you can assign this prompt to your coding agent:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds meaningful debug log statements to five files that had minimal logging relative to their complexity.
Changes
cli:add_workflow_resolution— log repo slug detection result, per-workflow resolution details (engine, dispatch trigger, content size), and final resolved countsworkflow:compiler_workflow_call— log workflow_call output injection entry, safe-output type configuration, generated output count, and merged output countcli:mcp_inspect— log parsed workflow name/safe-inputs presence, MCP config counts before/after filtering, and safe-inputs server start/failure statuscli:mcp_list_tools— log MCP config search results, found/not-found server details, and connected tool countworkflow:repo_memory_prompt— log constraint configuration, wiki mode enabled, final built section details for both single and multi-memory paths, and extension union set buildingValidation
make buildpassedgo build ./...passedgo vet ./...passed