RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/fall-out-bug/sdp_lab

Cursor rule

.cursor/rules/hotfix.mdc

SDP command hotfix

Cursor rules

Quality

65/100

Scores the file, not the repository.

Length

163 words

4 headings · 1 code blocks

Repository

0

— · pushed 78 days ago

Last changed

3 days ago

First indexed 3 days ago.
fall-out-bug/sdp_lab/.cursor/rules/hotfix.mdcRawGitHub
1---
2description: SDP command hotfix
3globs: []
4alwaysApply: false
5---
6<!-- GENERATED by sdp generate-adapters from sdp.manifest.yaml — do not edit manually -->
7<!-- Source: prompts/commands/hotfix.md -->
8# /hotfix — Emergency Production Fixes
9 
10When calling `/hotfix "description" --issue-id=001`:
11 
121. **Create branch** — `git checkout -b hotfix/{id}-{slug}` from main
132. **Minimal fix** — No refactoring, fix bug only
143. **Fast testing** — Smoke + critical path (no full suite)
154. **Commit** — `fix(scope): description (issue NNN)`
165. **MERGE, TAG, PUSH** — Execute yourself!
176. **Backport** — Merge to feature branches
187. **Close issue** — Update status in issue file
19 
20## CRITICAL: You MUST Complete
21 
22```bash
23# Merge to main and tag
24git checkout main
25git merge hotfix/{branch} --no-edit
26git tag -a v{VERSION} -m &quot;Hotfix: {description}&quot;
27git push origin main --tags
28```
29 
30**Work is NOT complete until all `git push` commands succeed.**
31 
32## Quick Reference
33 
34**Input:** P0 CRITICAL issue
35**Output:** Production fix + pushed to origin
36 
37**Key Rules:**
38- Minimal changes only
39- No refactoring
40- No new features
41- Fast testing
42- Backport mandatory

Commands it names

  • git checkout main
  • git merge hotfix/{branch} --no-edit
  • git tag -a v{VERSION} -m "Hotfix: {description}"
  • git push origin main --tags
  • git checkout -b hotfix/{id}-{slug}
  • git push

Sections

  • /hotfix — Emergency Production Fixes
  • CRITICAL: You MUST Complete
  • Merge to main and tag
  • Quick Reference

What it covers

git-pr

Stack — with the evidence

go

(1.00)

docker

(0.60)

github-actions

(0.60)

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
fall-out-bug
Language
—
License
—
Archived
no

All configs in this repo

Also in fall-out-bug/sdp_lab

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
fall-out-bug/sdp_labcmd/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labinternal/AGENTS.md · 0AGENTS.mdgodocker+1styledependenciesapido-not+155/1003 days ago
fall-out-bug/sdp_labprompts/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.agents/skills/AGENTS.md · 0AGENTS.mdgodocker+1dependenciesapido-notagent-behaviour59/1003 days ago
fall-out-bug/sdp_lab.codex/AGENTS.md · 0AGENTS.mdgodocker+3setupbuildtestlint-format+486/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/beads.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/bugfix.mdc · 0Cursor rulesgodocker+1no sections60/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/build.mdc · 0Cursor rulesgodocker+1build29/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/ci-triage.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/oneshot.mdc · 0Cursor rulesgodocker+1no sections30/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/codereview.mdc · 0Cursor rulesgodocker+1archgit40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/debug.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deliver.mdc · 0Cursor rulesgodocker+1no sections39/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/deploy.mdc · 0Cursor rulesgodocker+1deployment54/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/design.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/feature.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/idea.mdc · 0Cursor rulesgodocker+1no sections25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/issue.mdc · 0Cursor rulesgodocker+1api25/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/prd.mdc · 0Cursor rulesgodocker+1no sections16/1003 days ago
fall-out-bug/sdp_lab.cursor/rules/protocol-consistency.mdc · 0Cursor rulesgodocker+1arch40/1003 days ago
Diff against cmd/AGENTS.md Diff against internal/AGENTS.md Diff against prompts/skills/AGENTS.md Diff against .agents/skills/AGENTS.md Diff against .codex/AGENTS.md Diff against .cursor/rules/beads.mdc Diff against .cursor/rules/bugfix.mdc Diff against .cursor/rules/build.mdc Diff against .cursor/rules/ci-triage.mdc Diff against .cursor/rules/oneshot.mdc Diff against .cursor/rules/codereview.mdc Diff against .cursor/rules/debug.mdc Diff against .cursor/rules/deliver.mdc Diff against .cursor/rules/deploy.mdc Diff against .cursor/rules/design.mdc Diff against .cursor/rules/feature.mdc Diff against .cursor/rules/idea.mdc Diff against .cursor/rules/issue.mdc Diff against .cursor/rules/prd.mdc Diff against .cursor/rules/protocol-consistency.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49Cursor rulestypescriptcypress+14setupbuildteststyle+496/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/proto.mdc · 126Cursor rulesgobiome+4buildlint-formatstylearch+396/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack