{
  "_readme": [
    "BASE THREAD CONFIG  ->  ~/.cumulus/threads/demoapp.config.json",
    "",
    "This is YOUR management thread for the app — the one you talk to while",
    "building it. It is NOT a visitor thread: a namespace covers '<ns>-*' only, so",
    "the bare 'demoapp' name stays owned by your admin key and the app's scoped key",
    "is rejected (403) on it.",
    "",
    "Give this one a strong model. Visitor turns read the sibling file",
    "thread-config.visitor.example.json instead — see the '_readme' in there for how",
    "the two are kept apart.",
    "",
    "Apply both with:  node agent/apply-thread-configs.mjs",
    "Keys starting with '_' are annotations and are stripped before sending."
  ],

  "projectDir": "/absolute/path/to/your/app",
  "model": "claude",
  "effort": "high",
  "alwaysInclude": ["docs/demoapp-system-prompt.md"]
}
