Skip to content

Commit 41da0cc

Browse files
rubenaylaclaude
andcommitted
rename .agents/ files to kebab-case
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c15cd0 commit 41da0cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pre-commit checklist for kart_docs. Run through before every commit.
1616
- [ ] Raw HTML tags (`<object>`, `<img>`, etc.) use paths relative to the **page URL**, not the source `.md` file (MkDocs only rewrites markdown `![](...)` syntax, not HTML tags)
1717

1818
### Error Prevention
19-
- [ ] If error occurred: documented in `.agents/error_log.md` with prevention
19+
- [ ] If error occurred: documented in `.agents/error-log.md` with prevention
2020

2121
## After Checklist
2222

File renamed without changes.

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Key Files (Read Before Working)
44
Before making any changes, consult:
5-
1. **`.agents/error_log.md`** — Past errors and added preventions
6-
2. **`.agents/definition_of_done.md`** — Pre-commit checklist
5+
1. **`.agents/error-log.md`** — Past errors and added preventions
6+
2. **`.agents/definition-of-done.md`** — Pre-commit checklist
77

88
## Project Overview
99

@@ -111,6 +111,6 @@ GitHub Actions workflow (`.github/workflows/deploy-docs.yml`):
111111
Before any `git commit`, you MUST:
112112
1. Run `git status` to see which files will be included
113113
2. Run `git diff --cached` to verify changes line by line
114-
3. If build fails: document the error in `.agents/error_log.md`, fix it, and add prevention if recurring
114+
3. If build fails: document the error in `.agents/error-log.md`, fix it, and add prevention if recurring
115115

116116
**Never commit blindly.**

0 commit comments

Comments
 (0)