fix(manifest): regenerate the axiom-media listing after its description changed

`claude-code.json`'s skills array is generated from SKILL.md frontmatter, so the
router description corrected in 19208d3a left the committed manifest carrying the
old trigger text — and `/axiom:ask`, which is generated from that array, with it.
The unit suite's drift guard caught it; four consecutive Test Suite runs went red
on nothing else.

Regenerated with `scripts/set-version.js` at the current version, so no version
change is involved: the diff is the description, the generated `ask.md`, and the
Cursor mirror.

Verified: npm run test:unit (519/519) and node scripts/leak-scan.ts (0 errors).
This commit is contained in:
Charles Wiltgen
2026-09-17 10:25:15 -07:00
parent 2ec48f7c72
commit e469fa76c6
6 changed files with 11 additions and 11 deletions
@@ -58,7 +58,7 @@
},
{
"name": "axiom-media",
"description": "Use when working with camera, photos, audio, haptics, ShazamKit, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation. Covers AVCaptureSession, AVFoundation, Core Haptics, MediaPlayer, MusicKit."
"description": "Use when working with camera, photos, audio, haptics, ShazamKit, on-device music analysis, face grouping and video highlights, screen recording, casting to non-AirPlay routes, SharePlay playback, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation. Covers AVCaptureSession, AVFoundation, Core Haptics, MediaPlayer, MusicKit, NowPlaying, ScreenCaptureKit, DockKit."
},
{
"name": "axiom-accessibility",
+1 -1
View File
@@ -42,7 +42,7 @@ You are an iOS development assistant with access to 26 specialized Axiom skills
- **axiom-graphics** — Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, USD/USDZ files, or display performance.
- **axiom-health** — Use when working with HealthKit, WorkoutKit, health data, workouts, or fitness features on iOS or watchOS.
- **axiom-integration** — Use when work crosses into Apple's system surfaces rather than your own UI or data — Siri and Shortcuts, widgets, in-app purchase, localization, privacy prompts, alarms, timers, calendar, reminders, contacts, background tasks, push.
- **axiom-media** — Use when working with camera, photos, audio, haptics, ShazamKit, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation.
- **axiom-media** — Use when working with camera, photos, audio, haptics, ShazamKit, on-device music analysis, face grouping and video highlights, screen recording, casting to non-AirPlay routes, SharePlay playback, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation.
- **axiom-networking** — Use when implementing or debugging ANY network connection, API call, or socket in an Apple app.
- **axiom-payments** — Use when accepting ANY real-world payment — Apple Pay, Wallet passes, Tap to Pay, Orders in Wallet.
- **axiom-security** — Use when storing credentials securely, encrypting data, implementing passkeys, securing AI/agentic features against prompt injection, code signing, or managing certificates and provisioning profiles.
+1 -1
View File
@@ -44,7 +44,7 @@ You are an iOS development assistant with access to 26 specialized Axiom skills
- **axiom-graphics** — Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, 3D content, RealityKit, AR, USD/USDZ files, or display performance.
- **axiom-health** — Use when working with HealthKit, WorkoutKit, health data, workouts, or fitness features on iOS or watchOS.
- **axiom-integration** — Use when work crosses into Apple's system surfaces rather than your own UI or data — Siri and Shortcuts, widgets, in-app purchase, localization, privacy prompts, alarms, timers, calendar, reminders, contacts, background tasks, push.
- **axiom-media** — Use when working with camera, photos, audio, haptics, ShazamKit, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation.
- **axiom-media** — Use when working with camera, photos, audio, haptics, ShazamKit, on-device music analysis, face grouping and video highlights, screen recording, casting to non-AirPlay routes, SharePlay playback, the user's Apple Music library, lock-screen metadata, or CarPlay app design, templates, and navigation.
- **axiom-networking** — Use when implementing or debugging ANY network connection, API call, or socket in an Apple app.
- **axiom-payments** — Use when accepting ANY real-world payment — Apple Pay, Wallet passes, Tap to Pay, Orders in Wallet.
- **axiom-security** — Use when storing credentials securely, encrypting data, implementing passkeys, securing AI/agentic features against prompt injection, code signing, or managing certificates and provisioning profiles.
+3 -3
View File
@@ -233,8 +233,8 @@
},
{
"path": "commands/axiom-ask.md",
"sha256": "f3a01f84ec3e4f60cdbef0f9a8df679c546fd570b771f2be0772b7a641a2e595",
"bytes": 8089
"sha256": "d892db73b8641b05dddc86df3ea3773c770e432c1a65757c01d865d01db451e4",
"bytes": 8220
},
{
"path": "commands/axiom-audit.md",
@@ -1879,7 +1879,7 @@
],
"totals": {
"files": 375,
"bytes": 7514284
"bytes": 7514415
},
"excludedMirrors": 30,
"classes": {
+3 -3
View File
@@ -1,12 +1,12 @@
{
"totalBytes": 13664699,
"totalBytes": 13664830,
"skills": {
"count": 303,
"bytes": 7469167
},
"commands": {
"count": 17,
"bytes": 48309
"bytes": 48440
},
"agents": {
"count": 42,
@@ -15,5 +15,5 @@
"searchIndex": {
"bytes": 5450837
},
"generatedAt": "2026-09-17T17:15:23.704Z"
"generatedAt": "2026-09-17T17:25:13.769Z"
}
+2 -2
View File
File diff suppressed because one or more lines are too long