Skip to content

Releases: devrail-dev/gitlab-repo-template

v1.0.0

01 Mar 08:21

Choose a tag to compare

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 init config scaffolding target
  • .gitlab-ci.yml with 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.