feat(blog): add bilingual AI resources and workflow posts#17
feat(blog): add bilingual AI resources and workflow posts#17
Conversation
Added a curated list of AI resources and the author's real workflow for building Agents. Included both English and Spanish versions with the necessary AstroPaper frontmatter. Co-authored-by: danielart <4655428+danielart@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Removed the explicit `version` property from the `pnpm/action-setup@v4` step in the `.github/workflows/ci.yml` file to resolve the version mismatch error with `packageManager` in `package.json`. Also fixed an unresolved syntax issue inside `Layout.astro` due to `gtm.js`. Co-authored-by: danielart <4655428+danielart@users.noreply.github.com>
Added a retry loop (max 3 attempts) in `src/utils/loadGoogleFont.ts` to handle intermittent network issues (e.g., 502 Bad Gateway) from the Google Fonts API during the Astro build process (`pnpm build`). This prevents CI pipeline failures due to transient font download errors. Co-authored-by: danielart <4655428+danielart@users.noreply.github.com>
Ran `pnpm run format` to fix code style issues caught by `prettier --check` in the CI pipeline. Co-authored-by: danielart <4655428+danielart@users.noreply.github.com>
Added a curated list of AI resources and the author's real workflow for building Agents. Included both English and Spanish versions with the necessary AstroPaper frontmatter.
PR created automatically by Jules for task 11600691286104514884 started by @danielart