Skip to content

Commit f8e9dde

Browse files
committed
docs: add E2E test output and README E2E marker
1 parent 2092609 commit f8e9dde

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ Both tools follow the same 4-module pattern: reader, parser, builder, CLI.
9292
## License
9393

9494
MIT
95+
96+
<!-- E2E test marker -->

src/fixtures/e2e-output.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
=== E2E TEST - 2026-02-21 ===
2+
Staged change: echo "<!-- E2E test marker -->" >> README.md && git add README.md
3+
4+
=== COMMIT MODE (node dist/index.js) ===
5+
# Commit Message Request
6+
7+
## Changed Files
8+
- README.md (+2 -0)
9+
10+
## Diff Summary
11+
```diff
12+
diff --git a/README.md b/README.md
13+
index c2d8b87..59f51aa 100644
14+
--- a/README.md
15+
+++ b/README.md
16+
@@ -92,3 +92,5 @@ Both tools follow the same 4-module pattern: reader, parser, builder, CLI.
17+
## License
18+
19+
MIT
20+
+
21+
+<!-- E2E test marker -->
22+
23+
```
24+
25+
## Instructions
26+
Write a conventional commit message for these changes.
27+
Format: <type>(<scope>): <description>
28+
Types: feat, fix, docs, refactor, test, chore, ci, perf
29+
Keep the subject line under 72 characters.
30+
If the change is complex, add a body paragraph explaining WHY (not WHAT).
31+
32+
=== PR MODE (node dist/index.js --mode pr) ===
33+
# PR Description Request
34+
35+
## Changed Files
36+
- README.md (+2 -0)
37+
38+
## Diff Summary
39+
```diff
40+
diff --git a/README.md b/README.md
41+
index c2d8b87..59f51aa 100644
42+
--- a/README.md
43+
+++ b/README.md
44+
@@ -92,3 +92,5 @@ Both tools follow the same 4-module pattern: reader, parser, builder, CLI.
45+
## License
46+
47+
MIT
48+
+
49+
+<!-- E2E test marker -->
50+
51+
```
52+
53+
## Instructions
54+
Write a GitHub Pull Request description with:
55+
- A one-line summary (becomes the PR title)
56+
- A "What changed" section (bullet points)
57+
- A "Why" section (motivation)
58+
- A "How to test" section

0 commit comments

Comments
 (0)