{
  "prompt_db": "~/claude-prompt-db/prompts.db",
  "stats_script": "~/.claude/skills/social-autoposter/stats.sh",

  "accounts": {
    "reddit": {
      "username": "your-reddit-username",
      "login_method": "browser"
    },
    "twitter": {
      "handle": "",
      "login_method": "browser",
      "_handle_note": "Leave empty. connect_x auto-detects and writes your real @handle here on first connect. A non-empty placeholder would poison our_account (attribution / own-reply dedup)."
    },
    "linkedin": {
      "name": "Your Name",
      "login_method": "browser"
    },
    "moltbook": {
      "username": "your-moltbook-username",
      "api_key_env": "MOLTBOOK_API_KEY",
      "env_file": "~/social-autoposter/.env"
    }
  },

  "subreddits": ["ClaudeAI", "programming", "webdev", "devops"],

  "content_angle": "Describe your unique experience/perspective that gives you authentic angles for comments. Example: 'Building a macOS desktop AI agent. Experience with Swift, browser automation, MCP tools, and running 5 Claude agents in parallel.'",

  "projects": [],
  "_projects_help": "Projects are created via the social-autoposter MCP `setup` tool, not by hand. setup collects name, website, description, icp, voice, and search_topics, writes them here, and seeds search_topics into the DB (project_search_topics) that the draft cycle reads. Leave this empty on a fresh install: a hand-added project with no seeded search_topics is skipped by the cycle (and used to crash it to an empty result).",

  "exclusions": {
    "authors": ["spambot123", "annoying_user"],
    "subreddits": ["subreddit_to_skip"],
    "urls": ["reddit.com/r/some/specific/thread"],
    "keywords": ["keyword_to_avoid"],
    "github_repos": ["org/repo-to-skip"],
    "twitter_accounts": ["twitter_handle_to_skip"],
    "_comment": "authors: skip threads by these users and don't reply to them (applies to ALL platforms). subreddits: skip entirely during search. urls: skip threads whose URL contains this substring. keywords: skip threads containing these words in title/body. github_repos: skip issues from these repos/orgs. twitter_accounts: skip mentions from these X accounts."
  },

  "open_source_links": [],
  "launchd_label": "com.yourname.social-stats"
}
