-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgitmessage
More file actions
42 lines (38 loc) · 1.47 KB
/
gitmessage
File metadata and controls
42 lines (38 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# AI Stats:
#
# AI_MODEL: gpt-4o
# AI_EDITOR: vscode-agent
# AI_MULTIPLE: 2
# AI_QOL: 3
# AI_TASK_COMPLEXITY: 2
# AI_NOTES: Optional Comment
# -------------------------------------------------------------------- #
# AI Stat Definitions:
#
# AI_MODEL: AI Model used to assist development [gpt-4o, claude-3.7-sonnet]
# AI_EDITOR: Editor/extension used in conjuction with model [jetbrains-copilot, cursor, windsurf, vscode-copilot]
# AI_MULTIPLE: Productivity boost estimate as a multiple (e.g. 1.2 is a 20% increase in
# output or decrease in time to delivery) [0.8, 1.2, 2]
# AI_QOL: Quality of life score on a scale of 1-5, with 1 being "mostly just annoying" to 5 being "can't live without"
# AI_TASK_COMPLEXITY: Task/ticket complexity on a scale of 1-5, with 1 being "trivial,
# XS t-shirt size" to 5 being "multi-day full-stack feature with many changes"
# AI_NOTES: Optional comments about your experience.
# -------------------------------------------------------------------- #
# NOTE
#
# Conventional Commits: https://www.conventionalcommits.org/en/v1.0.0
#
# 50-character subject line
#
# 72-character wrapped longer description. This should answer:
#
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
# Include a link to the ticket, if any.
#
# Add co-authors if you worked on this code with others:
#
# Co-authored-by: Full Name <email@example.com>
# Co-authored-by: Full Name <email@example.com>