From 88ec2f987d586c81a64ca8bd2f23c657d7c29f3e Mon Sep 17 00:00:00 2001 From: Yiheng Tao Date: Sat, 28 Jun 2025 20:30:44 -0700 Subject: [PATCH] refactor: move prompt files from .prompts/ to .github/prompts/ - Relocate all prompt files to follow GitHub conventions - Extract commit info, GitHub issue, planning, workflow, and submit prompts - Maintains file contents while improving organization - Uses .github/prompts/ for better discoverability and standards compliance (Cursor) --- {.prompts => .github/prompts}/extract_commit_info.prompt.md | 0 {.prompts => .github/prompts}/generate_github_issue.prompt.md | 0 {.prompts => .github/prompts}/github_issue_planning.prompt.md | 0 {.prompts => .github/prompts}/github_issue_workflow.prompt.md | 0 {.prompts => .github/prompts}/submit.prompt.md | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {.prompts => .github/prompts}/extract_commit_info.prompt.md (100%) rename {.prompts => .github/prompts}/generate_github_issue.prompt.md (100%) rename {.prompts => .github/prompts}/github_issue_planning.prompt.md (100%) rename {.prompts => .github/prompts}/github_issue_workflow.prompt.md (100%) rename {.prompts => .github/prompts}/submit.prompt.md (100%) diff --git a/.prompts/extract_commit_info.prompt.md b/.github/prompts/extract_commit_info.prompt.md similarity index 100% rename from .prompts/extract_commit_info.prompt.md rename to .github/prompts/extract_commit_info.prompt.md diff --git a/.prompts/generate_github_issue.prompt.md b/.github/prompts/generate_github_issue.prompt.md similarity index 100% rename from .prompts/generate_github_issue.prompt.md rename to .github/prompts/generate_github_issue.prompt.md diff --git a/.prompts/github_issue_planning.prompt.md b/.github/prompts/github_issue_planning.prompt.md similarity index 100% rename from .prompts/github_issue_planning.prompt.md rename to .github/prompts/github_issue_planning.prompt.md diff --git a/.prompts/github_issue_workflow.prompt.md b/.github/prompts/github_issue_workflow.prompt.md similarity index 100% rename from .prompts/github_issue_workflow.prompt.md rename to .github/prompts/github_issue_workflow.prompt.md diff --git a/.prompts/submit.prompt.md b/.github/prompts/submit.prompt.md similarity index 100% rename from .prompts/submit.prompt.md rename to .github/prompts/submit.prompt.md