Change summary
README.md | 40 +++++++-------
skills/formatting-commits/references/kernel-style.md | 4
2 files changed, 22 insertions(+), 22 deletions(-)
Detailed changes
@@ -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):
@@ -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