kdnk_obsidian-automatic-linker/AGENTS.md
Kodai Nakamura a2e753ae20 docs: Update version control guidelines to use GitButler CLI
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.
2026-07-19 17:26:21 +09:00

401 B

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.