Private
Public Access
0
0

test(tier2): add trivial smoke track for e2e test (force-added, fixture)

This commit is contained in:
2026-06-16 19:57:36 -04:00
parent cb7c82008e
commit 37eafc008e
2 changed files with 27 additions and 0 deletions
@@ -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`
+21
View File
@@ -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.