Files
oh-my-claudecode/dist/__tests__/hooks/learner/bridge.test.d.ts
Yeachan-Heo 2b4490fc85 chore: include dist/ in git for seamless plugin installs
- Remove dist/ from .gitignore so compiled output ships with the repo
- Add linguist-generated attributes to hide dist/ from GitHub diffs
- Simplify update guide in all READMEs (no rebuild step needed)

Users no longer need to run npm install or rebuild after plugin
install/update — the compiled code is now included directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 23:50:26 +00:00

11 lines
291 B
TypeScript
Generated

/**
* Integration tests for Skill Bridge Module
*
* Tests the bridge API used by skill-injector.mjs for:
* - Skill file discovery (recursive)
* - YAML frontmatter parsing
* - Trigger-based matching
* - Session cache persistence
*/
export {};
//# sourceMappingURL=bridge.test.d.ts.map