poe-code 4.0.34 → 4.0.35
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
|
@@ -5,7 +5,7 @@ import { UserError } from "@poe-code/user-error";
|
|
|
5
5
|
export const GASLIGHT_CONFIG_EXAMPLE = [
|
|
6
6
|
"setup: Prepare the workspace",
|
|
7
7
|
"prompt: Implement",
|
|
8
|
-
"archive:
|
|
8
|
+
"archive: true",
|
|
9
9
|
"followups:",
|
|
10
10
|
" - Is this best you can do?",
|
|
11
11
|
" - Did you test it well? Like real end to end test?",
|