- richer examples directory showing how to install / configure
- ark screenshot sample via ark cli
- show issue mckinsey/agents-at-scale-ark#524 using skills with phoenix
- build feature for issue mckinsey/agents-at-scale-ark#530
- properly track session id
- run one process/pwd per session for slightly better isolation - clear docs that separate containers per session is safer
- Append system prompt: https://code.claude.com/docs/en/cli-reference
- ensure
make docker-runmounts skills - phoenix skill
- maybe more configurable with --skills-dir or something, opt-in for ark skills, document how to customise
- extensible docuker image
- easier way to install additional tools such as 'wget'? Offer apt?
- examples of appending system prompt
- fit log output to terminal width (accounting for ANSI color codes)
- pass-through Claude args via
--orCLAUDE_ARGSenv var
- basic setup for local/docker/helm
- helm chart auto docs
Install with helm (from repo root).
Note: Skills and MCP config need to be provided via ConfigMap or mounted volume.
More deta
helm install claude-code-agent ../../chart
-f values-dind.yaml
--set apiKey=$ANTHROPIC_API_KEY
- Playwright config / skills