7 Commits

Author SHA1 Message Date
Michael Sitarzewski
1707291599 Add paid-media category to scripts and CI workflow
Prepares infrastructure for the upcoming Paid Media Division (PR #83).
Registers paid-media in convert.sh, lint-agents.sh, install.sh, and
the lint-agents GitHub Actions workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 08:18:35 -05:00
jiangnan
40d4f6c083 Fix CI: handle multiline output in lint workflow
The GITHUB_OUTPUT format does not support multiline values with simple
echo. Use heredoc delimiter to pass multiple changed file paths correctly.
2026-03-09 01:53:53 +08:00
Michael Sitarzewski
135918fb3a
Merge pull request #37 from jnMetaCode/feat/add-agent-lint-ci
Excellent addition! The lint workflow looks solid — validates required frontmatter as errors, recommended sections as warnings, and only lints changed files to avoid noise. Thanks @jnMetaCode!
2026-03-07 12:06:33 -06:00
jiangnan
c03b1bd996 Add strategy to category dropdown in issue template 2026-03-06 06:03:53 +08:00
jiangnan
2ded8e99a8 Address review feedback on CI lint workflow
- Fix ((errors++)) causing early exit under set -e
- Fix command injection in workflow by using env variable
- Add strategy/ directory to lint paths and AGENT_DIRS
2026-03-06 06:03:35 +08:00
jiangnan
f5d929d84f Add GitHub issue and pull request templates
Adds structured templates for new agent requests, bug reports,
and pull requests to streamline contributions and ensure consistency.
2026-03-06 04:38:36 +08:00
jiangnan
976c08e4c3 Add CI workflow to validate agent file format
Adds a lint script and GitHub Actions workflow that checks agent
markdown files for required YAML frontmatter fields (name, description,
color) and recommends standard sections. Only changed files in PRs
are validated to avoid blocking on pre-existing issues.
2026-03-06 04:37:53 +08:00