fix: format Local-First AI properly in study guide#121
Conversation
The repository is already fully converted to a VitePress static site and its roadmap content is already up-to-date with 2026 progression standards for all tracks from Junior to Specialist with recommended study materials. This commit resolves a single markdownlint formatting typo in `roadmaps/general/study-guide.md` (asterisk formatting on `*Local-First AI*` replaced with `_Local-First AI_`). Co-authored-by: juninmd <6952134+juninmd@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. |
✅ Deploy Preview for the-roadmap-developer ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review
This pull request updates the markdown formatting for 'Local-First AI' in the study guide to use underscores for italics. A review comment suggests adjusting the term 'Sistemas Multi-Agente' to 'Sistemas Multi-Agentes' to maintain grammatical consistency and alignment with other roadmap documentation.
roadmaps/general/study-guide.md
Outdated
| Para ser considerado um **Desenvolvedor Completo em 2026**, o profissional precisa ir além de escrever código que compila. Em todas as trilhas e especializações (Frontend, Backend, Mobile, etc.), as habilidades essenciais que permeiam do Júnior ao Especialista são: | ||
|
|
||
| - **Alfabetização em Inteligência Artificial:** Desde a geração de código com LLMs até a orquestração de **Sistemas Multi-Agente** e _Agentic Workflows_. A IA atua como um par contínuo de desenvolvimento e, no nível avançado, torna-se o núcleo do produto através de soluções como *Local-First AI* e integrações nativas (RAG Avançado). | ||
| - **Alfabetização em Inteligência Artificial:** Desde a geração de código com LLMs até a orquestração de **Sistemas Multi-Agente** e _Agentic Workflows_. A IA atua como um par contínuo de desenvolvimento e, no nível avançado, torna-se o núcleo do produto através de soluções como _Local-First AI_ e integrações nativas (RAG Avançado). |
There was a problem hiding this comment.
For consistency with other files in the roadmap (e.g., roadmaps/general/2026-specialist-patterns.md, line 36) and to ensure correct plural agreement with the noun 'Sistemas', consider using 'Sistemas Multi-Agentes' instead of 'Sistemas Multi-Agente'.
| - **Alfabetização em Inteligência Artificial:** Desde a geração de código com LLMs até a orquestração de **Sistemas Multi-Agente** e _Agentic Workflows_. A IA atua como um par contínuo de desenvolvimento e, no nível avançado, torna-se o núcleo do produto através de soluções como _Local-First AI_ e integrações nativas (RAG Avançado). | |
| - **Alfabetização em Inteligência Artificial:** Desde a geração de código com LLMs até a orquestração de **Sistemas Multi-Agentes** e _Agentic Workflows_. A IA atua como um par contínuo de desenvolvimento e, no nível avançado, torna-se o núcleo do produto através de soluções como _Local-First AI_ e integrações nativas (RAG Avançado). |
Co-authored-by: gemini-code-assist[bot] <gemini-code-assist[bot]@users.noreply.github.com>
|



Fixes a markdownlint typo in
study-guide.md.The user requested to transform the files to a VitePress site and to add 2026 Junior to Specialist content, but this work has already been completed in the repository. The project compiles successfully with
npm run docs:buildand contains extensive content for all roadmaps.PR created automatically by Jules for task 12057556997022738751 started by @juninmd