Bring the Diag-OS variant of the Blanton A/B/C Tera Term scripts under version control, alongside the SONiC-based Blanton_TTL_Script. - ARCHITECTURE.md: Diag OS flow, acc_* command taxonomy, swutil addressing, TH6 test sequence side effects, and a 6-phase roadmap - CLAUDE.md: stack, per-script command inventory, conventions, footguns - .gitattributes: keep .ttl as CRLF (Windows-only), LF for everything else - .gitignore: secret/, For_AI/, *.log, publish/ output - secret/: README + config_secret.ttl.example for per-unit overrides - Logs/ and utils/ placeholders (logopen needs Logs/ to pre-exist) Known gaps documented, not fixed here: 2_Blanton_Script_B.ttl includes utils/show_margin_status.ttl which does not exist yet, and its while loop has no pause despite the "every 10mins" comment. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SoEiorvuhmdTkpZWtEhJwq
25 lines
428 B
Plaintext
25 lines
428 B
Plaintext
# secret/ 全部忽略,但保留 README 與範本
|
|
secret/*
|
|
!secret/README.md
|
|
!secret/*.example
|
|
!secret/.gitkeep
|
|
|
|
# AI 協作素材不入 git
|
|
For_AI/
|
|
|
|
# 測試 log(含 DUT 序號 / MAC / ONIE EEPROM / 韌體版本,保留目錄結構即可)
|
|
*.log
|
|
!**/logs/.gitkeep
|
|
!**/Logs/.gitkeep
|
|
|
|
# 打包輸出
|
|
publish/*
|
|
!publish/.gitkeep
|
|
|
|
# Office 暫存檔
|
|
~$*
|
|
|
|
# 客戶板 schematic 原始檔(機密,勿入 repo)
|
|
*.DSN
|
|
*.dsn
|