qfai 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,4 +7,13 @@
7
7
  - テスト/コードは QFAI:SC-xxxx で SC を参照する
8
8
  - Spec はテスト/実装(src/tests)を参照しない
9
9
 
10
- 違反は CI で検出される前提で運用する。
10
+ ## CIで検出する範囲
11
+
12
+ - BR→SC のトレーサビリティ
13
+ - Spec→Contract の参照(QFAI-CONTRACT-REF/ID形式)
14
+ - SC→Test の参照(QFAI:SC-xxxx/ID形式)
15
+ - 参照IDの形式などの整合
16
+
17
+ ## CIで検出しないため運用で担保する範囲
18
+
19
+ - Spec→下流参照禁止(Spec がテスト/実装を参照しないこと)
@@ -1280,8 +1280,8 @@ var import_promises8 = require("fs/promises");
1280
1280
  var import_node_path9 = __toESM(require("path"), 1);
1281
1281
  var import_node_url2 = require("url");
1282
1282
  async function resolveToolVersion() {
1283
- if ("0.4.6".length > 0) {
1284
- return "0.4.6";
1283
+ if ("0.4.7".length > 0) {
1284
+ return "0.4.7";
1285
1285
  }
1286
1286
  try {
1287
1287
  const packagePath = resolvePackageJsonPath();
@@ -1261,8 +1261,8 @@ import { readFile as readFile4 } from "fs/promises";
1261
1261
  import path9 from "path";
1262
1262
  import { fileURLToPath as fileURLToPath2 } from "url";
1263
1263
  async function resolveToolVersion() {
1264
- if ("0.4.6".length > 0) {
1265
- return "0.4.6";
1264
+ if ("0.4.7".length > 0) {
1265
+ return "0.4.7";
1266
1266
  }
1267
1267
  try {
1268
1268
  const packagePath = resolvePackageJsonPath();
package/dist/index.cjs CHANGED
@@ -1154,8 +1154,8 @@ var import_promises7 = require("fs/promises");
1154
1154
  var import_node_path6 = __toESM(require("path"), 1);
1155
1155
  var import_node_url = require("url");
1156
1156
  async function resolveToolVersion() {
1157
- if ("0.4.6".length > 0) {
1158
- return "0.4.6";
1157
+ if ("0.4.7".length > 0) {
1158
+ return "0.4.7";
1159
1159
  }
1160
1160
  try {
1161
1161
  const packagePath = resolvePackageJsonPath();
package/dist/index.mjs CHANGED
@@ -1102,8 +1102,8 @@ import { readFile as readFile4 } from "fs/promises";
1102
1102
  import path6 from "path";
1103
1103
  import { fileURLToPath } from "url";
1104
1104
  async function resolveToolVersion() {
1105
- if ("0.4.6".length > 0) {
1106
- return "0.4.6";
1105
+ if ("0.4.7".length > 0) {
1106
+ return "0.4.7";
1107
1107
  }
1108
1108
  try {
1109
1109
  const packagePath = resolvePackageJsonPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qfai",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "qfai": "./dist/cli/index.mjs"