mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
Switches the recommended primary tool for version control operations from raw `git` commands to using `but` (GitButler CLI). This change ensures that all write operations, such as committing, are standardized and executed through the dedicated CLI. Read-only inspection via standard `git` remains allowed.
8 lines
401 B
Markdown
8 lines
401 B
Markdown
# Agent Instructions
|
|
|
|
## Version Control
|
|
|
|
- Use `but` (GitButler CLI) for version-control operations in this repository.
|
|
- Use `but` for all version-control write operations; read-only `git` inspection is allowed.
|
|
- Do not access GitHub URLs directly. Use the `gh` CLI for GitHub operations.
|
|
- When committing, use English Conventional Commit messages and include a clear description of Why and What.
|