From fcb835d1297fb7a7a7d7cece2a66013ba2484af8 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 31 Mar 2026 15:35:26 +0000 Subject: [PATCH] 0.0.186 rebrand "Repo intelligence" to "Learnings" with brain icon Made-with: Cursor --- entry | 4 ++-- package.json | 2 +- post | 2 +- utils/instructions.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/entry b/entry index 14d7688..6aa7b5f 100755 --- a/entry +++ b/entry @@ -144696,7 +144696,7 @@ var import_semver = __toESM(require_semver2(), 1); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.185", + version: "0.0.186", type: "module", files: [ "index.js", @@ -150710,7 +150710,7 @@ function buildCommonInputs(ctx) { }; } function assembleFullPrompt(ctx) { - const learningsSection = ctx.learnings ? `************* REPO INTELLIGENCE ************* + const learningsSection = ctx.learnings ? `************* LEARNINGS ************* ${ctx.learnings}` : ""; const rawFull = `************* RUNTIME CONTEXT ************* diff --git a/package.json b/package.json index ef85c74..bed050d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/pullfrog", - "version": "0.0.185", + "version": "0.0.186", "type": "module", "files": [ "index.js", diff --git a/post b/post index cd39fb3..8120a88 100755 --- a/post +++ b/post @@ -41557,7 +41557,7 @@ var core3 = __toESM(require_core(), 1); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.185", + version: "0.0.186", type: "module", files: [ "index.js", diff --git a/utils/instructions.ts b/utils/instructions.ts index 53b9c6a..f264501 100644 --- a/utils/instructions.ts +++ b/utils/instructions.ts @@ -340,7 +340,7 @@ interface AssembleFullPromptInput { function assembleFullPrompt(ctx: AssembleFullPromptInput): string { const learningsSection = ctx.learnings - ? `************* REPO INTELLIGENCE *************\n\n${ctx.learnings}` + ? `************* LEARNINGS *************\n\n${ctx.learnings}` : ""; const rawFull = `************* RUNTIME CONTEXT *************