NAME
App::karr::Cmd::GetRefs - Fetch helper payloads from a Git ref
VERSION
version 0.102
SYNOPSIS
karr get-refs superpowers/spec/1234.md
karr get-refs refs/superpowers/spec/1234.md
DESCRIPTION
Fetches a single helper ref from the remote and prints only its payload to standard output. Informational messages go to standard error so the command can be composed into scripts or agent pipelines.
This is especially useful for AI-oriented workflows that want shared spec or planning blobs without coupling them to the task board itself.
SEE ALSO
karr, App::karr, App::karr::Cmd::SetRefs, App::karr::Cmd::Backup, App::karr::Git
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-karr/issues.
IRC
Join #ai on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.