From dd64be292408255cf83935e86bed770a263f3980 Mon Sep 17 00:00:00 2001 From: koreacomp5 Date: Sat, 11 Oct 2025 16:50:40 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20todolist=20=EC=84=9C=EC=8B=9D=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC(###/=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4/?= =?UTF-8?q?=ED=95=98=EC=9D=B4=ED=94=88=20=EC=A0=9C=EA=B1=B0)=20=EB=B0=8F?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cursor/.prompt/1011.md | 0 {.prompt => .cursor/.prompt}/projectmemo.txt | 0 {.prompt => .cursor/.prompt}/todolist.md | 0 .cursor/commands/cm.md | 3 +++ .cursor/commands/n.md | 2 ++ 5 files changed, 5 insertions(+) create mode 100644 .cursor/.prompt/1011.md rename {.prompt => .cursor/.prompt}/projectmemo.txt (100%) rename {.prompt => .cursor/.prompt}/todolist.md (100%) create mode 100644 .cursor/commands/cm.md create mode 100644 .cursor/commands/n.md diff --git a/.cursor/.prompt/1011.md b/.cursor/.prompt/1011.md new file mode 100644 index 0000000..e69de29 diff --git a/.prompt/projectmemo.txt b/.cursor/.prompt/projectmemo.txt similarity index 100% rename from .prompt/projectmemo.txt rename to .cursor/.prompt/projectmemo.txt diff --git a/.prompt/todolist.md b/.cursor/.prompt/todolist.md similarity index 100% rename from .prompt/todolist.md rename to .cursor/.prompt/todolist.md diff --git a/.cursor/commands/cm.md b/.cursor/commands/cm.md new file mode 100644 index 0000000..538f2ef --- /dev/null +++ b/.cursor/commands/cm.md @@ -0,0 +1,3 @@ +# Commit with message + +Set an appropriate message for the recent changes, then commit. diff --git a/.cursor/commands/n.md b/.cursor/commands/n.md new file mode 100644 index 0000000..41c563c --- /dev/null +++ b/.cursor/commands/n.md @@ -0,0 +1,2 @@ +### next work +Do the next task. \ No newline at end of file