A specialised coding agent pointed at your source tree. It reads modules, infers behaviour, and updates the docs site to match. The workspace mirror means the changes hit your repo as a clean PR you can review before merging. The read-before-edit guard makes the output trustworthy.
1modules:2 filesystem: { config: { read_before_edit: true } }3 workspace:4 config:5 render_mode: markdown6 entry_file: docs/index.md7 sync_to_disk: true89agents:10 - id: doc-writer11 modules: [filesystem, workspace]12 brain: { model: claude-sonnet-4-6 }13 system_prompt: "Read src/. Update docs/. One file at a time."# 1. install runtime
curl -sSL https://digitorn.ai/install | sh
# 2. save the YAML above to ~/.digitorn/apps/my-documentation-generator/app.yaml
mkdir -p ~/.digitorn/apps/my-documentation-generator
# paste the YAML into app.yaml
# 3. deploy
digitorn deploy my-documentation-generatorEngineering 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.