890 B
890 B
Task Completion
Steps and commands to execute when validating code changes or knowledge-base updates.
Verification Checklist
- Broken Link Check: Ensure all newly added
[[Knowledge BaseLinks]]are accurate and point to existing files. - Kebab-Case Naming: Verify all created concept or entity files are named in kebab-case.
- UTF-8 Encoding: Ensure modified and created markdown files are written in UTF-8 format.
- Consistency Script: Run the text replacement script if naming or file paths were updated:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\replace_knowledge.ps1 - Memory Reference Checks: Validate Serena onboarding memories using:
serena memories check - Git Cleanliness: Run
git statusto ensure only intended changes are modified and no unintended files are staged.