- Version Control:
gitand GitHub CLI (gh) - Project & Dependency Management:
pdm(Python) - Safety Check: Always use
[command] --helpor-hfirst if unsure.
- Check First: Run
--helpbefore using an unfamiliar command or flag. - Confirm Context: Ensure you are in the correct project directory.
- Be Cautious: Understand the impact before running commands that change history (
git rebase,git reset) or remove dependencies (pdm remove).
if you need help, you can MCP (Model Context Protocol) to get help.
- click: https://github.com/pallets/click
- httpx: https://github.com/encode/httpx
- openapi-core: https://github.com/python-openapi/openapi-core
- python-semantic-release: https://github.com/python-semantic-release/python-semantic-release