mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
chore(ci): 로컬 런타임 디렉터리 검증 제외
로컬 개발 환경에서 생성되는 .agents와 .venv를 최상위 스킬로 검사하지 않도록 제외해 skill layout 검증을 실제 스킬 디렉터리에 한정합니다. Constraint: npm run ci가 validate-skills.sh를 필수로 실행함 Rejected: 로컬 .agents/.venv 삭제 | 사용자 환경 파일을 제거하는 방식은 부적절함 Confidence: high Scope-risk: narrow Directive: 새 로컬 런타임 디렉터리가 생기면 skill-docs.test.js 제외 목록과 함께 검토할 것 Tested: npm run ci
This commit is contained in:
parent
24feb3edca
commit
ee51dbc2f1
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ done < <(
|
|||
! -name .github \
|
||||
! -name .codex \
|
||||
! -name .claude \
|
||||
! -name .agents \
|
||||
! -name .omx \
|
||||
! -name .ouroboros \
|
||||
! -name .changeset \
|
||||
|
|
@ -47,6 +48,7 @@ done < <(
|
|||
! -name .vscode \
|
||||
! -name .sisyphus \
|
||||
! -name .idea \
|
||||
! -name .venv \
|
||||
! -name dist \
|
||||
! -name docs \
|
||||
! -name node_modules \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue