Jun 9, 2026, 4:06 PM

This commit is contained in:
Paweł Domański
2026-06-09 14:06:59 +00:00
parent c36ead5db0
commit bb6ff3a8c6
12 changed files with 454 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Task Completion
Steps and commands to execute when validating code changes or knowledge-base updates.
## Verification Checklist
1. **Broken Link Check**: Ensure all newly added `[[WikiLinks]]` 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:
```powershell
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\replace_knowledge.ps1
```
5. **Memory Reference Checks**: Validate Serena onboarding memories using:
```powershell
serena memories check
```
6. **Git Cleanliness**: Run `git status` to ensure only intended changes are modified and no unintended files are staged.