Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 579 Bytes

File metadata and controls

31 lines (23 loc) · 579 Bytes

Contributing

Development

Running Tests

# All tests
npm test

# Unit tests only
npm run test:unit

# Integration tests only
npm run test:integration

# Skill schema validation
npm run test:schema

Project Structure

scripts/          # Runner scripts (JS + Bash)
  lib/utils.js    # Shared utilities
skills/           # Slash commands + workflow definitions (SKILL.md + YAML frontmatter)
agents/           # Specialized sub-agents
hooks/            # Git/review hooks
rules/            # Always-on rules
test/             # Tests (node --test)