Cursor rule
.cursor/rules/ci-and-release.mdcTest, lint, and release workflows; semver and GoReleaser
Cursor rules
Quality
45/100
Scores the file, not the repository.Length
280 words
1 headings · 0 code blocksRepository
3
— · pushed 1 days agoLast changed
3 days ago
First indexed 3 days ago.1234567# CI and Release89- **test.yml**: Runs on push to `main`/`release-*` and on PRs. Path filter for `**.go`, `go.*`, `Makefile`, workflow file. Jobs: `make test-all`, `make check-fmt`. Do not remove path filter or break job dependencies.10- **lint.yml**: Runs on PRs. Path filter for Go and config. Uses golangci-lint. Keep version and filters consistent.11- **integration.yml**: Runs Neptune plan/apply on PRs with real GitHub and MinIO. Needs `statuses: write` so Neptune can set commit statuses (neptune plan / neptune apply).12- **labeler.yml**: On pull_request; runs actions/labeler with `.github/labeler.yml` (path-based and head-branch rules for release-note categories).13- **label-old-prs.yml**: workflow_dispatch; backfills labels on existing PRs (state and limit inputs). Applies same rules as labeler to head branch and PR title in a separate step (labeler has no branch context on workflow_dispatch), then runs the labeler for path-based labels.14- **release.yml**: Triggers on push of tags `v*.*.*`. Uses GoReleaser; needs `contents: write`. Do not change tag pattern or permissions without good reason.15- **Semver**: Tags are `vMAJOR.MINOR.PATCH` (e.g. `v0.2.0`). GoReleaser reads tag and injects version/commit/date via ldflags in `main.go`.16- **.goreleaser.yml**: Builds `neptune` binary from `.` (multi-OS/arch) and Lambda `neptune-webhook` from `lambda/` (linux/amd64, released as `neptune-webhook.zip` and raw binary). Asset names are lowercase (e.g. `neptune_linux_amd64.tar.gz`). With `changelog.use: github-native`, the release body is generated by GitHub; categories are defined in `.github/release.yml` and depend on PR labels. Release footer has Full Changelog link. Keep Lambda binary name and CloudFormation Handler in sync; do not remove ldflags or rename binaries without updating docs.17- **Breaking changes in changelog**: For release notes, tag PRs with the `breaking-change` label so they appear under "Breaking Changes". Commit subject `!:` (e.g. `feat!: ...`, `fix(scope)!: ...`) is still recommended for semver.18
Also in devopsfactory-io/neptune
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| devopsfactory-io/neptune.cursor/rules/commits-dco.mdc · 3 | Cursor rules | gitdo-not | 38/100 | 3 days ago | |
| devopsfactory-io/neptune.cursor/rules/config-and-yaml.mdc · 3 | Cursor rules | no sections | 16/100 | 3 days ago | |
| devopsfactory-io/neptune.cursor/rules/docs-and-ai-context.mdc · 3 | Cursor rules | docs | 16/100 | 3 days ago | |
| devopsfactory-io/neptune.cursor/rules/go-standards.mdc · 3 | Cursor rules | lint-format | 35/100 | 3 days ago | |
| devopsfactory-io/neptune.cursor/rules/issue-creation.mdc · 3 | Cursor rules | no sections | 24/100 | 3 days ago | |
| devopsfactory-io/neptuneAGENTS.md · 3 | AGENTS.md | setupbuildtestlint-format+5 | 81/100 | 3 days ago | |
| devopsfactory-io/neptuneCLAUDE.md · 3 | CLAUDE.md | lint-formatstyletypestesting-strategy+5 | 89/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago | |
| nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49 | Cursor rules | setupbuildteststyle+4 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago |
