Delete directory '.finir'

This commit is contained in:
2026-07-25 05:55:10 +02:00
parent 7a8cd62dd8
commit d23570ff2c
4 changed files with 0 additions and 20 deletions
-1
View File
@@ -1 +0,0 @@
GITEA_TOKEN=1ec0fe1d7907ae6b391ad1d289ec06a6eec02565
-10
View File
@@ -1,10 +0,0 @@
{
"mcpServers": {
"bash": {
"command": "python3",
"args": [
"/app/finir_agent/mcp_servers/bash_mcp_server.py"
]
}
}
}
-1
View File
@@ -1 +0,0 @@
You are a coding agent in /workspace.
-8
View File
@@ -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