Claude Code integration requires the claude CLI to be installed and available
on your PATH. You can verify this with:
claude --versionConfigure Claude Code in .devman/devman.toml:
[claude_code]
interaction = "interaction.md" # optional
emit_project_config = false # optionalinteractionpoints to the interaction guide used by Claude Code.emit_project_configcontrols whether devman writes.claude/project.jsonand an optionalCLAUDE.mdto the workspace root.
When enabled, devman will:
- Create
.claude/settings.jsonwith workspace metadata. - Optionally emit
.claude/project.jsonplusCLAUDE.mdinstructions so Claude Code can load workspace-specific context.
./cli/devman doctor
./cli/devman up
./cli/devman bootstrapIf the CLI is missing, these commands will surface a message pointing you to https://claude.ai/code.