docs(agents): complete packages table in glossary (13 → 27)#400
docs(agents): complete packages table in glossary (13 → 27)#400brianmhunt wants to merge 1 commit into
Conversation
Adds 14 missing @tko/* packages to the agent-facing glossary table, bringing coverage from 13 to 27 packages (all packages in the monorepo). Added: lifecycle, binding.component, utils.component, utils.functionrewrite, utils.jsx, utils.parser, provider.attr, provider.bindingstring, provider.component, provider.multi, provider.mustache, provider.native, provider.virtual, filter.punches. Adversarial audit: all 14 package names verified against package.json name fields; all descriptions checked against package.json + index.ts; all directories confirmed present on this branch. https://claude.ai/code/session_01YJFLWTNLq2tJvciHW4FEC5
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR expands the "Packages" section in the TKO glossary documentation to provide a more comprehensive list of available ChangesGlossary Package Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the agent-facing glossary to fully enumerate the monorepo’s public @tko/* packages, so readers can quickly discover the correct import paths and high-level roles without codebase searching.
Changes:
- Expands the “Packages” table in
tko.io/public/agents/glossary.mdfrom 13 to 27 entries. - Adds missing package rows across lifecycle, component bindings, utils, providers, and filters.
- Keeps the existing table structure and formatting consistent while increasing coverage.
Summary
tko.io/public/agents/glossary.mdPackages table from 13 → 27 entries, covering every@tko/*package in the monorepoNew rows added:
@tko/lifecycle@tko/binding.component@tko/utils.component@tko/utils.functionrewrite@tko/utils.jsx@tko/utils.parser@tko/provider.attrko-*HTML attributes to binding handlers@tko/provider.bindingstring@tko/provider.component@tko/provider.multi@tko/provider.mustache{{ }}interpolation in HTML@tko/provider.native@tko/provider.virtual<!-- ko -->virtual elements@tko/filter.punchesWhy
The previous table left 14 packages undocumented, including
@tko/lifecycle(referenced 7+ times inguide.md) and the full provider sub-family. An agent reading only the glossary had no import path or description for these packages and had to fall back to searching the codebase.Verification
packages/package.jsonnamefieldpackage.jsondescription +index.tsexportsTest plan
tko.ioAstro build succeeds (bun run buildintko.io/)https://claude.ai/code/session_01YJFLWTNLq2tJvciHW4FEC5
Generated by Claude Code
Summary by CodeRabbit