- Add .aurelio/config.toml, mcp_config.json, sync.py, README.md - Seed .aurelio/realm/AGENTS.md and memory/index.md
19 lines
416 B
TOML
19 lines
416 B
TOML
[identity]
|
|
name = "savearth Flow Meter PCB"
|
|
realm = "flow-meter-pcb"
|
|
version = "2.8.0"
|
|
|
|
[sync]
|
|
enabled = true
|
|
endpoint = "https://mcp.portugalfuturista.org"
|
|
interval_seconds = 300
|
|
auto_push = true
|
|
|
|
[models]
|
|
default_local = "qwen2.5-coder:14b"
|
|
default_cloud = "gemini-2.5-pro"
|
|
ollama_url = "http://127.0.0.1:11434"
|
|
|
|
[brain]
|
|
auto_save = true
|
|
artifact_types = ["task", "implementation_plan", "walkthrough", "analysis"]
|