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
Added focused skills-registry coverage in packages/skills/tests/registry-discovery.test.ts, registry-query.test.ts, registry-events.test.ts, and registry-rescan.test.ts
Added shared registry test utilities in packages/skills/tests/registry.test-utils.ts
Added story documentation in docs/st09056-skills-registry-modularization.md capturing the runtime split, validation evidence, and no-regression explicit-any outcome
Reduced packages/skills/src/registry.ts from a mixed-responsibility 506 line implementation to a 101 line public facade below the 300 line planning cutoff
Extracted focused internal modules in packages/skills/src/registry-discovery.ts, registry-events.ts, registry-prompt.ts, registry-query-api.ts, and registry-internal.ts
Preserved SkillRegistry discovery order, duplicate precedence, prompt output, event semantics, and public imports while making discovery, prompt rendering, and event/reporting boundaries smaller and easier to review
Fixed
@agentforge/skills - Registry Review Follow-Ups
Replaced the 419 line packages/skills/tests/registry.test.ts monolith with focused suites that mirror discovery, query, event, and rescan boundaries
Aligned the extracted discovery helper with shared public config and trust types, corrected story evidence counts, and moved query-suite temp directories to per-test setup/cleanup
Kept the explicit-any baseline stable at workspace 84/289 and skills 0/0
Published
All packages published to npm registry at version 0.16.43: