mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
* docs(claude): install manual skills at top level * test(docs): guard Claude manual skill install path * test(docs): detect PowerShell/$HOME nested skill-install paths Address CodeRabbit on #2160: the nested-path regression guard only matched Unix `mkdir`/`cp` with `~`, so a reintroduced PowerShell `Copy-Item ... $HOME/.claude/skills/ecc` (or backslash-separated) form would have slipped through. Extend the pattern to also cover `Copy-Item`/`New-Item` (and the `md`/`copy`/`cpi` aliases), accept `$HOME` as an alternative to `~`, allow both `/` and `\` separators, and match case-insensitively. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| canary-watch.test.js | ||
| configure-ecc-install-paths.test.js | ||
| continuous-learning-v2-docs.test.js | ||
| copilot-support.test.js | ||
| ecc2-release-surface.test.js | ||
| evaluator-rag-prototype.test.js | ||
| harness-adapter-compliance.test.js | ||
| install-identifiers.test.js | ||
| legacy-artifact-inventory.test.js | ||
| mcp-management-docs.test.js | ||
| platform-value-loop.test.js | ||
| stale-pr-salvage-ledger.test.js | ||