@laitszkin/apollo-toolkit 3.4.0 → 3.4.1

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/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ All notable changes to this repository are documented in this file.
7
7
  ### Added
8
8
  - (None yet)
9
9
 
10
+ ## [v3.4.1] - 2026-04-28
11
+
12
+ ### Changed
13
+ - Clarify `generate-spec` unit drift check template fields so agents fill in expected results or assertions instead of the ambiguous `oracle` shorthand.
14
+
10
15
  ## [v3.4.0] - 2026-04-28
11
16
 
12
17
  ### Added
@@ -31,7 +31,7 @@
31
31
  - Property/matrix focus: [invariant / generated business input space / external state matrix / adversarial case]
32
32
  - External dependency strategy: [none / mocked service states / near-real dependency]
33
33
  - Oracle/assertion focus: [exact output / persisted state / side effects / no partial write / compensation / emitted event / permission denial]
34
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
34
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
35
35
  - Test result: `PASS / FAIL / BLOCKED / NOT RUN / N/A`
36
36
  - Notes (optional): [risk, limitation, observation]
37
37
 
@@ -43,7 +43,7 @@
43
43
  - Property/matrix focus: [invariant / generated business input space / external state matrix / adversarial case]
44
44
  - External dependency strategy: [none / mocked service states / near-real dependency]
45
45
  - Oracle/assertion focus: [exact output / persisted state / side effects / no partial write / compensation / emitted event / permission denial]
46
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
46
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
47
47
  - Test result: `PASS / FAIL / BLOCKED / NOT RUN / N/A`
48
48
  - Notes (optional): [risk, limitation, observation]
49
49
 
@@ -55,7 +55,7 @@
55
55
  - Property/matrix focus: [invariant / generated business input space / external state matrix / adversarial case]
56
56
  - External dependency strategy: [none / mocked service states / near-real dependency]
57
57
  - Oracle/assertion focus: [exact output / persisted state / side effects / no partial write / compensation / emitted event / permission denial]
58
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
58
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
59
59
  - Test result: `PASS / FAIL / BLOCKED / NOT RUN / N/A`
60
60
  - Notes (optional): [risk, limitation, observation]
61
61
 
@@ -16,7 +16,7 @@ Out of scope: [files/modules/behaviors this task must not change]
16
16
  - Output: [specific code/doc/test artifact]
17
17
  - Done when: [observable completion condition]
18
18
  - Verify with: [focused command/check/manual inspection]
19
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
19
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
20
20
  - Do not: [explicit implementation-drift guardrail]
21
21
 
22
22
  ## **Task 2: [Task Title]**
@@ -32,7 +32,7 @@ Out of scope: [files/modules/behaviors this task must not change]
32
32
  - Output: [specific code/doc/test artifact]
33
33
  - Done when: [observable completion condition]
34
34
  - Verify with: [focused command/check/manual inspection]
35
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
35
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
36
36
  - Do not: [explicit implementation-drift guardrail]
37
37
 
38
38
  ## **Task 3: [Task Title]**
@@ -48,7 +48,7 @@ Out of scope: [files/modules/behaviors this task must not change]
48
48
  - Output: [specific code/doc/test artifact]
49
49
  - Done when: [observable completion condition]
50
50
  - Verify with: [focused command/check/manual inspection]
51
- - Unit drift check: [UT-xx target unit + oracle, or N/A with reason]
51
+ - Unit drift check: [UT-xx target unit; expected result/assertion, or N/A with reason]
52
52
  - Do not: [explicit implementation-drift guardrail]
53
53
 
54
54
  ## Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laitszkin/apollo-toolkit",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Apollo Toolkit npm installer for managed skill copying across Codex, OpenClaw, and Trae.",
5
5
  "license": "MIT",
6
6
  "author": "LaiTszKin",