You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cx/ESTIMATION_PACKAGE_SHELL_API_SPEC.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,9 @@ This document is a lower-level specification under [`ESTIMATION_PACKAGE_SPEC.md`
28
28
29
29
## 2. 目的 / Purpose
30
30
31
-
本 API の目的は、推定パッケージごとの差を吸収しつつ、`estimate_common.sh` や app 側 `estimate.sh` から一貫した呼び出しができるようにすることである。
31
+
本 API の目的は、推定パッケージごとの差を吸収しつつ、`scripts/estimation/common.sh` や app 側 `estimate.sh` から一貫した呼び出しができるようにすることである。
32
32
33
-
The purpose of this API is to allow consistent invocation from `estimate_common.sh` and application-side `estimate.sh` while absorbing differences among estimation packages.
33
+
The purpose of this API is to allow consistent invocation from `scripts/estimation/common.sh` and application-side `estimate.sh` while absorbing differences among estimation packages.
34
34
35
35
## 3. 基本方針 / Basic Policy
36
36
@@ -182,7 +182,7 @@ In the future, application-side `estimate.sh` should preferably be limited to:
@@ -549,7 +549,7 @@ This document does not yet fix:
549
549
- whether packages are written in shell or external tools
550
550
- the complete schema of package metadata
551
551
552
-
These should be fixed incrementally based on implementation experience with the current `estimate_common.sh` and application-side `estimate.sh`.
552
+
These should be fixed incrementally based on implementation experience with the current `scripts/estimation/common.sh` and application-side `estimate.sh`.
0 commit comments