# Agile 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=YOUR_TOKEN_HERE

# 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
LANGUAGE=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 NO here if you would rather
# update only through option 0 of the menu, whenever you choose.
CHECK_UPDATE=YES

# The NAME of your project (or product). The board IS the project, so it takes
# this name. Step 1 of the menu (Configure the board) asks for it — you do not
# have to edit anything here.
PROJECT=WRITE YOUR PROJECT NAME HERE

# YOUR OBJECTIVE (the O of the OKR) — the first practical action of the course.
# Step 1 of the menu asks for it and writes it for you.
OBJETIVO=WRITE YOUR OBJECTIVE HERE

# How many Sprints your cycle has (the course uses 3).
TOTAL_SPRINTS=3

# The FIXED cadence of the Sprint: how many Daily Scrums per Sprint. You set it
# ONCE, the way a real team chooses its timebox. 4 = a 1-week Sprint; ~9 = 2
# weeks; ~19 = a month. Events per Sprint = DAILIES_POR_SPRINT + 3.
DAILIES_POR_SPRINT=4

# Current Sprint — the Retrospective moves this number on by itself.
SPRINT_ATUAL=1

# Filled in automatically by step 1 (configure the board):
LIST_PRODUCT_BACKLOG=0
LIST_SPRINT_BACKLOG=0
LIST_DAILY_SCRUM=0
LIST_CONCLUIDO=0
LIST_EVENTOS_SCRUM=0
LIST_REFERENCIA=0
