Files
LLMScaffolding/.config/commitlint.config.cjs
ReachableCEO a00b6a8782 chore(repo): clean root and move docs
- Move docs to docs/; keep areas for prompts only
- Relocate Makefile to scripts/Makefile; update docs to use it
- Move ci.Dockerfile to docker/ci.Dockerfile; update compose
- Move commitlint config to .config and update hook
- Remove root AGENTS.md (use area AGENTS.md)
2025-09-10 18:00:50 -05:00

5 lines
69 B
JavaScript

export default {
extends: ['@commitlint/config-conventional'],
};