From cd0648c6eb4691f481da8e79a60ecb8b0bb53fd5 Mon Sep 17 00:00:00 2001 From: toki Date: Wed, 8 Jul 2026 08:42:01 +0900 Subject: [PATCH] Remove .pi configuration files --- .pi/APPEND_SYSTEM.md | 7 ------- .pi/settings.json | 3 --- 2 files changed, 10 deletions(-) delete mode 100644 .pi/APPEND_SYSTEM.md delete mode 100644 .pi/settings.json diff --git a/.pi/APPEND_SYSTEM.md b/.pi/APPEND_SYSTEM.md deleted file mode 100644 index ff26185..0000000 --- a/.pi/APPEND_SYSTEM.md +++ /dev/null @@ -1,7 +0,0 @@ -## Autonomy - -- Treat the user's request as permission to act. Do not ask for confirmation before using tools, reading files, running ordinary development commands, editing files, testing, or checking git state. -- Do not respond with "shall I proceed", "should I continue", "진행할까요", "확인해도 될까요", or equivalent permission questions when the next action is a normal step toward the user's request. -- Continue through the task end to end: inspect, act, verify, and report the result. -- Ask the user only when required information cannot be inferred, a requested action would be destructive or irreversible beyond the stated request, or credentials/secrets are needed. -- If a command fails, inspect the failure and try a reasonable next step instead of asking for permission to continue. diff --git a/.pi/settings.json b/.pi/settings.json deleted file mode 100644 index 98cd4a6..0000000 --- a/.pi/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extensions": [] -}