You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ data/
51
51
├── wwdc22/
52
52
├── wwdc23/
53
53
├── wwdc24/
54
-
└── wwdc25/
54
+
├── wwdc25/
55
+
└── wwdc26/
55
56
```
56
57
57
58
`skills/` is the single source of truth. The playground links expose the same skill to agent runtimes that expect either `.agents/skills` or `.claude/skills`. The repository root intentionally does not keep a `.agents/skills` copy.
@@ -62,11 +63,11 @@ After installing the skill, agents call this script for you. For local testing o
Some Apple Developer entries are Q&A, Meet the Presenter, Study Hall, keynote, ASL, or community activity pages. When Apple publishes no timestamped transcript on the page, the manifest records that entry as `missing` instead of inventing text.
99
101
@@ -103,7 +105,7 @@ The crawler remains available for maintaining the dataset:
103
105
104
106
```sh
105
107
# Crawl one year into the published data directory.
106
-
node ./bin/wwdc-quick-look.js crawl --year 2025 --locale en --out-dir data/wwdc25
108
+
node ./bin/wwdc-quick-look.js crawl --year 2026 --locale en --out-dir data/wwdc26
107
109
108
110
# Rebuild the public year catalog.
109
111
node scripts/build-index.mjs
@@ -118,13 +120,13 @@ The combined crawl fetches public Apple Developer collection cards, enriches eac
0 commit comments