From 868fec8528a86ef2b3c0055c40b40daaa4ecbb69 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:57:49 +0000 Subject: [PATCH] feat: add core commands, services, prompts and utilities --- prompts/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 prompts/__init__.py diff --git a/prompts/__init__.py b/prompts/__init__.py new file mode 100644 index 0000000..4549a63 --- /dev/null +++ b/prompts/__init__.py @@ -0,0 +1 @@ +local_code_assistant/prompts/__init__.py \ No newline at end of file