From 6d66344feb9884975d401011fe949b8021c8c887 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Thu, 26 Mar 2026 16:25:51 -0400 Subject: [PATCH] feat: register cc-platform-core in packages.list Add platform package entry pointing to Gitea repo for Opus package manager installation. --- packages.list | 1 + 1 file changed, 1 insertion(+) diff --git a/packages.list b/packages.list index 181e646..c972d3e 100644 --- a/packages.list +++ b/packages.list @@ -23,6 +23,7 @@ [ 'moonscript' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/moonscript/.package', [ 'neural' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/neural/.package', [ 'pl' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/pl/.package', + [ 'platform' ] = 'https://git.spatulaa.com/MayaTheShy/cc-platform-core/raw/branch/main/.package', -- [ 'pickup' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/pickup/.package', [ 'recipeBook' ] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/recipeBook/.package', [ 'screenSaver'] = 'https://raw.githubusercontent.com/kepler155c/opus-apps/develop-1.8/screenSaver/.package',