refactor(api): normalize directory names to lowercase hyphen-case#4
Open
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
Open
refactor(api): normalize directory names to lowercase hyphen-case#4gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
Conversation
- Rename all 18 api/ directories from mixed-case with spaces to consistent lowercase hyphen-case (e.g., 'API Documentation' → 'api-documentation', 'API-SDK Generator' → 'api-sdk-generator') - Rename references/ (plural) to reference/ (singular) for api-to-testcase-generator and openapi-spec-generator to match repo convention - Update api/README.md with accurate directory tree and fix broken relative links to ../CONTRIBUTING.md and ../LICENSE - Fix typo 'dcoumentation' → 'documentation' in postman-to-newman
3 tasks
Contributor
|
Thank you very much. @SparshKesari, this is good to merge. |
Contributor
|
Check once whether api-skill doesn't roll back to api again after @gaurav0107 changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
api/directories from mixed-case with spaces to consistent lowercase hyphen-casereferences/(plural) toreference/(singular) for 2 api skills to match repo conventionapi/README.mdwith accurate directory tree and fixes broken linksDirectory renames
API Analyzerapi-analyzerAPI Designerapi-designerAPI Documentationapi-documentationAPI Health Monitoringapi-health-monitoringAPI Inference From Filesapi-inference-from-filesAPI-SDK Generatorapi-sdk-generatorAPI-To-Test Case Generatorapi-to-testcase-generatorAI-Based-APIai-based-apiAPI-Complianceapi-complianceAPI-Integration-Helperapi-integration-helperAPI-Mockingapi-mockingAPI-Ratelimit-Helperapi-ratelimit-helperAPI-Security-Patternsapi-security-patternsAPI-Versioning-Helperapi-versioning-helperOpenAPI-Spec-Generatoropenapi-spec-generatorPopular-API-Fetcherpopular-api-fetcherNewmannewmanPostmanpostmanTest plan
ls api/shows all lowercase hyphen-case names with no spacesfind api/ -type d -name "references"returns nothingapi/README.mddirectory tree matches actual structure🤖 Generated with Claude Code