We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f6594 commit d0244eaCopy full SHA for d0244ea
1 file changed
AGENTS.md
@@ -104,6 +104,17 @@ src/
104
- Use `vscode.window.showErrorMessage()` for user-facing errors
105
- Log to output channel for debugging
106
107
+### Changelog & README
108
+
109
+When adding features, updating features, or fixing bugs:
110
111
+- **CHANGELOG.md**: Add an entry under the current unreleased version section
112
+ - New features → `### Added:`
113
+ - Updated features → `### Changed:`
114
+ - Bug fixes → `### Fixed:`
115
+ - Follow the formatting conventions already in the file
116
+- **README.md**: Update if adding user-facing features. Do not update for bugs or internal changes.
117
118
## Anti-Patterns (Don't Do This)
119
120
❌ **Don't hardcode command IDs** - use `Commands.*` from constants
0 commit comments