# save the YAML below as app.yaml in a new folder
digitorn install ./starter-coderThis is a local install: the folder you create is the source. No Hub package to publish first.
Click each one for the credential setup command, scope guidance, and provider details.
1schema_version: 223app:4 app_id: starter-coder5 name: "Starter coder"6 version: "1.0.0"7 description: "Minimal coding agent."8 category: "developer-tools"910runtime:11 mode: conversation12 entry_agent: main1314modules:15 filesystem:16 config:17 max_file_bytes: 209715218 bash:19 config:20 shell: bash2122agents:23 - id: main24 role: coordinator25 modules: [filesystem, bash]26 brain:27 provider: anthropic28 model: claude-sonnet-529 credential:30 ref: anthropic_main31 scope: per_user32 provider: anthropic33 temperature: 0.234 max_tokens: 819235 system_prompt: |36 You are a focused coding assistant. Read files before editing.37 Run tests after non-trivial changes. Be terse.Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.