🛠️ Update various documentation, scripts, and configuration templates to enhance clarity, functionality, and maintainability across the project

This commit is contained in:
2026-05-04 10:56:41 +00:00
parent 1a2f1510bf
commit 31975e3088
41 changed files with 4184 additions and 133 deletions

View File

@@ -5,3 +5,9 @@
- Confirm frontmatter is valid and descriptive.
- Avoid duplicating a workflow that already exists.
- If scripts are referenced, validate them before merging.
- Check whether the same outcome can be achieved with a cheaper shared
primitive or by reusing an existing resource.
- Keep examples and embedded guidance short unless the extra context is
essential.
- Say when the resource should not be used if that prevents wasteful generic
usage.