From 6b5fdfe0bee536525944cfc4e47347de3c894f51 Mon Sep 17 00:00:00 2001 From: ozzy-3 <104637034+ozzy-3@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:16:54 +0000 Subject: [PATCH] chore: sync commons defaults Automated sync from ozzy-labs/commons. --- .commons/sync.yaml | 8 ++++++-- .gemini/settings.json | 8 +++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.commons/sync.yaml b/.commons/sync.yaml index 983ee24..571e2b4 100644 --- a/.commons/sync.yaml +++ b/.commons/sync.yaml @@ -1,7 +1,11 @@ # Auto-updated by commons sync.sh # 'pinned' is user-editable — add or remove paths freely -commit: 5d2e324b9caa3d8501aa3599ac3ad332f749a28e -synced_at: 2026-05-06T09:25:05Z +commit: f628f1f046786fc08775e4691d6840f0710123fc +synced_at: 2026-06-01T01:16:54Z + +# Skills sync (opt-in). Add adapter ids to skills_adapters and a SHA +# to skills_commit. The skills repo's main HEAD SHA can be obtained via: +# gh api repos/ozzy-labs/skills/commits/main --jq .sha skills_commit: 27ae96210fee135e608b16e938cb338c9b2b45ae skills_adapters: - claude-code diff --git a/.gemini/settings.json b/.gemini/settings.json index 843e00c..8e9e288 100644 --- a/.gemini/settings.json +++ b/.gemini/settings.json @@ -1 +1,7 @@ -{ "context": { "fileName": ["AGENTS.md"] } } +{ + "context": { + "fileName": [ + "AGENTS.md" + ] + } +}