Skip to content

refactor(api): normalize directory names to lowercase hyphen-case#4

Open
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
gaurav0107:feat/api-directory-normalization
Open

refactor(api): normalize directory names to lowercase hyphen-case#4
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
gaurav0107:feat/api-directory-normalization

Conversation

@gaurav0107
Copy link
Copy Markdown

Summary

  • Renames all 18 api/ directories from mixed-case with spaces to consistent lowercase hyphen-case
  • Renames references/ (plural) to reference/ (singular) for 2 api skills to match repo convention
  • Updates api/README.md with accurate directory tree and fixes broken links
  • Fixes typo 'dcoumentation' → 'documentation' in postman-to-newman SKILL.md

Directory renames

Before After
API Analyzer api-analyzer
API Designer api-designer
API Documentation api-documentation
API Health Monitoring api-health-monitoring
API Inference From Files api-inference-from-files
API-SDK Generator api-sdk-generator
API-To-Test Case Generator api-to-testcase-generator
AI-Based-API ai-based-api
API-Compliance api-compliance
API-Integration-Helper api-integration-helper
API-Mocking api-mocking
API-Ratelimit-Helper api-ratelimit-helper
API-Security-Patterns api-security-patterns
API-Versioning-Helper api-versioning-helper
OpenAPI-Spec-Generator openapi-spec-generator
Popular-API-Fetcher popular-api-fetcher
Newman newman
Postman postman

Test plan

  • Verify ls api/ shows all lowercase hyphen-case names with no spaces
  • Verify find api/ -type d -name "references" returns nothing
  • Verify api/README.md directory tree matches actual structure

🤖 Generated with Claude Code

- 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
@harishrajora
Copy link
Copy Markdown
Contributor

Thank you very much. @SparshKesari, this is good to merge.

@harishrajora
Copy link
Copy Markdown
Contributor

Check once whether api-skill doesn't roll back to api again after @gaurav0107 changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants