k-skill/docs
Jeffrey (Dongkyu) Kim 8ebc131e37 Keep Olive Young clone fallback docs runnable from a fresh clone
Round 3 review found that the inline fallback shorthand skipped `cd daiso-mcp`,
which made `npm install` run outside the cloned upstream repo even though the
fenced examples were already correct. This tightens the two published shorthand
snippets and adds regression coverage so both docs surfaces reject the broken
chain in future edits.

Constraint: Existing node dist/bin.js clone fallback examples were already verified and had to stay aligned
Constraint: The follow-up had to stay scoped to docs/test coverage without touching the existing daiso-product-search skill
Rejected: Convert the shorthand to prose only | the review specifically requested a runnable inline form or an explicit removal
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep inline clone fallback snippets synchronized with the fenced node dist/bin.js examples and require `cd daiso-mcp` before install/build
Tested: node --test scripts/skill-docs.test.js; npm run ci; cd /tmp/daiso-mcp && npm install && npm run build; cd /tmp/daiso-mcp && node dist/bin.js health; cd /tmp/daiso-mcp && node dist/bin.js get /api/oliveyoung/stores --keyword 명동 --limit 3 --json; cd /tmp/daiso-mcp && node dist/bin.js get /api/oliveyoung/products --keyword 선크림 --size 3 --json; cd /tmp/daiso-mcp && node dist/bin.js get /api/oliveyoung/inventory --keyword 선크림 --storeKeyword 명동 --size 2 --json
Not-tested: Public npx path in this follow-up round (previous PR verification already covered it)
Related: PR #71
2026-04-06 00:44:33 +09:00
..
assets Prepare k-skill for packaged releases and broader skill discovery 2026-03-25 23:57:53 +09:00
features Keep Olive Young clone fallback docs runnable from a fresh clone 2026-04-06 00:44:33 +09:00
install.md Keep Olive Young clone fallback docs runnable from a fresh clone 2026-04-06 00:44:33 +09:00
releasing.md Keep npm release automation from crashing before publish 2026-03-30 21:58:06 +09:00
roadmap.md Document an Olive Young search skill around the upstream daiso CLI 2026-04-05 20:58:36 +09:00
security-and-secrets.md Document the approved real-estate MCP skill without vendoring upstream 2026-04-05 14:10:45 +09:00
setup.md Document the approved real-estate MCP skill without vendoring upstream 2026-04-05 14:10:45 +09:00
sources.md Document an Olive Young search skill around the upstream daiso CLI 2026-04-05 20:58:36 +09:00