NAME

App::Raider::Plugin::Situation - Inject situational context (current time, timezone, host, user) at the start of the first raid

VERSION

version 0.003

SYNOPSIS

my $raider = Langertha::Raider->new(
    engine  => $engine,
    plugins => ['+App::Raider::Plugin::Situation'],
);

DESCRIPTION

Prepends a small [situation] context block to the very first user message of a session: current local time, UTC offset, timezone, hostname, and $USER. The model then knows what "now" means without needing to call bash "date".

The block is injected only once per Raider instance (on the first plugin_before_raid) so it does not bloat subsequent raids — the model already has the info in its history.

SEE ALSO

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-raider/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 <torsten@raudssus.de> https://raudssus.de/

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.