Project Init Initialize a project with standard Claude Code configuration. What It Does 1. Adds a SessionStart hook to for remote environment setup 2. Detects project languages and adds appropriate tool permissions Language Detection The script detects languages based on project files and adds permissions: | Detection File | Language | Permissions Added | |----------------|----------|-------------------| | | Go | , , , | | , | Swift | , , , | | | Node.js | , , , plus / / if lockfiles present | | , | Python | , , , , , | | | Rust | , | | | Ruby | , , , | | | Java (Maven) | , | | | Java (Gradle…