From 37eafc008e4c958b2776cc1e592c4eb7be7f0cbc Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 16 Jun 2026 19:57:36 -0400 Subject: [PATCH] test(tier2): add trivial smoke track for e2e test (force-added, fixture) --- tests/artifacts/tier2_smoke_track/plan.md | 6 ++++++ tests/artifacts/tier2_smoke_track/spec.md | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 tests/artifacts/tier2_smoke_track/plan.md create mode 100644 tests/artifacts/tier2_smoke_track/spec.md 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.