Releases: devrail-dev/gitlab-repo-template
Releases · devrail-dev/gitlab-repo-template
v1.0.0
Initial Release
GitLab project template for DevRail-managed repositories. Includes all configuration files, CI pipeline, and agent instruction files needed to start a new project with DevRail standards.
Highlights
- Makefile with all 7 language ecosystems: Python, Bash, Terraform, Ansible, Ruby, Go, JavaScript/TypeScript
make initconfig scaffolding target.gitlab-ci.ymlwith parallel jobs: lint, format, test, security, scan, docs- Pre-commit hooks for all supported languages (commented out by default)
- Agent instruction files: CLAUDE.md, AGENTS.md, .cursorrules, .opencode/agents.yaml
- DevRail compliance badge
Usage
Clone the template, edit .devrail.yml to declare your languages, and run make install-hooks.