@xn-intenton-z2a/agentic-lib 7.1.69 → 7.1.70
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/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
Does the combination source file, test file, website files, README file and dependencies file resolve the following issue? Check that the solution satisfies the issue's acceptance criteria and moves the mission toward complete.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
An issue is NOT resolved unless ALL of the following are true:
|
|
4
|
+
1. The implementation exists and matches what the issue asks for
|
|
5
|
+
2. Tests exist that specifically test the implemented functionality (seed-only identity tests do NOT count)
|
|
6
|
+
3. Tests match the acceptance criteria in MISSION.md — the mission is the source of truth
|
|
7
|
+
4. Tests and implementation are consistent — test expectations must match what the code actually returns (casing, types, formats)
|
|
8
|
+
|
|
9
|
+
If any of these are missing, the issue is NOT resolved — keep it open or create a follow-up issue for the gap. Do not close an issue just because implementation code exists without matching tests.
|
|
4
10
|
|
|
5
|
-
|
|
6
|
-
- Tests and implementation are consistent — test expectations must match what the code actually returns (casing, types, formats)
|
|
7
|
-
- Tests match the acceptance criteria in MISSION.md — the mission is the source of truth
|
|
8
|
-
- If tests expect different values than the code produces, create an issue to fix the mismatch
|
|
11
|
+
If the mission could have been fully accomplished in this transform but the solution only partially addresses it, note this gap and suggest a follow-up issue for the remaining work.
|
|
9
12
|
|
|
10
13
|
Note: The repository has a website in `src/web/` that uses the JS library. When reviewing, check that website files are updated alongside library changes.
|
|
11
14
|
|