feat: inject daemon running info to tera template#419
Conversation
Greptile SummaryThis PR adds Tera template support to Confidence Score: 5/5Safe to merge; only P2 findings remain. No P0 or P1 issues found. The two previously flagged P1s are correctly resolved. Remaining findings are a per-daemon read_global_slugs() call (avoidable but not a correctness issue) and an inaccurate doc comment about when hook template warnings are emitted. src/template.rs — minor doc comment inaccuracy and per-invocation disk I/O in the constructor. Important Files Changed
Reviews (4): Last reviewed commit: "fix(template): address minor tera render..." | Re-trigger Greptile |
0e4c5da to
fb50cc9
Compare
d493ff3 to
bd00558
Compare
## 🤖 New release * `pitchfork-cli`: 2.9.1 -> 2.10.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [2.10.0](v2.9.1...v2.10.0) - 2026-05-05 ### Added - refine startup / tailing logs display ([#420](#420)) - *(proxy)* sync slug hosts ([#418](#418)) - inject daemon running info to tera template ([#419](#419)) ### Fixed - *(boot-start)* use LaunchDaemon on MacOS ([#423](#423)) ### Other - *(build)* use serious profile to eliminate binary size ([#424](#424)) - set dev profile debug to 1 ([#415](#415)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
addresses #405.