You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.en.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This repo hosts the FIT framework and related engines.
21
21
- Java formatting uses the IntelliJ profile `CodeFormatterFromIdea.xml`.
22
22
- Public/protected Java APIs require Javadoc with `@param`/`@return` tags.
23
23
- Class headers must include `@author` and `@since yyyy-MM-dd`.
24
+
- When modifying any file with a copyright header, you **must first obtain the current year using the system command `date +%Y`**, then update the copyright year accordingly (e.g., if current year is 2026: `2024-2025` → `2024-2026`, `2024` → `2024-2026`).
24
25
- Branch naming follows module prefixes and intent, e.g. `fit-feature-xxx`, `waterflow-bugfix-yyy`.
0 commit comments