diff --git a/README-dockerhub.md b/README-dockerhub.md index 6465af3..0d1f993 100644 --- a/README-dockerhub.md +++ b/README-dockerhub.md @@ -2,13 +2,18 @@ > README updated on 2025-07-23 by [@KemingHe](https://github.com/KemingHe) -Official docs from `pip`, `poetry`, `uv`, and `conda` + automated weekly updates = zero maintenance overhead for developers using VSCode/Cursor with AI assistants. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a) +Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a) ## πŸš€ Quick Start for Agentic IDEs -**1. Pull latest Docker image**: +**1. Pull Docker image**: ```shell +# Pin to commit hash for production security +# Get current hash from: https://hub.docker.com/r/keminghe/py-dep-man-companion/tags +docker pull keminghe/py-dep-man-companion@sha256:2c896dc617e8cd3b1a1956580322b0f0c80d5b6dfd09743d90859d2ef2b71ec6 # 2025-07-22 release example + +# Or use latest for development docker pull keminghe/py-dep-man-companion:latest ``` @@ -27,29 +32,14 @@ docker pull keminghe/py-dep-man-companion:latest } ``` -**3. Query official docs directly in your AI chat** - guaranteed fresh from weekly automated updates. +**3. Ask package manager questions** - "How to migrate a `conda` project to `uv`?" and get accurate, current official syntax. ## πŸ”„ Auto-Update Architecture -```plaintext -β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ ⏰ Every Tuesday 6pm ET β”‚ -β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ - β–Ό -β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ πŸ“š Sync Official Docs β”‚ -β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ - β–Ό -β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ πŸ” Rebuild Search Index β”‚ -β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ - β–Ό -β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” -β”‚ 🐳 Publish Latest Image β”‚ -β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ -``` - -**Zero maintenance**: Documentation automatically synced weekly from official sources. Docker `:latest` tag guarantees you always get current docs without manual updates. +1. ⏰ **Every Tuesday 6pm ET** +2. πŸ“š **Sync Official Docs** +3. πŸ” **Rebuild Search Index** +4. 🐳 **Publish Latest Image** ## 🀝 Contributing diff --git a/README.md b/README.md index fb27970..e35acab 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,18 @@ > README updated on 2025-07-23 by [@KemingHe](https://github.com/KemingHe) -Official docs from `pip`, `poetry`, `uv`, and `conda` + automated weekly updates = zero maintenance overhead for developers using VSCode/Cursor with AI assistants. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a) +Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a) ## πŸš€ Quick Start for Agentic IDEs -**1. Pull latest Docker image**: +**1. Pull Docker image**: ```shell +# Pin to commit hash for production security +# Get current hash from: https://hub.docker.com/r/keminghe/py-dep-man-companion/tags +docker pull keminghe/py-dep-man-companion@sha256:2c896dc617e8cd3b1a1956580322b0f0c80d5b6dfd09743d90859d2ef2b71ec6 # 2025-07-22 release example + +# Or use latest for development docker pull keminghe/py-dep-man-companion:latest ``` @@ -27,7 +32,7 @@ docker pull keminghe/py-dep-man-companion:latest } ``` -**3. Query official docs directly in your AI chat** - guaranteed fresh from weekly automated updates. +**3. Ask package manager questions** - "How to migrate a `conda` project to `uv`?" and get accurate, current official syntax. ## 🀝 Contributing @@ -49,8 +54,6 @@ graph LR INDEX --> DOCKER ``` -**Zero maintenance**: Documentation automatically synced weekly from official sources. Docker `:latest` tag guarantees you always get current docs without manual updates. - ## πŸ—ΊοΈ Roadmap - [ ] Add support for `pipenv`, `pdm`, `pixi`