mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-04-21 04:09:19 +00:00
Compare commits
2 Commits
3f1947edc7
...
a6cf4cda6f
| Author | SHA1 | Date | |
|---|---|---|---|
| a6cf4cda6f | |||
| 56eaf33632 |
@@ -96,7 +96,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
|
||||
- Redirect stderr appropriately: `2>/dev/null` or `2>&1`
|
||||
|
||||
### Configuration Files
|
||||
- Before generating a commit, always consult `agents/COMMITS.md` for the required style.
|
||||
- Before generating a commit, always consult `.agent/COMMITS.md` for the required style.
|
||||
|
||||
#### chezmoi Templates
|
||||
- Dotfiles use chezmoi's templating system
|
||||
|
||||
@@ -1 +1 @@
|
||||
AquaAI/qwen3.5:35b
|
||||
AquaAI/glm-4.7-flash
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Commit currently staged code in git
|
||||
mode: all
|
||||
model: {{ template "models/big-brain" . }}
|
||||
model: "{{ template "models/small-brain" }}"
|
||||
temperature: 0.1
|
||||
tools:
|
||||
write: false
|
||||
|
||||
Reference in New Issue
Block a user