doc-sync
Installation
SKILL.md
Rule
Any time a bug is fixed or a feature is added (or changed), update the relevant markdown files in the same commit as the code change — never leave docs behind.
Which file to update for what
| Type of change | File(s) to update |
|---|---|
| New bug fix | BUGFIXES.md — add a new BUGFIX-NNN section |
| Bug behaviour changed / status updated | BUGFIXES.md — update the relevant section |
| New feature or feature behaviour change | vscode/FEATURES.md — update the status cell ([x] / [~] / [ ]) and any effect descriptions in the care-actions or stats tables |
| New constant or removed constant | VERSIONS.md — add/remove from the "New constants" / "Removed constants" block for the current version |
| Any code change in a release cycle | VERSIONS.md — add a row to the current version's changes table |
| New VS Code setting added | vscode/FEATURES.md section 11 (Settings Reference) |