🛠️ 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

@@ -8,3 +8,15 @@ A new shared resource should be reviewed for:
- Security implications, especially for hooks and scripts
- Clear purpose and expected usage
- Duplication with existing resources
- Cheapest sufficient primitive for the intended workflow
- Justified context size, including whether long examples or repeated guidance
can be moved into docs or scripts instead
- An intentional default output budget instead of open-ended verbosity
- Clear limits on when the resource should not be used
Audit candidates should also be reviewed for:
- Clear provenance back to an audit summary or selection manifest
- Portable fit as a skill, instruction, prompt adapter, agent, hook, script, or template
- Absence of secrets, machine-specific paths, or repo-specific assumptions
- A justified decision when the right outcome is `template-only`, `docs-only`, or `discard`