From 78b6c6ce17a284e333278df635a232e082d38c15 Mon Sep 17 00:00:00 2001 From: rezakhadjavi Date: Wed, 22 Jul 2026 10:13:20 -0400 Subject: [PATCH 1/5] feat(runneth-default): install core skills into /agent/brain/skills instead of .agents path --- runneth-default/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/runneth-default/package.json b/runneth-default/package.json index ebeb164d..fe5d6762 100644 --- a/runneth-default/package.json +++ b/runneth-default/package.json @@ -2,7 +2,7 @@ "schemaVersion": 1, "id": "runneth-default", "name": "Runneth Default", - "version": "0.1.0", + "version": "0.2.0", "description": "Baseline Runneth creative strategy skills installed outside the protected Runneth volume.", "installPolicy": "manual", "updatePolicy": "manual", @@ -13,8 +13,8 @@ "type": "directory", "sourcePath": "skills/analyzing", "target": { - "root": "agent_skills", - "path": "analyzing" + "root": "agent_brain", + "path": "skills/analyzing" }, "executablePaths": [] }, @@ -23,8 +23,8 @@ "type": "directory", "sourcePath": "skills/briefing", "target": { - "root": "agent_skills", - "path": "briefing" + "root": "agent_brain", + "path": "skills/briefing" }, "executablePaths": [] }, @@ -33,8 +33,8 @@ "type": "directory", "sourcePath": "skills/creative-generation", "target": { - "root": "agent_skills", - "path": "creative-generation" + "root": "agent_brain", + "path": "skills/creative-generation" }, "executablePaths": [] }, From 1aea6542fec58c5bf0350a9a0151963233bb0247 Mon Sep 17 00:00:00 2001 From: rezakhadjavi Date: Wed, 22 Jul 2026 10:23:52 -0400 Subject: [PATCH 2/5] docs(runneth-default): point core-creative-skills instruction at /agent/brain/skills paths as discovery backup --- runneth-default/instructions/core-creative-skills.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runneth-default/instructions/core-creative-skills.md b/runneth-default/instructions/core-creative-skills.md index cef5e6b1..ef461f29 100644 --- a/runneth-default/instructions/core-creative-skills.md +++ b/runneth-default/instructions/core-creative-skills.md @@ -3,3 +3,7 @@ Treat these as the core creative skills: - `analyzing` - `creative-generation` - `briefing` + +This package installs each skill under `/agent/brain/skills//SKILL.md` +(for example `/agent/brain/skills/analyzing/SKILL.md`). When a task calls for one +of these skills, read the matching `SKILL.md` from that path. From eb37c278141bae3819bf0407c6cea89fed9529ce Mon Sep 17 00:00:00 2001 From: rezakhadjavi Date: Wed, 22 Jul 2026 10:29:32 -0400 Subject: [PATCH 3/5] feat(runneth-default): baseline auto install/update policy --- runneth-default/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runneth-default/package.json b/runneth-default/package.json index fe5d6762..75623e9f 100644 --- a/runneth-default/package.json +++ b/runneth-default/package.json @@ -4,8 +4,8 @@ "name": "Runneth Default", "version": "0.2.0", "description": "Baseline Runneth creative strategy skills installed outside the protected Runneth volume.", - "installPolicy": "manual", - "updatePolicy": "manual", + "installPolicy": "auto", + "updatePolicy": "auto", "uninstallPolicy": "allowed", "resources": [ { From 58e1375fc7b1318ea986333b7f3c1ba3407c4e4e Mon Sep 17 00:00:00 2001 From: rezakhadjavi Date: Wed, 22 Jul 2026 10:29:39 -0400 Subject: [PATCH 4/5] feat(runneth-default): baseline auto install/update in index, bump to 0.2.0 --- package-index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-index.json b/package-index.json index ededdf5b..c8ec70f4 100644 --- a/package-index.json +++ b/package-index.json @@ -1,12 +1,12 @@ { "schemaVersion": 1, - "indexRevision": "runneth-default-0.1.0", + "indexRevision": "runneth-default-0.2.0", "packages": [ { "id": "runneth-default", "name": "Runneth Default", "description": "Baseline Runneth creative strategy skills installed outside the protected Runneth volume.", - "version": "0.1.0", + "version": "0.2.0", "packageManagerVersion": 1, "categories": [ "baseline" @@ -18,8 +18,8 @@ "path": "runneth-default", "ref": "main" }, - "installPolicy": "manual", - "updatePolicy": "manual", + "installPolicy": "auto", + "updatePolicy": "auto", "uninstallPolicy": "allowed" } ] From 89c79f8bbe6b3880814ba0c2f734b6721315b1d6 Mon Sep 17 00:00:00 2001 From: rezakhadjavi Date: Thu, 23 Jul 2026 07:17:55 -0400 Subject: [PATCH 5/5] chore(runneth-default): point package source ref to staging per staging-builder flow --- package-index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-index.json b/package-index.json index c8ec70f4..5da83c21 100644 --- a/package-index.json +++ b/package-index.json @@ -16,7 +16,7 @@ "owner": "Motion-Creative", "repo": "runneth-apps", "path": "runneth-default", - "ref": "main" + "ref": "staging" }, "installPolicy": "auto", "updatePolicy": "auto",