nightshift/tests
K. Hodges 3bb5bd4157 Fixes based on tests, do tdd
Changed the pastebin tutorial so it now starts skeletal: no prebuilt Flask behavior, no pre-generated task tests, and .gitkeep placeholders under templates/ and tests/. The new pipeline  in nightshift/project_templates/tutorial-pastebin/nightshift.yaml:1 now runs:

  plan -> semantic_context -> context -> write_tests -> review_tests -> implement -> pytest -> review
                                                                                                                                                                                           ────────────────────────────────────────────────────
  Added nightshift/project_templates/tutorial-pastebin/.nightshift/agents/test-writer.md:1, tightened the planner/implementer/reviewer/debugger prompts, mirrored the pipeline docs/
  example, and raised default retries to 6 for the basic starter plus pastebin.

  I also fixed the retry policy issue in nightshift/escalation.py:17 and nightshift/pipeline.py:251: configured repeated-failure thresholds are now respected instead of hard-stopping      in nightshift/project_templates/tutorial-pastebin/
  early after three same-stage/same-cause failures. Non-implementation file_writer stages now get stage-specific retry artifacts so test generation does not collide with implementation
  repair artifacts
2026-05-20 21:51:40 -07:00
..
__init__.py Implemented deterministic diff generation via a new file_writer stage. 2026-05-17 15:24:10 -07:00
test_agents.py Add more rigorous responses to test failures 2026-05-17 19:05:27 -07:00
test_artifacts.py Bugfixes from test run 2026-05-17 13:34:19 -07:00
test_commands.py setup scripts improvement and what happened 2026-05-20 04:20:15 -07:00
test_config.py Fixes based on tests, do tdd 2026-05-20 21:51:40 -07:00
test_context.py Implement pipeline execution, context, reports, and MVP docs 2026-05-17 00:38:00 -07:00
test_git.py Fixes around test run 2 2026-05-17 13:46:26 -07:00
test_init.py Fixes based on tests, do tdd 2026-05-20 21:51:40 -07:00
test_integ_setup.py setup scripts improvement and what happened 2026-05-20 04:20:15 -07:00
test_lisp.py Implemented deterministic diff generation via a new file_writer stage. 2026-05-17 15:24:10 -07:00
test_patches.py hotdog versioning and some bugfixes for integration project and model testing 2026-05-20 03:50:51 -07:00
test_pipeline.py hotdog versioning and some bugfixes for integration project and model testing 2026-05-20 03:50:51 -07:00
test_reliability_features.py Fixes based on tests, do tdd 2026-05-20 21:51:40 -07:00
test_repo_tools.py Fixes around test run 2 2026-05-17 13:46:26 -07:00
test_reports.py Add an easier first tutorial, add installers 2026-05-17 16:50:01 -07:00
test_safety.py Implement NightShift MVP phases 1-6 2026-05-17 00:17:13 -07:00
test_status.py Add status, git artifacts, task completion, multi-task runs, and dependency handling 2026-05-17 01:19:43 -07:00
test_tasks.py Add status, git artifacts, task completion, multi-task runs, and dependency handling 2026-05-17 01:19:43 -07:00
test_telemetry_index.py add integ runs, dynamic model choices, symantic search, better file creation, debugging agents 2026-05-20 02:36:23 -07:00
test_terminal.py added hotdog animations 2026-05-20 03:55:43 -07:00
test_version.py setup scripts improvement and what happened 2026-05-20 04:20:15 -07:00
test_web.py Web UI quality of life 2026-05-17 16:25:25 -07:00
test_what_happened.py setup scripts improvement and what happened 2026-05-20 04:20:15 -07:00