feat(ci): add CI/CD workflow for automated pipeline validation#52
Merged
PAMulligan merged 2 commits intomainfrom Apr 2, 2026
Merged
Conversation
…idation Add parallel CI jobs for script tests, lint/format checking, agent/skill frontmatter validation, template validation, and pipeline config structure verification. Restructure existing validate job with agent YAML validation, skill structure checks, and template integrity checks. Add concurrency control and per-job timeouts to keep workflow under 5 minutes. Closes #49 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 tasks
… CI check The CI lint job failed because eslint and prettier were not declared as devDependencies. Adds both tools plus eslint-config-prettier, creates eslint.config.js (flat config for ESM), .prettierrc, and .prettierignore. Also fixes two ESLint errors: a CJS require() in sanitize.js (replaced with ESM import) and a missing break in pipeline-cache.js. Formats all JS/JSON/YAML files with Prettier. Co-Authored-By: Claude Opus 4.6 (1M context) <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
validatejob with agent YAML checks (53 agents), skill frontmatter checks, template JSON/directory integrity, andpipeline.config.jsonrequired-key verificationcancel-in-progress) and per-job timeouts (2-3 min) to keep total wall time under 5 minutesJobs
vitest run scripts/__tests__/(41 tests)lint-and-format.sh --checkverify-tokens.sh(conditional on app/src)Test plan
validatejob passes agent/skill/template/config checksscript-testsjob runs 41 testsCloses #49
🤖 Generated with Claude Code