In modules/context_builder.py, the stopwords set includes action verbs like 'fix', 'add', 'update', 'change'. These words are often part of meaningful file or function names (e.g., ix_parser.py, �dd_user()) and removing them from keywords reduces context matching accuracy. Consider keeping these words or only removing them when they appear as standalone task instructions.
In modules/context_builder.py, the stopwords set includes action verbs like 'fix', 'add', 'update', 'change'. These words are often part of meaningful file or function names (e.g., ix_parser.py, �dd_user()) and removing them from keywords reduces context matching accuracy. Consider keeping these words or only removing them when they appear as standalone task instructions.