feat(FN-675): align session-files endpoint with diff endpoint

- Align session-files API endpoint behavior and response structure with diff endpoint

- Add comprehensive test suite for session-files routes (241 lines)

- Update route handlers to match diff endpoint patterns and file counting

- Include changeset for the file count alignment fix
This commit is contained in:
gsxdsm
2026-04-01 08:30:46 -07:00
parent fb204dd68c
commit 7cacce000b
3 changed files with 277 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
"@fusion/dashboard": patch
---
Fix alignment between task card "files changed" count and Changes tab file list. Both now consistently use baseCommitSha with double-dot git diff syntax.