Compare commits

...
Sign in to create a new pull request.

2 commits

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.