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