Skip to content

Commit a5afb79

Browse files
committed
log changes and fix spelling
1 parent 3339337 commit a5afb79

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/assistant-guidelines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
version: "0.0.7"
2+
version: "0.0.8"
33
---
44

55

6+
67
# Assistant Guidelines for `.prompts` Storage
78

89
These guidelines tell the assistant exactly how to write prompt files in this repository.
@@ -33,7 +34,7 @@ These guidelines tell the assistant exactly how to write prompt files in this re
3334
- For a fresh clone, use this file as the canonical instruction source.
3435
- If the user asks to store new prompts, then assure there is one file for each and all of the uncommitted prompts of that session.
3536
- Read the latest prompt file and find the prompts in your memory. Then store all prompts that came after this.
36-
- Use this commands to find the latest prompt file:
37+
- Use the following command to find the latest prompt file:
3738

3839
```shell
3940
(find .prompts -maxdepth 1 -type f -printf '%f\n'; find .prompts/committed/ -maxdepth 1 -type f -printf '%f\n' ) | sort

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
## v0.0.9
66

7-
- Use `tox` for testing.
7+
- fix: ensure newline before automatically added gitignore entry
8+
- dev: use `tox` for testing.
9+
- dev: format code
10+
- fix: spelling in assistant guidelines
811

912
## v0.0.8
1013

0 commit comments

Comments
 (0)