Compare commits
2 Commits
b1588b5e1b
...
0a36b63a9f
| Author | SHA1 | Date |
|---|---|---|
|
|
0a36b63a9f | |
|
|
55ad3ee573 |
|
|
@ -174,11 +174,16 @@ Common in piker commits (33.0% use colons):
|
|||
- `.accounting: description`
|
||||
|
||||
### Claude-code Footer
|
||||
When commits assisted by claude-code, include:
|
||||
When written patch was assisted by claude-code, include:
|
||||
|
||||
```
|
||||
(this patch was generated in some part by
|
||||
[`claude-code`][claude-code-gh])
|
||||
(this patch was generated in some part by [`claude-code`][claude-code-gh])
|
||||
[claude-code-gh]: https://github.com/anthropics/claude-code
|
||||
```
|
||||
|
||||
when only the commit msg was written by claude-code, use:
|
||||
```
|
||||
(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
|
||||
[claude-code-gh]: https://github.com/anthropics/claude-code
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -116,7 +116,15 @@ ENV/
|
|||
|
||||
# :Obsession .
|
||||
Session.vim
|
||||
|
||||
# gitea local `.md`-files
|
||||
# TODO? would this be handy to also commit and sync with
|
||||
# wtv git hosting service tho?
|
||||
gitea/
|
||||
|
||||
# ------ macOS ------
|
||||
# Finder metadata
|
||||
**/.DS_Store
|
||||
|
||||
# LLM conversations that should remain private
|
||||
docs/conversations/
|
||||
|
|
|
|||
Loading…
Reference in New Issue