# Project Together — powered by AI — your settings
# You do NOT need to edit this file. Click Start: it asks for your ProjectAdm token
# (once) and fills in the rest by itself — your board and, at each step, the list
# IDs. Do not share this file: the token is yours.

PROJECTADM_TOKEN=SEU_TOKEN_AQUI

# Your BOARD on ProjectAdm — the board IS your project. Filled in automatically.
BOARD_ID=0

# The LANGUAGE of the course. It already comes right in the package you downloaded
# (PT on the Portuguese site, EN on the English one) — you do not need to touch it.
# It changes what the scripts write on screen, the prompts they hand to your AI and
# the cards on your board.
#   PT = Portuguese   EN = English
IDIOMA=EN

# When you open the course, check ONCE A DAY whether a new version is out and ask
# whether you want to update (the update preserves this file — token, board and
# progress). With no internet the check disappears on its own and the menu opens all
# the same. It switches nothing off in the course; put NAO here if you would rather
# update only through option 0 of the menu, whenever you choose.
CHECAR_ATUALIZACAO=SIM

# Your project's name. You do NOT have to edit this: Step 1 asks and writes it
# for you (and your board takes that name).
PROJETO=WRITE YOUR PROJECT NAME HERE

# THE DEVELOPMENT APPROACH — the variable that builds the rest of your board.
# Don't fill it in by hand: run 01a_escolher_abordagem.py (the HOW of 5W2H).
# It is 5 questions (the factors from the PMBOK Guide, 8th Edition) and it saves
# your choice here.
#   PREDITIVA -> WBS -> Schedule (status lives on the card; no flow lists)
#   AGIL      -> Product Backlog · Sprint Backlog · Increment (Done)
ABORDAGEM=CHOOSE IN STEP 1 (run 01a_escolher_abordagem.py)
