Documentation
¶
Overview ¶
Package templates provides gitrakz's built-in template library: a small set of deterministic, Builtin=true templates seeded into the templates table on every service boot, so the template runner and templates manager have something to run before any user or LLM-authored template exists.
Index ¶
Constants ¶
View Source
const ( IDActivitySummary = "builtin-activity-summary" IDCommitsPerRepo = "builtin-commits-per-repo" IDWorkSessionsTimesheet = "builtin-work-sessions-timesheet" )
Built-in template IDs. Stable across boots so re-seeding always upserts the same rows (see db.Store.SaveTemplate) instead of accumulating duplicates.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.