Commit Graph

3 Commits

Author SHA1 Message Date
chirag-yaduwanshi
a371f6f316 Revert "Search Strategy update to utilise private network search"
This reverts commit 4737c9f758.
2026-03-26 11:44:43 +05:30
chirag-yaduwanshi
4737c9f758 Search Strategy update to utilise private network search 2026-03-26 11:39:34 +05:30
Sterling Chin
3f03fc19d3 feat: add 8 API lifecycle commands
Replace monolithic postman.md with focused, namespaced commands:
- setup: guided API key config and workspace verification
- sync: create/update collections from OpenAPI specs
- codegen: generate typed client code from collections
- search: discover APIs across private workspaces
- test: run collection tests and diagnose failures
- mock: create mock servers with auto-generated examples
- docs: analyze, improve, and publish API documentation
- security: OWASP API Top 10 security audit

Each command has proper frontmatter, error handling with actionable
next steps, and handles known MCP limitations (async polling, private
search, etc.).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 17:55:22 -08:00