You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SKILL.md 31 KiB

2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. ---
  2. name: fp-mtms-version-checklist
  3. description: >-
  4. Updates the FP-MTMS Version Programs and Functions Checklist Excel on each
  5. developer's synced SharePoint folder. Overflow beyond Latest+3 previous
  6. versions is appended to the Archive long-table Excel. Use only when the user
  7. explicitly invokes this skill or asks to update the FP-MTMS version control
  8. checklist, page/program version sheet, function version sheet, or archive.
  9. disable-model-invocation: true
  10. ---
  11. # FP-MTMS Version Checklist Excel
  12. ## Purpose
  13. Maintain the team **FP-MTMS System Version Control Checklist**: page/program
  14. level and function-level version history in a shared SharePoint Excel file.
  15. ## Language
  16. Keep Excel **column headers** exactly as in the file (English).
  17. ### 中英對照 (required for cell content)
  18. All written cell values must be **Traditional Chinese + English**
  19. (中英對照), using i18n labels where they exist.
  20. **Exception — do NOT bilingualize:**
  21. - `Functions in Page&Program` column **G — Name of Function within
  22. Program** (English symbol + source path only; see Column G rule)
  23. - Version & Date fields (e.g. `v1.0.0 2026-07-14`)
  24. - Developed By (person name as-is)
  25. - Ref. No. (number)
  26. ### Format
  27. **Short labels** (subsystem / page names):
  28. ```text
  29. 批號追溯 / Item Tracing
  30. 倉庫管理 / Store Management
  31. ```
  32. **Longer prose** (purpose, highlights, major changes): Chinese first,
  33. then English on the **next line**. For usage/呼叫來源, keep it on its
  34. own line(s) as well:
  35. ```text
  36. 工單提料執行頁面(/jodetail)。
  37. Job Order Pick Execution page (/jodetail).
  38. 使用/呼叫來源:批號追溯(單據深連結開啟已完成提料紀錄)。
  39. Used / called from: Item Tracing (doc deep-link to open completed pick record).
  40. ```
  41. **Major Changes** (Page col F / history I,L,O and Functions col J / history
  42. M,P,S) must also list **file + line range + short per-line explanation** —
  43. see **Major Changes: file, lines, explanation** below.
  44. Prefer EN/ZH pairs from `src/i18n/en/*` and `src/i18n/zh/*` for menu and
  45. feature terms. Enable Excel wrap text when a cell has multiple lines.
  46. ## Excel path (per developer)
  47. Path varies by Windows user / OneDrive sync root. Resolve in this order:
  48. 1. If the user provides a full path, use it.
  49. 2. Else try under the user profile home:
  50. `{USERPROFILE}/2Fi Business Solutions Limited/2Fi Business Solutions Limited - FP-MTMS VERSION CONTROL/FP-MTMS Version Programs and Functions Checklist v0.1.xlsx`
  51. 3. If missing, search under `{USERPROFILE}` for
  52. `FP-MTMS Version Programs and Functions Checklist v0.1.xlsx` (real `.xlsx` only).
  53. 4. **Always confirm the resolved path with the user before writing.**
  54. ### Archive Excel path
  55. Same folder as the main checklist. Default:
  56. `{USERPROFILE}/2Fi Business Solutions Limited/2Fi Business Solutions Limited - FP-MTMS VERSION CONTROL/FP-MTMS Version Programs and Functions Checklist v0.1 - Archive.xlsx`
  57. If the user provides an archive path, use it. Confirm both main and archive
  58. paths before writing. Do not edit `.url` shortcuts or Downloads copies unless
  59. the user explicitly asks.
  60. Use `openpyxl` to read/write. If either file is locked (PermissionError), ask
  61. the user to close Excel / Excel Online sync lock, then retry.
  62. ## Hard rule: preview first — do not interview column by column
  63. **Never** ask the user one question per cell / column.
  64. Instead:
  65. 1. Infer all planned adds/updates from conversation context, git diff, PR,
  66. feature description, and existing Excel rows.
  67. 2. Before any write, show a **full preview** of every row that will be added or
  68. changed (including history shifts and any Archive long-table appends).
  69. 3. Ask **one** confirmation: whether this preview is correct (yes / no / what
  70. to fix). Prefer the Ask Questions tool when available; otherwise ask once
  71. in chat.
  72. 4. Only after explicit approval, write with `openpyxl` and save.
  73. If the preview is wrong, adjust and show a **revised preview**; do not write
  74. until approved.
  75. If critical facts are truly unknown (e.g. version number or developer name
  76. cannot be inferred), ask at most a short batch of missing items — never walk
  77. the sheet column by column.
  78. ## Pre-check: matching program / feature must exist
  79. Before drafting or writing any row:
  80. 1. Open the workbook and search both sheets for the target
  81. **System Page / Program Name** (and for Functions sheet, also
  82. **Name of Function within Program**).
  83. 2. Match on existing rows when the program/page already exists.
  84. 3. If updating a function: the parent page/program should already exist on
  85. `Page&Program Name` (or be included in the same preview as a new page row).
  86. Set **Page Ref. No. (B)** to that page row’s Ref. No.
  87. 4. If nothing matches and the user intends a **new** program or function, say so
  88. clearly in the preview as `NEW ROW`.
  89. 5. Do **not** invent duplicate rows for the same page + same function.
  90. 6. Different **功能** (distinct functions) → **different Ref. No. rows**, even
  91. under the same System Page / Program Name.
  92. ## History shift (required on every update)
  93. Each page or function keeps **Latest** plus up to **3 previous** history slots
  94. (1st, 2nd, 3rd). On every new change to an existing row, **push history
  95. rightward** before writing the new Latest:
  96. | Before write | After shift |
  97. |--------------|-------------|
  98. | Latest | → 1st previous |
  99. | 1st previous | → 2nd previous |
  100. | 2nd previous | → 3rd previous |
  101. | 3rd previous | → **Archive Excel** (append long-table row; then clear 3rd on main) |
  102. Then write the new change into **Latest** (version/date, highlights, Developed By).
  103. If the old 3rd previous slot is **empty**, skip archive append for that shift.
  104. ### Page&Program Name — fields that shift together
  105. Treat each “slot” as a triple:
  106. - **Latest**: D (Version & Date), F (Major Changes), G (Developed By)
  107. - **1st**: H, I, J
  108. - **2nd**: K, L, M
  109. - **3rd**: N, O, P
  110. Shift: `(D,F,G) → (H,I,J) → (K,L,M) → (N,O,P)` then **archive** old 3rd
  111. (N/O/P) to the Archive Excel long table if filled; clear N/O/P on main; write
  112. new into D/F/G.
  113. Leave identity columns A–C and purpose E unchanged unless the user asked to
  114. change them (purpose may be refreshed if the preview says so).
  115. ### Functions in Page&Program — fields that shift together
  116. - **Latest**: I (Function Version & Date), J (Major Changes), K (Developed By)
  117. - **1st**: L, M, N
  118. - **2nd**: O, P, Q
  119. - **3rd**: R, S, T
  120. Shift: `(I,J,K) → (L,M,N) → (O,P,Q) → (R,S,T)` then **archive** old 3rd
  121. (R/S/T) to the Archive Excel long table if filled; clear R/S/T on main; write
  122. new into I/J/K.
  123. Leave A–H (Ref, **Page Ref. No.**, subsystem, page, page version/purpose,
  124. function name/highlight) unchanged unless the preview explicitly updates them.
  125. Always show the shift **and any archive appends** in the preview (old Latest →
  126. new 1st, old 3rd → Archive, etc.).
  127. #### Column B — Page Ref. No. (required)
  128. **Page Ref. No. (B)** on every Functions row must equal the parent row’s
  129. **Ref. No. (A)** on sheet `Page&Program Name`.
  130. Rules:
  131. 1. Resolve the parent by matching **System Page / Program Name** (and
  132. subsystem when needed) on the Page sheet; use that page row’s A.
  133. 2. Never leave B blank on a Functions data row.
  134. 3. Do **not** invent a Page Ref that has no matching Page sheet row (unless
  135. that page row is included in the same approved preview as NEW).
  136. 4. Multiple function rows under the same page share the **same** Page Ref. No.
  137. 5. Function **Ref. No. (A)** stays independent (one per 功能 row).
  138. 6. Preview must show `Page Ref. No. = <n> → Page sheet Ref <n> (<page name>)`.
  139. Page sheet columns A–P are unchanged by this field (Page sheet has no
  140. Page Ref column).
  141. ## Archive Excel — long table (required on 3rd overflow)
  142. When a filled **3rd previous** is pushed off the main checklist, **append one
  143. row** to the Archive workbook (never overwrite existing archive rows).
  144. Data starts at **row 5** (rows 1–3 title/notes, row 4 headers).
  145. ### Sheet: `Page&Program Name` (archive)
  146. | Col | Header |
  147. |-----|--------|
  148. | A | Ref. No. |
  149. | B | Name of Subsystem / Module / Menu Selection |
  150. | C | System Page / Program Name |
  151. | D | Version & Date |
  152. | E | Major Changes Highlights |
  153. | F | Developed By |
  154. | G | Archived At |
  155. | H | Source |
  156. Map from main page row 3rd slot: A←A, B←B, C←C, D←N, E←O, F←P.
  157. `Archived At` = today's date (`YYYY-MM-DD`).
  158. `Source` = `overflow from 3rd previous` (unless the user specifies another reason).
  159. ### Sheet: `Functions in Page&Program` (archive)
  160. | Col | Header |
  161. |-----|--------|
  162. | A | Ref. No. |
  163. | B | Page Ref. No. |
  164. | C | Name of Subsystem / Module / Menu Selection |
  165. | D | System Page / Program Name |
  166. | E | Name of Function within Program |
  167. | F | Version & Date |
  168. | G | Major Changes Highlights |
  169. | H | Developed By |
  170. | I | Archived At |
  171. | J | Source |
  172. Map from main functions row 3rd slot:
  173. A←A, B←B (Page Ref. No.), C←C, D←D, E←G, F←R, G←S, H←T.
  174. `Archived At` / `Source` same rules as page archive.
  175. Always copy **Page Ref. No.** so archive rows stay linked to the parent page.
  176. ### Archive write rules
  177. 1. **Append only** — find the next empty data row (after last non-empty row ≥ 5).
  178. 2. Keep **中英對照** and Major Changes content exactly as they were on main 3rd.
  179. 3. Do **not** invent archive rows for empty 3rd slots.
  180. 4. Do **not** edit older archive rows.
  181. 5. Write archive **before or in the same approved batch as** the main shift; if
  182. archive save fails (lock), do not leave main half-shifted — abort and ask the
  183. user to close the file, then retry the whole approved batch.
  184. 6. Never commit either Excel file to git.
  185. ### Function history only when that function changed (required)
  186. **Do not** push or invent a Functions-sheet history slot for a commit / release
  187. that did **not** change the symbols listed in column G for that row.
  188. - **Page&Program Name** may still advance Latest / history for a page-level
  189. release (e.g. backend-only fix under the same page).
  190. - **Functions in Page&Program**: shift I→L→O→R **only** when this row’s
  191. function(s) actually changed (diff touches the verified G symbol(s) / paths).
  192. - If a commit updates the **page** but not this function:
  193. - You may refresh column **E** (Latest Page Version) to match the page row.
  194. - Leave **I/J/K** and previous function history **unchanged**.
  195. - Do **not** write filler Latest/history text such as「頁面版本對齊;本功能無程式變更」
  196. / “Page version align; no UI change this release”.
  197. - When mapping several commits into history for a **new** function row: include
  198. only commits that changed that function; leave unused 1st/2nd/3rd slots empty.
  199. Different function rows under the same page may have **different** Latest
  200. versions and history depths.
  201. Example: page Latest = v1.0.3 (backend TRF fix). Frontend transfer UI row last
  202. changed at v1.0.2 → keep function I = v1.0.2; optional E = v1.0.3; no fake
  203. v1.0.3 function history slot.
  204. ### Major Changes: file, lines, explanation (required)
  205. For every **Major Changes Highlights** cell written into Excel (Page sheet
  206. Latest F and history I/L/O; Functions sheet Latest J and history M/P/S),
  207. include concrete code locations from the commit / diff — not only a summary
  208. sentence.
  209. **Required content (中英對照 for prose; paths/lines stay as-is):**
  210. 1. **Summary** — short ZH then EN (what the release did).
  211. 2. **Per changed file** — repo-relative path.
  212. 3. **Line range(s)** — current file line numbers after the change (prefer
  213. `start–end`; single line OK). Re-resolve with `git show` / Read / Grep;
  214. do not guess.
  215. 4. **Short explanation by line/range** — what that hunk does (ZH then EN, or
  216. one ZH+EN pair per bullet).
  217. **Cell layout example:**
  218. ```text
  219. 轉倉出庫批次 ledger 餘額鏈結修正。
  220. TRF stock-out batch ledger balance chaining fix.
  221. StockOutLineService.kt
  222. L1518: ledger 查詢改為 findFirstByItemIdAndDeletedFalseOrderByDateDescIdDesc。
  223. L1518: ledger lookup → findFirstByItemIdAndDeletedFalseOrderByDateDescIdDesc.
  224. L2318–2347 (createStockOutBatch): 同 batch 多行依 runningLedgerBalance 扣帳,不再每次用 onHandQty。
  225. L2318–2347 (createStockOutBatch): chain per-item running ledger balance within a batch instead of onHandQty each line.
  226. StockInLineService.kt
  227. L269 / L312: assignLotNo / assignLotNoForJo 改為 open fun(無邏輯變更)。
  228. L269 / L312: assignLotNo / assignLotNoForJo marked open (no logic change).
  229. ```
  230. **Rules:**
  231. - Fact-check path + line numbers against the repo at write time (lines drift;
  232. re-check before save).
  233. - Group by file; under each file, one bullet per meaningful hunk / line range.
  234. - Prefer the member / symbol name in the explanation when helpful
  235. (e.g. `createStockOutBatch`, `assignLotNo`).
  236. - If many files: keep bullets short; still list each touched path that belongs
  237. to this row (Functions row → only files/symbols in column G, plus closely
  238. related hunks in those files for this change).
  239. - Page-sheet Major Changes may summarize all files for that page release;
  240. Functions-sheet Major Changes stay scoped to that function row’s G symbols
  241. and their files.
  242. - Show the same file/line bullets in the **preview** before write.
  243. - Pure i18n-only or one-liner UI copy changes: still cite file + line(s)
  244. (e.g. `InventoryLotLineTable.tsx L508–518: success message by API code`).
  245. ## Batch updates
  246. Many rows may change in one invocation (multiple pages and/or functions).
  247. - Build **one combined preview** covering all affected rows.
  248. - One approval covers the whole batch.
  249. - Still one Ref. No. row per distinct 功能 / function.
  250. ## Sheets and columns
  251. Data starts at **row 5** (rows 1–4 are title/headers).
  252. ### Sheet: `Page&Program Name`
  253. | Col | Header |
  254. |-----|--------|
  255. | A | Ref. No. |
  256. | B | Name of Subsystem / Module / Menu Selection |
  257. | C | System Page / Program Name |
  258. | D | Latest Page Version & Date |
  259. | E | Page Purpose Highlights |
  260. | F | Major Changes Highlights |
  261. | G | Developed By |
  262. | H | 1st Previous Page Version & Date |
  263. | I | 1st Major Changes Highlights |
  264. | J | Developed By |
  265. | K | 2nd Previous Page Version & Date |
  266. | L | 2nd Major Changes Highlights |
  267. | M | Developed By |
  268. | N | 3rd Previous Page Version & Date |
  269. | O | 3rd Major Changes Highlights |
  270. | P | Developed By |
  271. ### Sheet: `Functions in Page&Program`
  272. | Col | Header |
  273. |-----|--------|
  274. | A | Ref. No. |
  275. | B | Page Ref. No. |
  276. | C | Name of Subsystem / Module / Menu Selection |
  277. | D | System Page / Program Name |
  278. | E | Latest Page Version & Date |
  279. | F | Page Purpose Highlights |
  280. | G | Name of Function within Program |
  281. | H | Functions Highlight |
  282. | I | Latest Function Version & Date |
  283. | J | Major Changes Highlights |
  284. | K | Developed By |
  285. | L | 1st Previous Page Version & Date |
  286. | M | 1st Major Changes Highlights |
  287. | N | Developed By |
  288. | O | 2nd Previous Page Version & Date |
  289. | P | 2nd Major Changes Highlights |
  290. | Q | Developed By |
  291. | R | 3rd Previous Page Version & Date |
  292. | S | 3rd Major Changes Highlights |
  293. | T | Developed By |
  294. (Main workbook may also show helper note columns such as U `Archive`; do
  295. **not** require filling them unless the user asks. Page Ref. No. is the
  296. required parent link.)
  297. #### Column B — Page Ref. No. (see also history section)
  298. Must point at the parent `Page&Program Name` row’s **Ref. No. (A)**. Required
  299. on every Functions data row (main and archive).
  300. #### Column G — English symbol + source file (required)
  301. **Name of Function within Program (G)** must use the real English
  302. identifier from code (component / class / function / endpoint name),
  303. **and** state which file(s) it comes from. Do **not** put only a
  304. localized UI label in G.
  305. Format:
  306. ```text
  307. <EnglishSymbol> — <repo-relative path>
  308. ```
  309. Examples:
  310. - `ItemTracingScanBar — src/components/ItemTracing/ItemTracingScanBar.tsx`
  311. - `GoodPickExecutionWorkbenchRecord — src/components/DoWorkbench/GoodPickExecutionWorkbenchRecord.tsx`
  312. If one checklist function spans multiple primary files, put **each**
  313. symbol + path on its **own new line** (do not join with `; ` on one line):
  314. ```text
  315. ItemTracingSummary — src/components/ItemTracing/ItemTracingSummary.tsx
  316. ItemTracingLocations — src/components/ItemTracing/ItemTracingLocations.tsx
  317. ```
  318. ##### Service / controller / class files — also list member functions
  319. When the primary symbol is a **service, controller, or other class**
  320. (not a React page component), G must also name the **member function(s)**
  321. that were added or changed — not only the class name.
  322. Put **each class + its methods + its path on its own line** (Excel `\n`,
  323. wrap text). Do not squeeze multiple files onto one line with `; `.
  324. Format (one file per line):
  325. ```text
  326. <ClassName>.<fun1> / .<fun2> — <path-to-that-file>
  327. ```
  328. Multi-file example:
  329. ```text
  330. ItemLotTraceService.trace / .traceLocation — src/main/java/com/ffii/fpsms/modules/stock/service/ItemLotTraceService.kt
  331. InventoryLotLineController.traceLot / .traceLocation — src/main/java/com/ffii/fpsms/modules/stock/web/InventoryLotLineController.kt
  332. ```
  333. ```text
  334. PickOrderLifecycleController.getLifecycle / .getLifecycleByCode — src/main/java/.../PickOrderLifecycleController.kt
  335. PickOrderLifecycleService.getLifecycle / .getLifecycleByCode — src/main/java/.../PickOrderLifecycleService.kt
  336. ```
  337. For multi-file **component** rows, also one path per line:
  338. ```text
  339. ItemTracingSummary — src/components/ItemTracing/ItemTracingSummary.tsx
  340. ItemTracingLocations — src/components/ItemTracing/ItemTracingLocations.tsx
  341. ```
  342. Fact-check each listed member function exists in that file (same casing).
  343. If only one method changed, list that one method. Do not cite a class
  344. without its relevant `fun` / method names when the change is in a
  345. `*Service` / `*Controller` (or similar) file.
  346. **Functions Highlight (H)** and **Major Changes (J)** must be 中英對照
  347. (Chinese then English on the next line). Prefer i18n terms. Page /
  348. subsystem names (C/D) use `中文 / English`.
  349. #### Column F — Page Purpose + where the function is used (required)
  350. On **Functions in Page&Program**, **Page Purpose Highlights (F)** must
  351. include:
  352. 1. The owning page purpose (what page C is for), **and**
  353. 2. **Where this function is used / called from** — especially when the
  354. caller is a **different** page than column C.
  355. Owning page (C) = where the code/feature primarily lives.
  356. Usage location = which page(s) invoke, deep-link into, or depend on it.
  357. Examples:
  358. - Function lives on `工單提料` but is opened from Item Tracing doc links:
  359. ```text
  360. 工單提料執行頁面(/jodetail)。
  361. Job Order Pick Execution page (/jodetail).
  362. 使用/呼叫來源:批號追溯(單據深連結開啟已完成提料紀錄)。
  363. Used / called from: Item Tracing (doc deep-link to open completed pick record).
  364. ```
  365. - Function lives on `提料單` (lifecycle API) but is consumed for tracing:
  366. ```text
  367. 提料單管理。
  368. Pick Order management.
  369. 使用/呼叫來源:批號追溯(追溯流程/單據生命週期查詢)。
  370. Used / called from: Item Tracing (trace flow / document lifecycle query).
  371. ```
  372. - Function lives on `成品出倉` but is deep-linked from tracing:
  373. ```text
  374. 成品出倉(DO Workbench)揀貨與紀錄作業。
  375. DO Workbench pick execution and records.
  376. 使用/呼叫來源:批號追溯(單據深連結開啟成品出倉紀錄)。
  377. Used / called from: Item Tracing (doc deep-link to open DO Workbench record).
  378. ```
  379. - Function lives on and is only used by the same page (e.g. 批號追溯):
  380. ```text
  381. …頁面目的(中文)…
  382. …page purpose (English)…
  383. 使用/呼叫來源:本頁(批號追溯 / Item Tracing)。
  384. Used / called from: this page (批號追溯 / Item Tracing).
  385. ```
  386. Put **使用/呼叫來源** (and its English line) on **new lines** after the
  387. page-purpose ZH/EN pair. Do not run usage on the same line as purpose.
  388. When inferring usage, fact-check callers (imports, links, API consumers)
  389. from the change/diff. Do not invent a caller. If usage is only the owning
  390. page, say `本頁(<page>)`. If multiple callers, list them (i18n names).
  391. Do **not** leave F as only the generic page blurb when the function was
  392. added/changed for another page’s flow (e.g. refs that support 批號追溯
  393. but sit under 工單提料/提料單/成品出倉).
  394. #### Fact-check column G before preview (required)
  395. Never invent a symbol or path. For **every** Functions-sheet row in the
  396. preview (new or updated), verify against the real repos:
  397. 1. **Path exists** — each repo-relative path resolves under the correct
  398. workspace (`FPSMS-frontend` or `FPSMS-backend`). Prefer `Glob` / `Read`
  399. / `Grep`; do not guess.
  400. 2. **Symbol is in that file** — the English symbol must actually be defined
  401. or exported in the cited file (e.g. `const ItemTracingScanBar`,
  402. `export default ItemTracingScanBar`, `open class ItemLotTraceService`,
  403. `fun traceLot`, `class PickOrderLifecycleController`). Match casing
  404. exactly as in code (`CompleteJobOrderRecord`, not `completeJobOrderRecord`).
  405. For service/controller rows, also verify each listed **member function**
  406. (e.g. `trace`, `traceLocation`, `getLifecycle`) exists in that file.
  407. 3. **Multi-path rows** — each symbol + path must be on its **own line**:
  408. - Every line’s symbol must be defined in that line’s file.
  409. - Example OK:
  410. ```text
  411. ItemTracingSummary — …/ItemTracingSummary.tsx
  412. ItemTracingLocations — …/ItemTracingLocations.tsx
  413. ```
  414. - Do not join multiple files with `; ` on one line.
  415. 4. **Wrong location** — if the symbol lives elsewhere, correct the path to
  416. the real file; do not keep a convenient-but-false path.
  417. 5. **Not found** — if the file or symbol cannot be verified, do **not** put
  418. it in G. Omit the row or ask the user; never write an unverified G.
  419. In the preview, mark verified rows (optional short note), e.g.
  420. `G verified: symbol+path OK`. If any G failed fact-check, fix before asking
  421. for confirmation.
  422. ## Preview format (required before save)
  423. Show a clear preview, for example:
  424. ```text
  425. Excel: <resolved main path>
  426. Archive: <resolved archive path>
  427. Sheet: Functions in Page&Program
  428. Row 12 (UPDATE existing | Ref 7 | Page Ref 3 → 批號追溯 / Item Tracing | Function: ItemTracingFlowGraphSearch — src/components/ItemTracing/ItemTracingFlowGraphSearch.tsx)
  429. History shift:
  430. old Latest (I/J/K) → 1st
  431. old 1st → 2nd
  432. old 2nd → 3rd
  433. old 3rd → ARCHIVE (append)
  434. Archive append (Functions in Page&Program):
  435. A: 7
  436. B: 3
  437. C: 倉庫管理 / Store Management
  438. D: 批號追溯 / Item Tracing
  439. E: ItemTracingFlowGraphSearch — src/components/ItemTracing/ItemTracingFlowGraphSearch.tsx
  440. F: <old 3rd version & date>
  441. G: <old 3rd major changes>
  442. H: <old 3rd developed by>
  443. I: 2026-07-16
  444. J: overflow from 3rd previous
  445. New Latest:
  446. I: v1.2.0 2026-07-14
  447. J: 新增流程圖節點搜尋。
  448. Add flow-graph node search.
  449. ItemTracingFlowGraphSearch.tsx
  450. L42–88: 搜尋框與節點高亮。
  451. L42–88: search box and node highlight.
  452. K: <developer>
  453. Row NEW (append | next Ref 15 | Page Ref 3 → 批號追溯 / Item Tracing | Function: ItemTracingScanBar — src/components/ItemTracing/ItemTracingScanBar.tsx)
  454. A: 15
  455. B: 3
  456. C: 倉庫管理 / Store Management
  457. D: 批號追溯 / Item Tracing
  458. F: …頁面目的(中文)…
  459. …page purpose (English)…
  460. 使用/呼叫來源:本頁(批號追溯 / Item Tracing)。
  461. Used / called from: this page (批號追溯 / Item Tracing).
  462. G: ItemTracingScanBar — src/components/ItemTracing/ItemTracingScanBar.tsx
  463. H: 相機掃碼/手動查詢
  464. Camera scan / manual search
  465. ...
  466. I/J/K: <new latest>
  467. history slots: empty
  468. Row NEW (… | Page Ref <n> → 工單提料 / Job Order Pick Execution | Function: CompleteJobOrderRecord — …)
  469. B: <page Ref. No.>
  470. D: 工單提料 / Job Order Pick Execution
  471. F: 工單提料執行頁面(/jodetail)。
  472. Job Order Pick Execution page (/jodetail).
  473. 使用/呼叫來源:批號追溯(單據深連結)。
  474. Used / called from: Item Tracing (doc deep-link).
  475. G: CompleteJobOrderRecord — src/components/Jodetail/completeJobOrderRecord.tsx
  476. JodetailSearch — src/components/Jodetail/JodetailSearch.tsx
  477. Confirm: Is this preview correct? [Yes / No — tell me what to change]
  478. ```
  479. For page-sheet rows, use the same style with D/F/G and H–P history.
  480. ## Workflow
  481. 1. Confirm **main and archive** Excel paths exist (and are writable when saving).
  482. 2. Infer target sheets and rows from the user’s change description / diff.
  483. 3. **Pre-check** existing program/page/function rows in Excel.
  484. 4. For each Functions row: **fact-check** English symbol + every source path
  485. against the codebase (see Fact-check column G). Correct or drop failures.
  486. Also set / verify **Page Ref. No. (B)** against the parent Page sheet Ref.
  487. 5. For each Functions row: set **F** with page purpose **and** usage/呼叫來源
  488. (owning page vs caller page; see Column F rule).
  489. 6. For each existing match: plan history shift + new Latest values
  490. (**only** shift function history when that function’s G symbols changed).
  491. If old 3rd is filled, plan an **Archive long-table append**.
  492. 7. For each Major Changes cell (page + functions, Latest and any filled history
  493. slots): resolve **file path + line range(s) + short per-hunk explanation**
  494. from git diff / current sources (see Major Changes: file, lines, explanation).
  495. 8. For each new function/page: plan a new Ref. No. row (next integer after max used).
  496. 9. Present the **full preview** (verified G + Page Ref + file/line Major Changes +
  497. archive appends) → ask once if correct.
  498. 10. On approval: with `openpyxl`, **append archive rows first** (if any), then
  499. apply main shifts + writes; save both workbooks; report sheet names, row
  500. numbers, Ref. Nos., Page Ref. Nos., archive rows appended, and key Latest fields.
  501. 11. **Code comments** — for every Functions-sheet symbol that was added or
  502. updated, add or refresh the FP-MTMS checklist comment on that
  503. component / class member (see Code comments rule). Include this in the
  504. preview (list of files/symbols that will get comments).
  505. 12. Note that OneDrive may take a few seconds to sync; refresh Excel Online if open.
  506. ## Code comments on every updated function (required)
  507. After the user approves the checklist preview (or as part of the same
  508. approved batch), **add or update a source comment** on every function /
  509. component listed in column G for each affected Functions-sheet row.
  510. ### Comment contents (required fields)
  511. Must include:
  512. 1. **Ref. No.** — Functions sheet Ref. No. for that row
  513. 2. **Version** — Latest Function Version (column I), e.g. `v1.0.0`
  514. 3. **Update date** — the date from column I, e.g. `2026-07-14`
  515. ### Canonical format
  516. Parse column I `vX.Y.Z YYYY-MM-DD` into version + date.
  517. **TypeScript / TSX** (JSDoc immediately above the component / export /
  518. function):
  519. ```ts
  520. /** FP-MTMS Version Checklist | Functions Ref. No. 1 | v1.0.0 | 2026-07-14 */
  521. const ItemTracingScanBar: React.FC<ScanBarProps> = (...) => {
  522. ```
  523. **Kotlin** (KDoc immediately above the `fun` / class member):
  524. ```kotlin
  525. /** FP-MTMS Version Checklist | Functions Ref. No. 7 | v1.0.0 | 2026-07-14 */
  526. open fun trace(...): ItemLotTraceResponse = ...
  527. ```
  528. If a KDoc/JSDoc already exists, **prepend or merge** this checklist line
  529. into it (do not delete useful existing documentation). Prefer keeping the
  530. checklist line as the first line of the block:
  531. ```kotlin
  532. /**
  533. * FP-MTMS Version Checklist | Functions Ref. No. 7 | v1.0.0 | 2026-07-14
  534. * Lazy-load: returns the full location-scoped trace block...
  535. */
  536. ```
  537. ### Placement rules
  538. - **React component**: above the primary `const ComponentName` / `export
  539. default` that matches column G.
  540. - **Service / controller**: above **each** listed member function
  541. (e.g. both `trace` and `traceLocation`).
  542. - Multi-line G (one symbol per line): comment **each** symbol in its file.
  543. - On later checklist updates to the same row: **replace** the old Ref/version/date
  544. in the comment with the new Latest values (do not stack duplicate checklist lines).
  545. ### Preview
  546. The Excel preview must also list planned comment updates, e.g.:
  547. ```text
  548. Code comments to add/update:
  549. Ref 7 → ItemLotTraceService.trace / .traceLocation (v1.0.0 | 2026-07-14)
  550. Ref 1 → ItemTracingScanBar (v1.0.0 | 2026-07-14)
  551. ```
  552. Only edit comments after preview approval (same gate as Excel write), unless
  553. the user explicitly asks to sync comments only.
  554. ## Inference hints (for filling the preview)
  555. - **Version & Date**: next patch/semver from conversation/git if known; else
  556. `vX.Y.Z YYYY-MM-DD` with today’s date.
  557. - **Developed By**: `git config user.name` or chat context.
  558. - **Purpose / Changes / Function highlight**: 中英對照; short bullets from
  559. recent PR/diff; prefer i18n terms.
  560. - **Major Changes (Page F / Functions J and history slots)**: summary ZH/EN
  561. **plus** each changed file, line range(s), and short per-hunk explanation
  562. (see Major Changes: file, lines, explanation). Resolve lines from git diff
  563. + current file; do not omit locations.
  564. - **Subsystem / Page names**: `中文 / English` from i18n EN+ZH.
  565. - **Function name (col G)**: English code symbol + source file path only
  566. (no 中英對照). **Fact-check** symbol+path before preview.
  567. - **Page Purpose (F)**: 中英對照 + usage/呼叫來源 lines (ZH then EN).
  568. - **Page Ref. No. (B)**: parent Page sheet Ref. No. for column D’s page.
  569. - **Ref. No.**: for new rows, next integer after the last used Ref. No. on that sheet.
  570. - Prefer updating an existing row over creating a duplicate when page +
  571. English function symbol (and file) match.
  572. ## Do not
  573. - Ask the user to fill cells one column at a time
  574. - Save without an approved preview
  575. - Skip history shift when updating an existing Latest
  576. - Drop a filled **3rd previous** without appending it to the Archive long table
  577. - Overwrite or edit existing Archive rows (append only)
  578. - Push or invent **function** history (I–T) for a commit that did not change
  579. that row’s column G symbols — no “page align / no code change” filler slots
  580. - Write Major Changes as summary-only without **file path + line range(s) +
  581. short per-hunk explanation** (Page F / Functions J and matching history cols)
  582. - Write Chinese-only or English-only prose in bilingual-required columns
  583. (everything except Function name G, versions, Developed By, Ref. No., Page Ref. No., and
  584. the path/line tokens inside Major Changes)
  585. - Put only a Chinese UI label in **Name of Function within Program** without
  586. the English symbol and source file
  587. - Bilingualize column G (keep symbol + path English-only)
  588. - Omit usage/呼叫來源 from **Page Purpose Highlights (F)** when the function
  589. is invoked from another page (e.g. 批號追溯 deep-link into 工單提料)
  590. - Cite a `*Service` / `*Controller` class in G without its relevant member
  591. function names (e.g. write `ItemLotTraceService.trace / .traceLocation`,
  592. not only `ItemLotTraceService`)
  593. - Write a G value whose symbol or path was not verified in the codebase
  594. - Leave **Page Ref. No. (B)** blank or pointing at a non-existent Page row
  595. - Guess file paths or rename symbols to “look right” without opening the file
  596. - Put two different 功能 on the same Ref. No. row
  597. - Create a function row when the parent program/page was neither found nor
  598. included in the same approved preview as a new page row
  599. - Clear history columns without showing that shift/archive in the preview
  600. - Skip adding/updating FP-MTMS checklist comments on code for Functions rows
  601. that were just written (must include Ref. No., version, and update date)
  602. - Commit the Excel file to git
  603. - Edit cloud URLs / `.url` files as if they were workbooks