Closed wvanheemstra closed 2 months ago
I believe you were a victim of an old page load. I updated the instructions already. I believe you loaded the instructions and I pushed the new release just afterwards that renames it. So if you load the instructions again they are correct now. Please re-open if there is still an issue.
Describe the bug When I run the command
ai-context-lint .
I am prompted withai-context-lint: command not found
.To Reproduce Steps to reproduce the behavior:
$ npm install -g codebase-context-lint
as per the instructions at https://github.com/Agentic-Insights/codebase-context-spec/blob/main/linters/typescript/README.mdcontext.md
files resides, run$ ai-context-lint .
ai-context-lint: command not found
.Expected behavior As the npm package that is installed is called
codebase-context-lint
one would expect to use that name in the command, hence$ codebase-context-lint .
If I do so, a valid linting happens:
Screenshots See above output instead of a screenshot.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context If I am right in my conclusions, I would recommend for the documentation to be rectified. https://github.com/Agentic-Insights/codebase-context-spec/blob/main/linters/typescript/README.md where
ai-context-lint <directory_to_lint>
should instead becodebase-context-lint <directory_to_lint>