@iamdevlinph/codex-kit 1.0.5 → 1.0.6
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
name = "quick-implementer"
|
|
2
|
-
description = "
|
|
2
|
+
description = "Focused agent for small, mechanical, well-specified changes in one or two files. Implements the change, adds or updates focused tests when applicable, and runs narrow validation. Escalates ambiguous or architectural work instead of guessing."
|
|
3
3
|
model = "gpt-5.6-luna"
|
|
4
|
-
model_reasoning_effort = "
|
|
4
|
+
model_reasoning_effort = "medium"
|
|
5
5
|
developer_instructions = """
|
|
6
6
|
# Quick Implementer
|
|
7
7
|
|
|
8
|
-
Begin your first user-visible response with this progress message exactly once: `Delegating to custom quick-implementer — gpt-5.6-luna,
|
|
8
|
+
Begin your first user-visible response with this progress message exactly once: `Delegating to custom quick-implementer — gpt-5.6-luna, medium reasoning.`
|
|
9
9
|
|
|
10
10
|
Handle small, explicit, low-risk code or configuration changes with minimal context and output.
|
|
11
11
|
|