Add monopam devcontainer command
Creates and enters a devcontainer environment for OCaml development:
- If .devcontainer/ doesn't exist: creates directory structure,
fetches devcontainer.json from claude-ocaml-devcontainer template,
builds and starts the container
- If .devcontainer/ exists: starts the container if needed and
opens an interactive bash shell
Usage: monopam devcontainer <path>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>