From 18dfc368d555ab9e8017dd702927731a3c30c58c Mon Sep 17 00:00:00 2001 From: "Mauro Rosero P." Date: Fri, 14 Mar 2025 09:52:19 -0500 Subject: [PATCH] =?UTF-8?q?[IMPROVED]=20Mover=20script=20a=20carpeta=20bin?= =?UTF-8?q?=20y=20actualizar=20pol=C3=ADticas=20de=20desarrollo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CLAUDE.md | 1 + fjcli_install.sh => bin/fjcli_install.sh | 0 2 files changed, 1 insertion(+) rename fjcli_install.sh => bin/fjcli_install.sh (100%) diff --git a/CLAUDE.md b/CLAUDE.md index 0274012..3ede9c6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -22,6 +22,7 @@ - Configuration in `bin/config/` directory - Use git commit messages with prefixes: [ADDED], [IMPROVED], [FIXED], [SOPS] - Prefer podman over docker for container management +- All shell scripts (.sh) and Python scripts (.py) must be placed in the `bin/` directory unless explicitly specified otherwise ## Authorship Policy - For new projects created by Claude Code, use author: "Cortana Rosero One " diff --git a/fjcli_install.sh b/bin/fjcli_install.sh similarity index 100% rename from fjcli_install.sh rename to bin/fjcli_install.sh