|
| 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