test
3
总安装量
2
周安装量
#59342
全站排名
安装命令
npx skills add https://github.com/yui-synth-lab/aenea-project --skill test
Agent 安装分布
opencode
2
codex
2
claude-code
2
antigravity
2
gemini-cli
2
windsurf
1
Skill 文档
Test
ãã¹ãå®è¡ã¨ãããã°ã
Commands
npm test # All tests
npm run test:watch # Watch mode
npm run test:coverage # Coverage
npm test -- path/to/test.ts # Specific file
Key Test Files
- tests/aenea/memory/memory-consolidator.test.ts
- tests/utils/energy-management.test.ts
- tests/integration/database-persistence.test.ts
Troubleshooting
# Database lock
pkill -f "aenea" && rm -f data/test_*.db
Detailed Reference
Test philosophy, benchmarks, coverage areas: reference.md