feat(talks): add official campus lectures - #14
Merged
Conversation
This was referenced Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sustech-clican read community-maintained talk data, but it has no direct view of the official university lecture feed. This change addstalks listandtalks searchusing the lecture section of the SUSTech homepage.--allincludes every lecture currently displayed on the homepage.--all, started lectures from newest to oldest.sustech-cliskill so agents route official lecture requests to the new direct CLI commands and keep them distinct from community-maintainedonline talksdata.The homepage currently exposes the same 12 lecture records as the first two archive pages, so the command intentionally presents one current homepage view without pagination or source-selection flags.
Validation
npm run checkandnpm run build— passed.node --test dist/test/official-talks.test.js— 9/9 passed.npm test— 325/326 passed, including every new test. The existingcontext live supports calendar level and degrades gracefully when credentials are unavailabletest still fails at its public academic-calendar network read.npm pack --dry-run --ignore-scripts --json— passed (296 packaged files).--all.