nightshift/nightshift/project_templates/tutorial-lisp
2026-05-20 02:36:23 -07:00
..
.nightshift add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00
src/imageboard add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00
tests add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00
nightshift.yaml add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00
README.md add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00

NightShift Imageboard Target

This project was created with:

nightshift init --template tutorial-imageboard

NightShift control files live in .nightshift/. Target application code should live under src/, tests under tests/, templates under templates/, and uploaded/generated static files under static/.

Install target dependencies:

python -m pip install flask pillow pytest

Validate the project:

nightshift validate

Run the first task:

nightshift run --task TASK-001