Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 698 Bytes

File metadata and controls

27 lines (19 loc) · 698 Bytes

Contributing

Thanks for helping make maintainer workflows calmer and safer.

Development

zsh -n agent-zsh.plugin.zsh lib/agent-zsh/*.zsh completions/_agz
zsh test/run.zsh

Design Rules

  • Keep commands local-first.
  • Treat destructive git operations as guarded flows with previews.
  • Prefer recoverable branches and metadata over hidden state.
  • Keep output readable in terminals and review artifacts.
  • Add tests for parser behavior and git-state transitions.

Pull Requests

Good pull requests should include:

  • a short problem statement
  • before and after behavior
  • tests or a clear reason tests are not useful
  • any compatibility notes for zsh versions or git versions