Skip to content

Commit 486ee9d

Browse files
committed
README から開発手順を外す
同じ内容がリリース手順にある。README は使う人向けに寄せる。 リリース手順にだけ無かったリンク切れ検査とコメント規約の検査を、 移す前にそちらへ足しておく。
1 parent 672415a commit 486ee9d

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

‎README.md‎

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,30 +72,6 @@ World レイヤでも 3,481 チャンク(83,544 セクション)の再エン
7272
python3 spec/tools/scan_world.py "<ワールドのパス>"
7373
```
7474

75-
## 開発
76-
77-
```bash
78-
# ツールチェーンへ PATH を通す(Homebrew 前提)
79-
source spec/tools/env.sh
80-
81-
# 各言語のテスト
82-
(cd csharp && dotnet test)
83-
(cd java && mvn test)
84-
(cd typescript && npm test)
85-
(cd python && python -m pytest tests)
86-
(cd rust && cargo test)
87-
88-
# 対応言語すべての挙動が一致することの検証(このライブラリの核)
89-
./spec/run-conformance.sh
90-
91-
# ドキュメントと実装の一致検証
92-
python3 spec/tools/check_docs_sync.py
93-
python3 spec/tools/check_links.py
94-
95-
# コメントと禁止記法の規約適合
96-
python3 spec/tools/check_comments.py
97-
```
98-
9975
## ライセンス
10076

10177
MIT License — Copyright (c) 2026 ScriptArts

‎docs/contributing/release.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ source spec/tools/env.sh
7171

7272
# ドキュメントと実装の一致
7373
python3 spec/tools/check_docs_sync.py
74+
python3 spec/tools/check_links.py
75+
76+
# コメントと禁止記法の規約適合
77+
python3 spec/tools/check_comments.py
7478

7579
# 実ワールドでの検証
7680
python3 spec/tools/scan_world.py "<ワールドのパス>"

0 commit comments

Comments
 (0)