Contributor bootstrap order
Use Local Setup as the source of truth for the contributor bootstrap order and the preferred local runtime flow.Ground rules
- Prefer accuracy over promotional language
- Keep docs aligned with the current
blueaccademyrepo state - Do not document in-progress areas as if they are stable
- Avoid broad speculative additions
When contributing to the product docs
Use the main repoREADME.md as a lightweight status summary and use this docs site as the deeper reference.
Good additions include:
- Better local setup instructions
- Better flashcard behavior docs
- Clearer architecture explanations
- Better contributor and troubleshooting docs
When contributing to the product code
Check whether the work lands in the current supported slice:- Flashcards work is in scope
- Guided terminal work may be in scope if it matches the current migration direction
- Unsupported areas should not be documented as available just because code exists
Current contributor toolchain
The Python toolchain currently comes from:pyproject.tomluv.lock.pre-commit-config.yaml
uv run, including:
tyruff check --fixruff formatpytest

