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" + ] + } +}