feat: add GitHub Job Summaries to marketplace pipeline#11
Merged
terraboops merged 3 commits intomainfrom Feb 20, 2026
Merged
Conversation
Track skipped files (no frontmatter) in discovery and write markdown summaries to $GITHUB_STEP_SUMMARY in discover/validate/generate actions. PR authors now see component counts, validation results, and marketplace changes directly in the GitHub Actions UI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The "No generator.config.toml or .json found" message was going to stdout via console.log, polluting JSON output from discover-all. CI's node -e JSON.parse then failed. Switch to console.error so stdout stays clean for machine-readable output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The 2>&1 merged stderr into the JSON output variable, causing JSON.parse failures in summary generation. Capture stderr to a temp file instead, show it in logs, and keep OUTPUT clean for parsing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
discoverMarkdownComponents()and propagate throughdiscoverAllComponents()$GITHUB_STEP_SUMMARYChanges
scripts/src/discover-components.jsskippedarray to discovery outputscripts/dist/discover-components.cjsagentic-marketplace/discover/action.ymlagentic-marketplace/validate/action.ymlagentic-marketplace/generate/action.ymlscripts/test/discover-components.test.jsNo new files, permissions, or workflow changes.
Test plan
npm test— 26/26 passnpm run build— dist rebuiltdiscover-allagainst PR #42 and #43 —skippedarray present🤖 Generated with Claude Code