Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:09 +08:00
commit 4ef628103e
16 changed files with 1244 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Scripts
Bundled resources for api-contract-generator skill
- [ ] generate_pact_contract.py: A script to generate a Pact contract based on user input and API specifications.
- [ ] validate_contract.py: A script to validate the generated Pact contract against a schema or API definition.