Every devrel verb.
24 verbs across six groups. Run devrel <verb> --help for full flags and arguments.
CLI binary stays devrel; package is devrel-origin.
devrel verb.24 verbs across six groups. Run devrel <verb> --help for full flags and arguments.
CLI binary stays devrel; package is devrel-origin.
devrel initInteractive wizard: scaffold .devrel/, configure LLM key, run health check, edit voice.md, generate first draft. --skip-chain, --skip-draft, --non-interactive available.
devrel authPick provider (Anthropic / OpenRouter), validate with one-token ping, write .devrel/.env chmod 600. --rotate, --no-validate, --non-interactive.
devrel doctorHealth check: state.db schema, LLM key validity, KB presence, voice/style/slop completeness. Names the fix verb on each failure.
devrel migrateUpgrade state.db schema after a devrel-origin version bump.
devrel config· get <key> · set <key> <value>Read or write a single config.toml field without opening the file.
devrel runExecute the full weekly cycle: all 15 agents in dependency order, populate deliverables/<iso-week>/, write OKR rollup to state.db.
devrel schedule· install --expression <cron> · list · removeRegister / inspect / remove the user-crontab entry that runs devrel run on cadence.
devrel costPer-run and rolling token spend across providers. Compares to the budget cap in config.toml.
devrel triageRun Sage alone. GitHub issue priority + churn-risk scoring.
devrel listenRun Echo alone. Reddit + HN + X mention harvest with batch sentiment.
devrel synthesizeRun Iris alone. Theme extraction from collected signals.
devrel experimentRun Nova alone. A/B test pre-registration with power analysis.
devrel intelRun Rex alone. Competitive landscape + threat scoring.
devrel content· draft "<topic>" · slop <file> · audit <file>Generate a single piece via Kai (8-stage editorial pipeline), or audit an existing draft against voice / style / slop.
devrel docsRun Dex alone. AST-walks your code, generates API reference + architecture docs against your KB.
devrel video· recordRun Vox alone. Generate screen-recorded walkthrough scripts + TTS narration.
devrel marketing· blog · landing · social · campaignRun Mox alone for any cross-channel campaign artifact.
devrel sales· outreach · battlecardRun Pax alone. Outreach sequences or competitor battle cards.
devrel growthRun the growth pipeline: Nova hypotheses, Cyra funnel drop-offs, Argus post-publish recs.
devrel croRun Cyra alone. Pulls PostHog funnel time-series + drafts 3 ICE-scored A/B hypotheses.
devrel kb· add <url> · list · refreshHarvest a single URL via Firecrawl into .devrel/kb/, list what's there, or re-harvest configured sources. JS-rendered React docs may need manual markdown lifting (Firecrawl returns nav-chrome only on those).
devrel analytics· report · history · diff · calibration · summaryPostHog + GitHub + Instantly rollups. Calibrated recommendations, week-over-week diffs.
devrel argus· summary · history · diff · calibration · reportRun Argus alone. Post-publish content performance + double-down / retire / rewrite recommendations.
devrel deliverables· list · show <slug>Browse what shipped this week / past weeks. Each entry has its trace JSON.