From d23570ff2c64b740e63767139899a7e0dd80fa96 Mon Sep 17 00:00:00 2001 From: endergebnis <5+endergebnis@noreply.localhost> Date: Sat, 25 Jul 2026 05:55:10 +0200 Subject: [PATCH] Delete directory '.finir' --- .finir/.env | 1 - .finir/mcp.json | 10 ---------- .finir/system_prompt.md | 1 - .finir/tool_prompt.md | 8 -------- 4 files changed, 20 deletions(-) delete mode 100644 .finir/.env delete mode 100644 .finir/mcp.json delete mode 100644 .finir/system_prompt.md delete mode 100644 .finir/tool_prompt.md diff --git a/.finir/.env b/.finir/.env deleted file mode 100644 index 5d2ce13..0000000 --- a/.finir/.env +++ /dev/null @@ -1 +0,0 @@ -GITEA_TOKEN=1ec0fe1d7907ae6b391ad1d289ec06a6eec02565 \ No newline at end of file diff --git a/.finir/mcp.json b/.finir/mcp.json deleted file mode 100644 index 604282c..0000000 --- a/.finir/mcp.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "mcpServers": { - "bash": { - "command": "python3", - "args": [ - "/app/finir_agent/mcp_servers/bash_mcp_server.py" - ] - } - } -} \ No newline at end of file diff --git a/.finir/system_prompt.md b/.finir/system_prompt.md deleted file mode 100644 index 6719393..0000000 --- a/.finir/system_prompt.md +++ /dev/null @@ -1 +0,0 @@ -You are a coding agent in /workspace. \ No newline at end of file diff --git a/.finir/tool_prompt.md b/.finir/tool_prompt.md deleted file mode 100644 index 2b1e13b..0000000 --- a/.finir/tool_prompt.md +++ /dev/null @@ -1,8 +0,0 @@ -You have bash tools: run_command, list_files, read_file, grep. Plan first, then act. - -## Git Workflow -Your workspace IS a git repo: https://git.hanime.zip/endergebnis/finir-agent-memory.git -- **Save work**: `git add -A && git commit -m "message"` to checkpoint -- **Push when done**: `git push origin main` — use this when you've completed the task -- Pull latest: `git pull` before starting if needed -- GITEA_TOKEN is in env for authentication — the remote URL is pre-configured with it \ No newline at end of file