From 9a082f98cca60d696d7a7b468993a7a123d1bc8f Mon Sep 17 00:00:00 2001 From: RomanOstr <46819322+RomanOstr@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:23:44 +0300 Subject: [PATCH 1/2] fix: process routine dependency updates --- .../references/dependency-maintenance.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skills/ceratops-gh-repo-lifecycle/references/dependency-maintenance.md b/skills/ceratops-gh-repo-lifecycle/references/dependency-maintenance.md index 2ec36a0..b6b2536 100644 --- a/skills/ceratops-gh-repo-lifecycle/references/dependency-maintenance.md +++ b/skills/ceratops-gh-repo-lifecycle/references/dependency-maintenance.md @@ -87,8 +87,7 @@ Infer missing inputs from local files and live GitHub state before asking. - Prioritize security and low-risk updates unless ordering constraints require otherwise. -- Process already-open routine dependency PRs when in scope and low-risk; - classify routine PRs as retained when the task is security-only. +- Process already-open routine dependency PRs when in scope and low-risk. - Inspect the diff, manifest changes, lockfile changes, transitive changes, CI impact, and release impact for each update. - Refresh lockfiles or generated dependency metadata using the project package From ac41b870d43901d1db21a38b81e83ba08766ac57 Mon Sep 17 00:00:00 2001 From: RomanOstr <46819322+RomanOstr@users.noreply.github.com> Date: Fri, 24 Jul 2026 16:30:09 +0300 Subject: [PATCH 2/2] Default repository publication to Ceratops organization --- .../references/create-or-publish.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/skills/ceratops-gh-repo-lifecycle/references/create-or-publish.md b/skills/ceratops-gh-repo-lifecycle/references/create-or-publish.md index 77889a9..e676ba6 100644 --- a/skills/ceratops-gh-repo-lifecycle/references/create-or-publish.md +++ b/skills/ceratops-gh-repo-lifecycle/references/create-or-publish.md @@ -20,8 +20,9 @@ release semantics. ### Inputs To Capture -- GitHub owner or org, repo name, default branch, visibility, fork status, and - branch naming. +- GitHub organization (not a personal account), repo name, default branch, + visibility, fork status, and branch naming. Default organization: + `Ceratops-Code`. - Maintainer merge policy, expected artifact type, release expectations, and missing inputs required by the GitHub repo, code repo, or artifact contracts.