- Date: 2026-07-17
- Type: process
- Scope:
skills,llmsdk_docs,changelog,api_captures - PR: #158
- Added
.agents/skills/agenthub-dev/SKILL.md, fixing the model-support development workflow: sync official docs intollmsdk_docs/, capture a live streaming tool-call exchange with thinking into the git-ignoredapi_captures/, implement paired Python/TypeScript protocol clients with bijective message conversion, and verify with model-scoped e2e tests only. - The workflow makes four situations hard stops that require asking the user: unclear or unfetchable official docs, a missing provider API key, any live API request error, and non-obvious
UniConfigkey mappings. - Added
api_captures/to.gitignoreas the home for raw API captures; where docs and captures disagree, the capture wins. - Added the
changelog/directory: eachCHANGELOG.mdentry keeps one brief line and links to a detail file here (seechangelog/README.md).