API Changes: - Track skipped package names in keyword sync endpoint - Include skippedPackages array in API response Workflow Changes: - Extract skipped package names from sync response - Display skipped packages in Discord notification as comma-separated list - Only show "📋 Skipped Packages" field when packages are skipped - Dynamic field construction using jq Example Discord output: 📋 Skipped Packages package-name-1, package-name-2, package-name-3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vercel.json | ||