NAME
karr-foundation - Single-shot foundation daemon for periodic karr agent execution
VERSION
version 0.301
SYNOPSIS
# Every 5 minutes via cron
*/5 * * * * karr-foundation
# One-shot run forcing execution in all repos
karr-foundation --force
# Preview without executing
karr-foundation --dry-run --verbose
DESCRIPTION
karr-foundation reads a config file listing karr board directories, detects board changes or open tasks, and invokes a configured agent command for each active repo. It is designed to be called repeatedly — by cron, a systemd timer, or a tight while-loop.
See App::karr::Foundation for full documentation.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/karr/issues.
IRC
Join #langertha on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
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.