# save the YAML below as app.yaml in a new folder
digitorn install ./doc-writerThis 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: doc-writer5 name: "Doc writer"6 version: "1.0.0"7 category: "ai"89runtime:10 mode: conversation11 entry_agent: writer1213modules:14 filesystem:15 config:16 workspace: "."1718ui:19 workspace:20 render_mode: markdown21 entry_file: docs/index.md22 default_open: true2324agents:25 - id: writer26 modules: [filesystem]27 brain:28 provider: anthropic29 model: claude-sonnet-530 credential: { ref: anthropic_main, scope: per_user, provider: anthropic }31 system_prompt: |32 Read modules under src/. Update docs/ to match.33 One file at a time. Read before you write.34 Code blocks in docs must match the source exactly.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.