- P0: Catalog includes nested skills (listSkillIdsRecursive), 626 skills - P0: update_readme.py regex fixes 'high-performance agentic skills' - P1: SKILL_ANATOMY risk values aligned to none|safe|critical|offensive (EN + vi) - P1: requirements.txt + CONTRIBUTING Python setup - P1: data/package.json version 4.6.0 - P2: npm run test + CI test step; validator docs + validation-baseline in .gitignore - P3: Installer --version/--tag support; CI npm audit; __pycache__ in .gitignore
32 lines
529 B
Plaintext
32 lines
529 B
Plaintext
node_modules/
|
|
__pycache__/
|
|
.worktrees/
|
|
|
|
walkthrough.md
|
|
.agent/rules/
|
|
.gemini/
|
|
LOCAL_CONFIG.md
|
|
data/node_modules
|
|
|
|
# Temporary analysis and report files
|
|
*_REPORT.md
|
|
*_ANALYSIS*.md
|
|
*_COUNT.md
|
|
*_SUMMARY.md
|
|
*_analysis.json
|
|
*_validation.json
|
|
*_results.json
|
|
voltagent_*.json
|
|
similar_skills_*.json
|
|
remaining_*.json
|
|
html_*.json
|
|
|
|
# Temporary analysis scripts
|
|
scripts/*voltagent*.py
|
|
scripts/*html*.py
|
|
scripts/*similar*.py
|
|
scripts/*count*.py
|
|
|
|
# Optional baseline for legacy JS validator (scripts/validate-skills.js)
|
|
validation-baseline.json
|