nightshift/tests
K. Hodges 646c655314 Repo Lookup, Request Context, Planner, Context Stage, QoL improvements
- Added operational run logging via nightshift/runlog.py.
  - CLI now streams progress during run / run --all.
  - Runs write .nightshift/runs/<run-id>/run.log and aggregate .nightshift/nightshift.log.
  - Web dashboard now shows the last 100 run log lines.
  - Added agent temperature config.
  - Added minimal openai_compatible backend and temperature passing for it.
  - Added Ollama temperature handling.
  - Added scoped repo lookup tools in nightshift/repo_tools.py: list_files, read_file, grep.
  - Planner agents can request lookup context with lookup_requests; NightShift saves files-inspected.md and reruns the planner with retrieved context.
  - Added repo_context stage type that writes context-pack.md.
  - Marked phases 23-27 complete in docs/design.md:990.
2026-05-17 09:56:28 -07:00
..
__init__.py Implement NightShift MVP phases 1-6 2026-05-17 00:17:13 -07:00
test_agents.py Repo Lookup, Request Context, Planner, Context Stage, QoL improvements 2026-05-17 09:56:28 -07:00
test_artifacts.py documentation pass and hardening bugfixes 2026-05-17 00:49:17 -07:00
test_commands.py Fix a windows bug for i/o from ollama 2026-05-17 02:04:59 -07:00
test_config.py Repo Lookup, Request Context, Planner, Context Stage, QoL improvements 2026-05-17 09:56:28 -07:00
test_context.py Implement pipeline execution, context, reports, and MVP docs 2026-05-17 00:38:00 -07:00
test_git.py Add status, git artifacts, task completion, multi-task runs, and dependency handling 2026-05-17 01:19:43 -07:00
test_init.py Implement NightShift MVP phases 1-6 2026-05-17 00:17:13 -07:00
test_pipeline.py Repo Lookup, Request Context, Planner, Context Stage, QoL improvements 2026-05-17 09:56:28 -07:00
test_repo_tools.py Repo Lookup, Request Context, Planner, Context Stage, QoL improvements 2026-05-17 09:56:28 -07:00
test_reports.py Implement pipeline execution, context, reports, and MVP docs 2026-05-17 00:38:00 -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_web.py Repo Lookup, Request Context, Planner, Context Stage, QoL improvements 2026-05-17 09:56:28 -07:00