qfai 1.6.3 → 1.6.4
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.
- package/assets/init/.qfai/assistant/agents/facilitator.md +1 -1
- package/assets/init/.qfai/assistant/agents/interviewer.md +1 -1
- package/assets/init/.qfai/assistant/agents/option-explorer.md +1 -1
- package/assets/init/.qfai/assistant/agents/oq-harvester.md +1 -1
- package/assets/init/.qfai/assistant/agents/requirements-analyst.md +1 -1
- package/assets/init/.qfai/assistant/agents/researcher.md +1 -1
- package/assets/init/.qfai/assistant/skills/qfai-sdd/SKILL.md +1 -1
- package/dist/cli/index.cjs +2 -2
- package/dist/cli/index.mjs +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- .qfai/assistant/instructions/\*
|
|
11
11
|
- .qfai/assistant/steering/\*
|
|
12
12
|
- .qfai/specs/spec-\*/09_delta.md (Decision Records; check rejected)
|
|
13
|
-
- Existing discussion records under `.qfai/
|
|
13
|
+
- Existing discussion records under `.qfai/discussion/`
|
|
14
14
|
- .qfai/require/require-\*/01_Sources.md
|
|
15
15
|
- .qfai/require/require-\*/03_REQ.md
|
|
16
16
|
- .qfai/require/require-\*/08_OQ.md (input gaps ledger)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
- .qfai/assistant/instructions/\*
|
|
10
10
|
- .qfai/assistant/steering/\*
|
|
11
11
|
- .qfai/specs/spec-\*/09_delta.md (Decision Records; check rejected)
|
|
12
|
-
- Existing discussion records under `.qfai/
|
|
12
|
+
- Existing discussion records under `.qfai/discussion/`
|
|
13
13
|
- .qfai/require/require-\*/01_Sources.md
|
|
14
14
|
- .qfai/require/require-\*/03_REQ.md
|
|
15
15
|
- .qfai/require/require-\*/08_OQ.md (input gaps ledger)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
- .qfai/require/require-\*/01_Sources.md
|
|
13
13
|
- .qfai/require/require-\*/03_REQ.md
|
|
14
14
|
- .qfai/require/require-\*/08_OQ.md (input gaps ledger)
|
|
15
|
-
- Discussion records under `.qfai/
|
|
15
|
+
- Discussion records under `.qfai/discussion/`
|
|
16
16
|
- .qfai/specs/spec-\*/01_Spec.md (if available)
|
|
17
17
|
|
|
18
18
|
## Deliverables (MANDATORY)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- .qfai/assistant/steering/\*
|
|
11
11
|
- .qfai/specs/spec-\*/09_delta.md (Decision Records; check rejected)
|
|
12
12
|
- User-provided idea/problem statement
|
|
13
|
-
- Existing discussion records under `.qfai/
|
|
13
|
+
- Existing discussion records under `.qfai/discussion/`
|
|
14
14
|
|
|
15
15
|
## Deliverables (MANDATORY)
|
|
16
16
|
|
|
@@ -67,7 +67,7 @@ Then read inputs in this order:
|
|
|
67
67
|
- P1: `.qfai/assistant/instructions/*`
|
|
68
68
|
- P2: `.qfai/assistant/steering/*`
|
|
69
69
|
- P3: existing `.qfai/specs/<spec-id>/**` (if updating)
|
|
70
|
-
- P4: `.qfai/
|
|
70
|
+
- P4: `.qfai/discussion/**`, `.qfai/require/**`, `.qfai/contracts/**`
|
|
71
71
|
|
|
72
72
|
## Sub-agent Delegation (MANDATORY)
|
|
73
73
|
|
package/dist/cli/index.cjs
CHANGED
|
@@ -1522,8 +1522,8 @@ var import_promises7 = require("fs/promises");
|
|
|
1522
1522
|
var import_node_path8 = __toESM(require("path"), 1);
|
|
1523
1523
|
var import_node_url2 = require("url");
|
|
1524
1524
|
async function resolveToolVersion() {
|
|
1525
|
-
if ("1.6.
|
|
1526
|
-
return "1.6.
|
|
1525
|
+
if ("1.6.4".length > 0) {
|
|
1526
|
+
return "1.6.4";
|
|
1527
1527
|
}
|
|
1528
1528
|
try {
|
|
1529
1529
|
const packagePath = resolvePackageJsonPath();
|
package/dist/cli/index.mjs
CHANGED
|
@@ -1499,8 +1499,8 @@ import { readFile as readFile5 } from "fs/promises";
|
|
|
1499
1499
|
import path8 from "path";
|
|
1500
1500
|
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
1501
1501
|
async function resolveToolVersion() {
|
|
1502
|
-
if ("1.6.
|
|
1503
|
-
return "1.6.
|
|
1502
|
+
if ("1.6.4".length > 0) {
|
|
1503
|
+
return "1.6.4";
|
|
1504
1504
|
}
|
|
1505
1505
|
try {
|
|
1506
1506
|
const packagePath = resolvePackageJsonPath();
|
package/dist/index.cjs
CHANGED
|
@@ -4221,8 +4221,8 @@ var import_promises14 = require("fs/promises");
|
|
|
4221
4221
|
var import_node_path14 = __toESM(require("path"), 1);
|
|
4222
4222
|
var import_node_url = require("url");
|
|
4223
4223
|
async function resolveToolVersion() {
|
|
4224
|
-
if ("1.6.
|
|
4225
|
-
return "1.6.
|
|
4224
|
+
if ("1.6.4".length > 0) {
|
|
4225
|
+
return "1.6.4";
|
|
4226
4226
|
}
|
|
4227
4227
|
try {
|
|
4228
4228
|
const packagePath = resolvePackageJsonPath();
|
package/dist/index.mjs
CHANGED
|
@@ -4140,8 +4140,8 @@ import { readFile as readFile11 } from "fs/promises";
|
|
|
4140
4140
|
import path14 from "path";
|
|
4141
4141
|
import { fileURLToPath } from "url";
|
|
4142
4142
|
async function resolveToolVersion() {
|
|
4143
|
-
if ("1.6.
|
|
4144
|
-
return "1.6.
|
|
4143
|
+
if ("1.6.4".length > 0) {
|
|
4144
|
+
return "1.6.4";
|
|
4145
4145
|
}
|
|
4146
4146
|
try {
|
|
4147
4147
|
const packagePath = resolvePackageJsonPath();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qfai",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "Quality-first AI-driven development toolkit (SDD × ATDD × TDD).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"@types/jsdom": "^21.1.7",
|
|
52
52
|
"@types/node": "^18.19.41",
|
|
53
53
|
"qfai": "^1.5.4",
|
|
54
|
+
"smol-toml": "^1.6.0",
|
|
54
55
|
"tsup": "^8.3.5",
|
|
55
56
|
"typescript": "^5.6.3",
|
|
56
57
|
"vitest": "^2.1.8"
|