-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (22 loc) · 1.33 KB
/
Copy path.gitattributes
File metadata and controls
25 lines (22 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/.gitattributes text eol=lf
# 260820Cl: canonical JSON (spec と E0 目録、registry) は生バイトの SHA-256 で承認される — checkout で改行を変換してはいけない
# (autocrlf=true の Windows で worktree を切ると CRLF になり、承認 hash と一致しなくなる。2026-08-20 の起動時に実際に起きた)
spec/*.json -text
# 260821Cl: jobq — 共有へ配るスクリプトは LF 固定。core.autocrlf=true の環境で checkout すると
# CRLF になり、MSYS bash が `\r` で壊れる (`$'\r': command not found`)。
# 例外は 2 種類だけ: cmd.exe が読む *.cmd と、Notepad で開く共有直下の README (どちらも CRLF)。
tools/jobq/** text eol=lf
tools/agreement_check.py text eol=lf
tools/jobq_rows_sigma.jl text eol=lf
tools/jobq/*.cmd text eol=crlf
tools/jobq/share_README.txt text eol=crlf
# 260823Cl: Deep / atom-cache のコード・試験・運用メモも Windows で LF を維持する。
docs/notes/deep_run_plan_2026-08-22.md text eol=lf
docs/notes/certification_v4_preregistration_2026-08-20.md text eol=lf
docs/handover/next_chat_2026-08-22_jobq.md text eol=lf
src/l5_channel.jl text eol=lf
tools/cache_race_test.jl text eol=lf
tools/cache_wiring_test.jl text eol=lf
tools/cert_v2_dedup_test.py text eol=lf
tools/cert_v2_report.py text eol=lf
tools/certify_sigma_v2.jl text eol=lf