MCPcopy Create free account
hub / github.com/jnMetaCode/superpowers-zh / isBootstrapSkillPath

Function isBootstrapSkillPath

tests/opencode/test-bootstrap-caching.mjs:67–69  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

65console.log(JSON.stringify(result, null, 2));
66
67function isBootstrapSkillPath(filePath) {
68 return String(filePath).replaceAll('\\', '/').includes('using-superpowers/SKILL.md');
69}
70
71function makeOutput(text) {
72 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected