()
| 22 | return t; |
| 23 | } |
| 24 | function readShipUnion(): string { |
| 25 | return readSkillUnion('ship'); |
| 26 | } |
| 27 | |
| 28 | describe('SKILL.md command validation', () => { |
| 29 | // P2 (v1.2.0): the top-level gstack skill is a pure ROUTER, not the browse |
no test coverage detected