mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-20 21:00:50 +08:00
- 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>
11 lines
291 B
TypeScript
Generated
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
|