qfai 1.0.6 → 1.1.0
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/README.md +327 -245
- package/assets/init/.qfai/README.md +2 -1
- package/assets/init/.qfai/assistant/README.md +1 -1
- package/assets/init/.qfai/assistant/prompts/README.md +1 -1
- package/assets/init/.qfai/assistant/prompts/qfai-configure.md +197 -0
- package/assets/init/.qfai/assistant/prompts/qfai-verify.md +1 -1
- package/assets/init/.qfai/assistant/steering/README.md +6 -0
- package/assets/init/.qfai/assistant/steering/manifest.md +43 -0
- package/assets/init/.qfai/contracts/db/README.md +10 -3
- package/assets/init/.qfai/samples/guardrails/delta_with_guardrails.md +19 -0
- package/assets/init/.qfai/specs/README.md +4 -0
- package/assets/init/root/.claude/commands/qfai-configure.md +14 -0
- package/assets/init/root/.claude/commands/qfai-discuss.md +14 -0
- package/assets/init/root/.claude/commands/qfai-implement.md +14 -0
- package/assets/init/root/.claude/commands/qfai-require.md +14 -0
- package/assets/init/root/.claude/commands/qfai-scenario-test.md +14 -0
- package/assets/init/root/.claude/commands/qfai-spec.md +14 -0
- package/assets/init/root/.claude/commands/qfai-unit-test.md +14 -0
- package/assets/init/root/.claude/commands/qfai-verify.md +14 -0
- package/assets/init/root/.codex/README.md +16 -0
- package/assets/init/root/.codex/skills/qfai-configure/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-discuss/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-implement/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-require/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-scenario-test/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-spec/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-unit-test/SKILL.md +18 -0
- package/assets/init/root/.codex/skills/qfai-verify/SKILL.md +18 -0
- package/assets/init/root/.github/copilot-instructions.md +14 -0
- package/assets/init/root/.github/prompts/qfai-configure.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-discuss.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-implement.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-require.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-scenario-test.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-spec.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-unit-test.prompt.md +17 -0
- package/assets/init/root/.github/prompts/qfai-verify.prompt.md +17 -0
- package/assets/init/root/.github/workflows/qfai.yml +0 -2
- package/assets/init/root/qfai.config.yaml +1 -8
- package/dist/cli/index.cjs +880 -196
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.mjs +866 -182
- package/dist/cli/index.mjs.map +1 -1
- package/dist/index.cjs +731 -221
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +91 -1
- package/dist/index.d.ts +91 -1
- package/dist/index.mjs +719 -216
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/assets/init/.qfai/assistant/prompts/qfai-pr.md +0 -209
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Implement code changes with tests"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-implement.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Create requirements artifacts"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-require.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Implement acceptance tests from scenarios"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-scenario-test.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Create specs, contracts, and scenarios"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-spec.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Implement unit tests from specs/scenarios"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-unit-test.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
agent: "agent"
|
|
3
|
+
description: "QFAI: Run quality gates and produce evidence"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
You are operating in a repository that uses QFAI.
|
|
7
|
+
|
|
8
|
+
1. Open and follow the canonical QFAI prompt:
|
|
9
|
+
|
|
10
|
+
- .qfai/assistant/prompts/qfai-verify.md
|
|
11
|
+
|
|
12
|
+
2. Use the repository as the source of truth (tools, frameworks, directory structure).
|
|
13
|
+
3. Ask the user for missing inputs only when necessary.
|
|
14
|
+
4. Do not modify files not required by the canonical prompt.
|
|
15
|
+
5. All outputs must match the user's language.
|
|
16
|
+
|
|
17
|
+
User notes: ${input:notes:Optional}
|