state: {{ data.state.name.lower() }}{% if data.focus %} {{ data.focus }} {% endif %} (?)
The state tells you what to do next:
start
Run tanco next
build [test name]
New feature. Build the feature and run tanco test.
change
All tests have passed. Either make improvements and run tanco test. Or run tanco next to return to proceed.
fix [test name]
Regression. Fix the test and run tanco test
done
Nothing more to do. You've completed the challenge!