diff --git a/tests/artifacts/tier2_smoke_track/plan.md b/tests/artifacts/tier2_smoke_track/plan.md new file mode 100644 index 00000000..53ccc08c --- /dev/null +++ b/tests/artifacts/tier2_smoke_track/plan.md @@ -0,0 +1,6 @@ +# Implementation Plan: smoke track + +## Phase 1: Add the file + +- [ ] Task 1.1: Create `tests/artifacts/tier2_smoke_track/added.md` with content `smoke test ok\n` +- [ ] Task 1.2: Commit with message `test(tier2): smoke e2e track` diff --git a/tests/artifacts/tier2_smoke_track/spec.md b/tests/artifacts/tier2_smoke_track/spec.md new file mode 100644 index 00000000..e3e8fedf --- /dev/null +++ b/tests/artifacts/tier2_smoke_track/spec.md @@ -0,0 +1,21 @@ +# Smoke Track: trivial doc-file addition + +## Overview + +A 1-task track that just adds a single doc file. Used by the smoke e2e +test to verify the full Tier 2 pipeline (bootstrap + branch + commit). + +## Goals + +- Add `tests/artifacts/tier2_smoke_track/added.md` with one line of content +- Commit the file on a feature branch +- Verify the branch exists with 1 commit + +## Functional Requirements + +- FR1: create the file with content "smoke test ok\n" +- FR2: commit with message "test(tier2): smoke e2e track" + +## Out of Scope + +- Anything else.