poe-code 3.0.148 → 3.0.149
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/README.md +1 -1
- package/dist/index.js +514 -216
- package/dist/index.js.map +4 -4
- package/dist/prompts/fix-vulnerabilities.md +11 -10
- package/dist/prompts/github-issue-comment-created.md +9 -18
- package/dist/prompts/github-issue-opened.md +6 -14
- package/dist/prompts/github-pull-request-opened.md +8 -6
- package/dist/prompts/github-pull-request-synchronized.md +8 -4
- package/dist/prompts/update-dependencies.md +8 -0
- package/dist/prompts/update-documentation.md +11 -4
- package/dist/variables.yaml +23 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -249,5 +249,5 @@ These features are available but subject to breaking changes.
|
|
|
249
249
|
|
|
250
250
|
- **[Pipeline](packages/pipeline/)** — Run YAML task plans through agents with configurable steps
|
|
251
251
|
- **[Ralph](packages/ralph/)** — Agentic build loop that iterates on a markdown doc
|
|
252
|
-
- **[Experiment loop](
|
|
252
|
+
- **[Experiment loop](packages/experiment-loop/)** — Karpathy-style optimize loop: agent changes code, eval script scores it, keep or discard via git, repeat.
|
|
253
253
|
- **[Poe Agent](packages/poe-agent/)** — Composable agent runtime
|