Documentation
README
Self-Evaluation Summary
resolve evidence -> group by business line -> deduplicate -> <=8 outcomes -> review
Author and date window
Normalize flags or plain language such as ็ป่ฎก1-3ๆ็ไบงๅบ and ็ป่ฎกไธๅๅนด็ๅทฅไฝ
into (author, from, to). Explicit input wins; fill only missing values:
| User gave | Resolve to |
|---|---|
from and to |
use both |
only from |
to = today |
only to |
from = Jan 1 of that year |
| no range | current quarter |
Parse half-years, calendar quarters, month ranges, and rolling periods. A spoken
period without a year means the current year, except months still ahead of today,
which mean the previous year. Query through <to + 1 day> because Git's --until is exclusive.
Always exclude merge commits.
This is the opening of the README. Read the full README on GitHub.