Skip to content

Commit 8310a46

Browse files
committed
style: format markdown files with mdformat
1 parent bc3c630 commit 8310a46

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.claude/commands/commit.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Analyze the git diff of staged files and create a commit message following conve
55
**Format:** `<type>(<scope>): <description>`
66

77
**Types:**
8+
89
- feat: new feature
910
- fix: bug fix
1011
- docs: documentation
@@ -16,13 +17,15 @@ Analyze the git diff of staged files and create a commit message following conve
1617
- revert: reverts a previous commit
1718

1819
**Scopes:**
20+
1921
- api: Lua API and Python API communication
2022
- log: Logging and Replay functionality
2123
- bot: Python bot framework and base classes
2224
- examples: Example bots and usage samples
2325
- dev: Development tools and environment
2426

2527
**Workflow:**
28+
2629
1. Run `git status` to see overall repository state. If there are are no staged changes, exit.
2730
2. Run `git diff --staged` to analyze the actual changes
2831
3. Run `git diff --stat --staged` for summary of changed files
@@ -34,13 +37,17 @@ Analyze the git diff of staged files and create a commit message following conve
3437

3538
**Co-authors**
3639
Here is the collection of all previous co-authors of the repo as reference (names and emails):
40+
3741
- claude: `Co-Authored-By: Claude <noreply@anthropic.com>`
42+
3843
Here is a list of the co-authors which contributed to this commit:
44+
3945
```
4046
$ARGUMENTS
4147
```
4248

4349
**Notes**
50+
4451
- Do not include emojis in the commit message.
4552
- Do not include `🤖 Generated with [Claude Code](https://claude.ai/code)` in the commit message.
4653
- If the list is empty, do not add any co-authors

docs/logging-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Each log entry follows this structure:
5959

6060
- **`timestamp_ms`**: Unix timestamp in milliseconds when the action occurred
6161
- **`function`**: The game function that was called
62-
- `name`: Function name (e.g., "start_run", "play_hand_or_discard", "cash_out")
63-
- `arguments`: Arguments passed to the function
62+
- `name`: Function name (e.g., "start_run", "play_hand_or_discard", "cash_out")
63+
- `arguments`: Arguments passed to the function
6464
- **`game_state`**: Complete game state **before** the function execution
6565

6666
## Python SDK Logging

0 commit comments

Comments
 (0)