Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@ UTR_LAN_PYTHON/

## ライセンス

本リポジトリは `LICENSE` に記載の MIT License に基づいて公開しています。
このリポジトリのソースコードは `LICENSE` に記載の MIT License に基づいて
公開しています。`docs/protocol/original/` 配下の通信プロトコル説明書PDFは、
タカヤ株式会社の著作物であり、MIT Licenseの対象ではありません。

本サンプルプログラムは、TAKAYA UTR-S201シリーズの通信確認・学習・検証を目的としたサンプルです。
すべての条件分岐や実運用環境での動作を網羅・保証するものではありません。
Expand Down
6 changes: 3 additions & 3 deletions prompts/codex_task_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
- `real_device_check.py` は実行しない。
- `git commit`、`git push`、PR mergeは禁止。
- pytest未実行を成功扱いしない。
- `py` / `python` がPATHに存在しない場合は、Codex同梱Pythonの有無を確認してpytestを実行する。
- Codex同梱Pythonの例: `C:\Users\tamaru\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe`
- pytest実行例: `& 'C:\Users\tamaru\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe' -m pytest tests -p no:cacheprovider --basetemp "$env:TEMP\utr_lan_pytest_tmp"`
- `py`または`python`がPATHに存在しない場合、Codex実行環境が同梱するPythonの
実行ファイルパスを、Codexに自分の実行環境から確認させてから使用する。
特定のユーザー名やパスをテンプレートに固定で書かない。
- pytestが実際に起動して完了した場合のみ「pytest成功」または「pytest失敗」と報告する。
- それでも実行できない場合のみ「pytest未実行」とし、試したコマンドと失敗理由を明記する。
- `logs/real_device/` は実機ログ保存用であり、pytest一時領域には使わない。
Expand Down