Overview
Migrate skills/design-md-agent/design-md-generator/scripts/ci-design-md-check.sh from Bash to JavaScript with Jest test coverage.
Current Implementation
The script:
- Runs DESIGN.md validation via
validate-design-md.sh
- Executes the design.md CLI lint command in JSON format
- Parses JSON results and creates a PR comment with summary and top findings
- Exits with error code if lint errors found
Requirements
Related
- Part of #[bash-to-js-migration-epic]
- Depends on: #[validate-design-md-issue]
Overview
Migrate
skills/design-md-agent/design-md-generator/scripts/ci-design-md-check.shfrom Bash to JavaScript with Jest test coverage.Current Implementation
The script:
validate-design-md.shRequirements
scripts/design-md-agent/ciDesignMdCheck.jsequivalentci-design-md-check.shafter verificationRelated