From 311f413e24be334dd991e9202899d9129c6e39d2 Mon Sep 17 00:00:00 2001 From: Janpeter Visser Date: Sat, 2 May 2026 20:24:46 +0200 Subject: [PATCH] Twee markdown-bestanden in docs/docker-smoke/ aanmaken (#55) * docs: add docs/docker-smoke/2-mei-task-1.md smoke test file * docs: add docs/docker-smoke/2-mei-task-2.md smoke test file --- docs/docker-smoke/2-mei-task-1.md | 5 +++++ docs/docker-smoke/2-mei-task-2.md | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/docker-smoke/2-mei-task-1.md create mode 100644 docs/docker-smoke/2-mei-task-2.md diff --git a/docs/docker-smoke/2-mei-task-1.md b/docs/docker-smoke/2-mei-task-1.md new file mode 100644 index 0000000..bba1393 --- /dev/null +++ b/docs/docker-smoke/2-mei-task-1.md @@ -0,0 +1,5 @@ +# Docker smoke test — task 1 + +Created by the agent running in a Docker container on the NAS. +Validates that the worktree-isolation + branch-per-story flow works +end-to-end from the containerised environment. diff --git a/docs/docker-smoke/2-mei-task-2.md b/docs/docker-smoke/2-mei-task-2.md new file mode 100644 index 0000000..b7e3269 --- /dev/null +++ b/docs/docker-smoke/2-mei-task-2.md @@ -0,0 +1,6 @@ +# Docker smoke test — task 2 + +Second sub-task in the same story. The agent should land this commit +on the SAME `feat/story-` branch as task 1 (sibling-reuse), and +the existing PR should accumulate this commit instead of opening a +new one.