mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-09-05 10:49:17 +00:00
Compare commits
1
Commits
f2daba6dc2
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3689a537d5 |
@@ -95,9 +95,6 @@ python3 -m py_compile ./home/bin/homeassistant.py
|
|||||||
- Check command exit status: `if <command>; then ... fi`
|
- Check command exit status: `if <command>; then ... fi`
|
||||||
- Redirect stderr appropriately: `2>/dev/null` or `2>&1`
|
- Redirect stderr appropriately: `2>/dev/null` or `2>&1`
|
||||||
|
|
||||||
### Configuration Files
|
|
||||||
- Before generating a commit, always consult `.agent/COMMITS.md` for the required style.
|
|
||||||
|
|
||||||
#### chezmoi Templates
|
#### chezmoi Templates
|
||||||
- Dotfiles use chezmoi's templating system
|
- Dotfiles use chezmoi's templating system
|
||||||
- Template syntax: `{{ }}` for variables (Chezmoi specific)
|
- Template syntax: `{{ }}` for variables (Chezmoi specific)
|
||||||
@@ -111,12 +108,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
|
|||||||
## Repository Patterns
|
## Repository Patterns
|
||||||
|
|
||||||
### Commit Message Format
|
### Commit Message Format
|
||||||
Follow conventional commits style (all lowercase).
|
- Before generating a commit, always consult @.agents/COMMITS.md for the required style.
|
||||||
- `feat(scope): description` - New feature
|
|
||||||
- `fix(scope): description` - Bug fix
|
|
||||||
- `refactor(scope): description` - Code refactoring
|
|
||||||
- `docs(scope): description` - Documentation changes
|
|
||||||
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
|
|
||||||
|
|
||||||
#### Pushing Remotes
|
#### Pushing Remotes
|
||||||
- **Do not push git repositories to remote unless explicitly instructed.**
|
- **Do not push git repositories to remote unless explicitly instructed.**
|
||||||
|
|||||||
Reference in New Issue
Block a user