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
This commit is contained in:
Janpeter Visser 2026-05-02 20:24:46 +02:00 committed by GitHub
parent a11b4709a7
commit 311f413e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -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.

View file

@ -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-<id>` branch as task 1 (sibling-reuse), and
the existing PR should accumulate this commit instead of opening a
new one.