refactor(skills-catalog): formalize module entrypoint and consolidate server imports (#537)
* refactor(skills-catalog): add module entrypoint exports * refactor(web): use skills-catalog module entrypoint import * docs(skills-catalog): add module documentation * docs(agents): add skills-catalog docs map entry
This commit is contained in:
@@ -57,6 +57,10 @@ Notification message preparation utilities for system notifications, including t
|
||||
WebSocket protocol utilities for terminal input handling including message normalization, control frame parsing, and rate limiting.
|
||||
- Module docs: `packages/web/server/lib/terminal/DOCUMENTATION.md`
|
||||
|
||||
##### skills-catalog
|
||||
Skills catalog management including discovery, installation, and configuration of agent skill packages.
|
||||
- Module docs: `packages/web/server/lib/skills-catalog/DOCUMENTATION.md`
|
||||
|
||||
## Build / dev commands (verified)
|
||||
All scripts are in `package.json`.
|
||||
- Validate: `bun run type-check`, `bun run lint`
|
||||
|
||||
Reference in New Issue
Block a user