@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 +5 -0
- package/analyse-app-logs/scripts/__pycache__/filter_logs_by_time.cpython-312.pyc +0 -0
- package/analyse-app-logs/scripts/__pycache__/log_cli_utils.cpython-312.pyc +0 -0
- package/analyse-app-logs/scripts/__pycache__/search_logs.cpython-312.pyc +0 -0
- package/docs-to-voice/scripts/__pycache__/docs_to_voice.cpython-312.pyc +0 -0
- package/generate-spec/references/templates/checklist.md +3 -3
- package/generate-spec/references/templates/tasks.md +3 -3
- package/generate-spec/scripts/__pycache__/create-specscpython-312.pyc +0 -0
- package/katex/scripts/__pycache__/render_katex.cpython-312.pyc +0 -0
- package/open-github-issue/scripts/__pycache__/open_github_issue.cpython-312.pyc +0 -0
- package/package.json +1 -1
- package/read-github-issue/scripts/__pycache__/find_issues.cpython-312.pyc +0 -0
- package/read-github-issue/scripts/__pycache__/read_issue.cpython-312.pyc +0 -0
- package/resolve-review-comments/scripts/__pycache__/review_threads.cpython-312.pyc +0 -0
- package/text-to-short-video/scripts/__pycache__/enforce_video_aspect_ratio.cpython-312.pyc +0 -0
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|