@xn-intenton-z2a/agentic-lib 7.4.2 → 7.4.3
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.
|
@@ -66,24 +66,24 @@ on:
|
|
|
66
66
|
required: false
|
|
67
67
|
default: "6-kyu-understand-hamming-distance"
|
|
68
68
|
options:
|
|
69
|
+
- 8-kyu-remember-empty
|
|
70
|
+
- 8-kyu-remember-hello-world
|
|
71
|
+
- 7-kyu-understand-fizz-buzz
|
|
69
72
|
- 6-kyu-understand-hamming-distance
|
|
70
|
-
-
|
|
73
|
+
- 6-kyu-understand-roman-numerals
|
|
71
74
|
- 5-kyu-create-ascii-face
|
|
72
|
-
-
|
|
75
|
+
- 5-kyu-apply-string-utils
|
|
73
76
|
- 4-kyu-apply-cron-engine
|
|
74
77
|
- 4-kyu-apply-dense-encoding
|
|
75
|
-
- 7-kyu-understand-fizz-buzz
|
|
76
|
-
- 8-kyu-remember-hello-world
|
|
77
78
|
- 4-kyu-analyze-json-schema-diff
|
|
78
79
|
- 3-kyu-analyze-lunar-lander
|
|
79
|
-
-
|
|
80
|
+
- 3-kyu-evaluate-time-series-lab
|
|
80
81
|
- 3-kyu-evaluate-owl-ontology
|
|
82
|
+
- 2-kyu-evaluate-markdown-compiler
|
|
81
83
|
- 2-kyu-create-plot-code-lib
|
|
82
84
|
- 1-kyu-create-ray-tracer
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
- 3-kyu-evaluate-time-series-lab
|
|
86
|
-
- 8-kyu-remember-empty
|
|
85
|
+
- 1-dan-create-c64-emulator
|
|
86
|
+
- 2-dan-create-agi
|
|
87
87
|
mission-text:
|
|
88
88
|
description: "Freeform mission text for MISSION.md (overrides mission-seed if provided)"
|
|
89
89
|
type: string
|
package/package.json
CHANGED