Jun 18, 2026, 12:01 PM

This commit is contained in:
Paweł Domański
2026-06-18 10:01:11 +00:00
parent 8190368188
commit 33fa2cf18a
27 changed files with 214 additions and 196 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ Steps and commands to execute when validating code changes or knowledge-base upd
## Verification Checklist
1. **Broken Link Check**: Ensure all newly added `[[WikiLinks]]` are accurate and point to existing files.
1. **Broken Link Check**: Ensure all newly added `[[Knowledge BaseLinks]]` are accurate and point to existing files.
2. **Kebab-Case Naming**: Verify all created concept or entity files are named in kebab-case.
3. **UTF-8 Encoding**: Ensure modified and created markdown files are written in UTF-8 format.
4. **Consistency Script**: Run the text replacement script if naming or file paths were updated:
@@ -16,3 +16,4 @@ Steps and commands to execute when validating code changes or knowledge-base upd
serena memories check
```
6. **Git Cleanliness**: Run `git status` to ensure only intended changes are modified and no unintended files are staged.