NAME
App::karr::Cmd::SetRefs - Store helper payloads in a Git ref
VERSION
version 0.102
SYNOPSIS
karr set-refs superpowers/spec/1234.md draft ready
karr set-refs refs/superpowers/spec/1234.md "full payload"
DESCRIPTION
Writes a helper payload into a free-form Git ref outside the protected board namespace. This is intended for adjunct workflow data such as AI planning artifacts or coordination hints that should sync through Git without becoming a task card.
Like the rest of the Perl CLI, this works fine from a local install, and the same command can be run from the Docker wrapper if you prefer the vendored runtime style described in the README.
SEE ALSO
karr, App::karr, App::karr::Cmd::GetRefs, 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.