dotfiles/AGENTS.md
2026-04-19 16:06:54 +02:00

817 B

Agent Instructions

Scope

This repo currently contains only shared zsh UI config.

Source of truth:

  • ./.zshrc

Boundaries

Do not move machine-specific shell config into this repo unless explicitly requested.

Assume local ~/.zshrc remains machine-specific and only bootstraps this repo with:

source "$HOME/Projekte/dotfiles/.zshrc"

Change Style

Keep changes minimal.

Prefer small, focused improvements to shared shell UX:

  • prompt
  • history behavior
  • autosuggestions
  • key bindings

Do not add frameworks or broad shell refactors unless explicitly requested.

Verification

Before claiming success, run:

zsh -n .zshrc

For behavior checks, use a fresh interactive shell:

zsh -i -c 'true; precmd; print -P -- "$PROMPT"'

Git

Use Conventional Commits.