Novas habilidades
This commit is contained in:
parent
75203d0791
commit
373531a4e4
4 changed files with 32 additions and 9 deletions
26
AGENTS.md
Normal file
26
AGENTS.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# AGENTS.md
|
||||
|
||||
## Projeto
|
||||
Currículos em LaTeX (PT-BR e EN) com build via Makefile.
|
||||
|
||||
## Arquivos principais
|
||||
- `curriculo-ptbr.tex`
|
||||
- `curriculo-en.tex`
|
||||
- `habilidades.md`
|
||||
- `Makefile`
|
||||
|
||||
## Convenções
|
||||
- Texto em PT-BR no arquivo PT-BR e em EN no arquivo EN.
|
||||
- Atualize `habilidades.md` antes de refletir mudanças em `*.tex`.
|
||||
- Evite duplicar conteúdo; mantenha as seções alinhadas entre os dois idiomas.
|
||||
- Use estrutura simples e ATS-friendly (sem imagens ou tabelas).
|
||||
|
||||
## Build
|
||||
- `make` compila todos os `.tex`, limpa artefatos e abre os PDFs.
|
||||
- `make clear` remove apenas artefatos do LaTeX.
|
||||
- Após cada alteração, rode `make`.
|
||||
|
||||
## Estilo
|
||||
- Seções curtas e objetivas.
|
||||
- Bullets com verbos no início.
|
||||
- Datas no formato `AAAA -- AAAA` (ou `Atual`).
|
||||
Loading…
Add table
Add a link
Reference in a new issue