fix(minio): support mc_path and harden sync against transient objects
This commit is contained in:
@@ -818,6 +818,8 @@ backup:
|
||||
bucket: flynn-backups
|
||||
prefix: flynn
|
||||
secure: true
|
||||
# Optional absolute path to MinIO client binary if not on PATH
|
||||
mc_path: /usr/local/bin/mc
|
||||
```
|
||||
|
||||
## MinIO Share Tool
|
||||
@@ -1631,7 +1633,7 @@ src/
|
||||
|
||||
## System Prompt
|
||||
|
||||
Flynn assembles its system prompt from layered template files (`SOUL.md`, `AGENTS.md`, `IDENTITY.md`, `USER.md`, `TOOLS.md`) searched in configurable directories. The first match per file wins.
|
||||
Flynn assembles its system prompt from layered template files (`SOUL.md`, `AGENTS.md`, `IDENTITY.md`, `USER.md`, `TOOLS.md`, `BOOTSTRAP.md`, `HEARTBEAT.md`) searched in configurable directories. The first match per file wins.
|
||||
|
||||
A **Runtime Context** section is automatically appended to every system prompt with the current date and time, so the model always knows when "now" is without needing a tool call.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user