fix: classify commit messages by change type
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
let
|
||||
defaultDocument = import "./default.md";
|
||||
commonLanguage = import "./common/language.md";
|
||||
commonGit = import "./common/git.md";
|
||||
commonTickets = import "./common/tickets.md";
|
||||
commonToolUsage = import "./common/tool-usage.md";
|
||||
commonWorkerObservation = import "./common/worker-observation.md";
|
||||
@@ -33,6 +34,7 @@ in
|
||||
{
|
||||
default_prompt = defaultDocument.content;
|
||||
common = {
|
||||
git = commonGit.content;
|
||||
language = commonLanguage.content;
|
||||
tickets = commonTickets.content;
|
||||
tool_usage = commonToolUsage.content;
|
||||
|
||||
Reference in New Issue
Block a user