docs: update tasks, runner and e2e auth tests

This commit is contained in:
2026-06-21 20:14:22 +02:00
parent 2538c50321
commit 38d1594d21
3 changed files with 2033 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -102,7 +102,7 @@ for (int i = 0; i < items.Count; i++)
// Step 1 — run the task prompt
await RunCopilot(Enumerable.Empty<string>(), $"/caveman full");
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. fix the following test and only that one. Keep in mind that i did many refactorings and test may is obsolet or need to be changed. {item}");
await RunCopilot(new[] { "--continue" }, $"read ./Docs/Instructions.md. fix the following test and only that one. {item}");
if (cts.IsCancellationRequested) break;
// Step 2 — confirm completion in the same chat session