agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
---
description: Review changes and update CLAUDE.md and AGENTS.md to reflect current architecture and implementation
agpm:
  templating: true
dependencies:
  snippets:
      - name: base
        install: false
        path: ../../snippets/commands/update-claude.md
---

## Argument Parsing

Parse the arguments from the command invocation:
- Arguments received: $ARGUMENTS
- Parse for:
  - Optional positional `<commit-range>` (e.g., `HEAD~5..HEAD`, `main..feature`)
  - Flags: `--check-only`, `--auto-update`
- If commit range provided, use `git diff <range>` instead of `git diff HEAD`

{{ agpm.deps.snippets.base.content }}

## Tool-Specific Notes

- This command is designed for OpenCode
- Adjust any tool-specific syntax as needed
- Use Read and Edit tools to update documentation
- Focus on architectural changes and new features