From 554ed928f93394a160f4b8f70c26120624b6ad0c Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 6 Apr 2026 17:07:57 -0600 Subject: [PATCH] chore(formatting-commi): give path in examples --- README.md | 40 +++++++++---------- .../references/kernel-style.md | 4 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index f895794ecb5ee316e8ee8160e466eaaac148cd77..f904612c21a7453b30a22abdf4a6bd59f9452bc5 100644 --- a/README.md +++ b/README.md @@ -313,26 +313,26 @@ Token breakdown: Token breakdown: Name: 12 tokens Description: 41 tokens - Body: 687 tokens (84 lines) + Body: 741 tokens (88 lines) References: cli.md 218 tokens handoff.md 1035 tokens installing-lune.md 65 tokens ─────────────────────────────────────────────── - Total: 2058 tokens + Total: 2112 tokens === formatting-commits === Token breakdown: Name: 8 tokens Description: 57 tokens - Body: 333 tokens (37 lines) + Body: 310 tokens (34 lines) References: conventional-commits.md 362 tokens installing-git-format.md 22 tokens - kernel-style.md 515 tokens + kernel-style.md 526 tokens ─────────────────────────────────────────────── - Total: 1297 tokens + Total: 1285 tokens === frontend-accessibility === @@ -346,6 +346,15 @@ Token breakdown: ─────────────────────────────────────────────── Total: 4759 tokens +=== getting-a-code-review === + +Token breakdown: + Name: 8 tokens + Description: 98 tokens + Body: 412 tokens (54 lines) + ─────────────────────────────────────────────── + Total: 518 tokens + === handling-customer-data === Token breakdown: @@ -389,9 +398,9 @@ Token breakdown: Token breakdown: Name: 8 tokens Description: 42 tokens - Body: 227 tokens (16 lines) + Body: 450 tokens (20 lines) ─────────────────────────────────────────────── - Total: 277 tokens + Total: 500 tokens === maintaining-aur-packages === @@ -418,11 +427,11 @@ Token breakdown: Token breakdown: Name: 10 tokens Description: 62 tokens - Body: 1553 tokens (195 lines) + Body: 1801 tokens (222 lines) References: writing-plugins.md 1151 tokens ─────────────────────────────────────────────── - Total: 2776 tokens + Total: 3024 tokens === notifying-through-ntfy === @@ -469,15 +478,6 @@ Token breakdown: ─────────────────────────────────────────────── Total: 782 tokens -=== getting-a-code-review === - -Token breakdown: - Name: 8 tokens - Description: 108 tokens - Body: 412 tokens (54 lines) - ─────────────────────────────────────────────── - Total: 528 tokens - === scripting-with-go === Token breakdown: @@ -566,9 +566,9 @@ SUMMARY ============================================================ Skills: 30 -Metadata: 1895 tokens +Metadata: 1885 tokens Combined bodies: 32121 tokens -Overall: 87518 tokens +Overall: 87519 tokens Validation errors: 0 Largest skills (by total tokens): diff --git a/skills/formatting-commits/references/kernel-style.md b/skills/formatting-commits/references/kernel-style.md index 358e25f750138b5df88991bc294718a286ade63a..5cb21a3c2865b017a53d4a4f1cf7ba21f1f46460 100644 --- a/skills/formatting-commits/references/kernel-style.md +++ b/skills/formatting-commits/references/kernel-style.md @@ -21,7 +21,7 @@ characters — this is a cheap round trip compared to recomposing the whole message: ``` -scripts/format subject "Your subject line here" +/path/to/formatting-commits/scripts/format subject "Your subject line here" ``` Exit 0 means the subject is valid. Exit 1 means it exceeds 50 characters — @@ -46,7 +46,7 @@ trusting your own line breaks. reflows the body, and passes trailers through unchanged ```bash -scripts/format message <<'EOF' | git commit -F - +/path/to/formatting-commits/scripts/format message <<'EOF' | git commit -F - Add OIDC discovery support This commit refactors the authentication module to support