mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
chore(board): revive dormant board wiring — research key, pitch flow, auditor playbooks (#684)
* chore(compose): pass research key/provider + provisioning token/org through to the orchestrator ROBOCO_RESEARCH_API_KEY / ROBOCO_RESEARCH_PROVIDER and ROBOCO_PROVISIONING_TOKEN / ROBOCO_PROVISIONING_ORG were absent from every compose environment stanza, so .env values never reached the container: research silently ran on the NullProvider (empty results forever) and any approved pitch died on ProvisioningDisabledError. .env.example also falsely claimed the provisioning creds are panel-managed. * feat(board): pitch CEO notification + auditor playbook-draft surfacing A proposed pitch now nudges the CEO (APPROVAL notification + Telegram link to the Pitches tab, best-effort — a send failure never fails the verb). auditor_triage surfaces the oldest pending playbook draft once anomalies are clear — the curation verbs were granted but nothing ever pointed the Auditor at the review queue; the scheduled audit prompt names the discovery path. * docs(prompts): pitch doctrine section + auditor reply-only-dm drift fix board.md never mentioned the pitch verb, so no board agent ever had a reason to call it — it gets a dedicated section mirroring the roadmap/spotlight ones, plus a roadmap-exploration escape hatch (needs-its-own-repo ideas pitch instead). product-owner.md gains its missing propose_roadmap + pitch entries. The flat 'Auditor has no dm' claims are corrected to the real grant: never initiates, reply-only in a CEO-opened thread. Doctrine guarded by a prompt-content test. --------- Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
+8
-2
@@ -394,14 +394,20 @@ ROBOCO_EXTERNAL_PR_REQUIRE_HUMAN_CONFIRM=true
|
||||
# Gives Board/PM roles web_search + web_fetch. INERT (empty results) without a
|
||||
# provider key — set one to make it live (Tavily / Brave / Exa, per your config).
|
||||
# ROBOCO_RESEARCH_ENABLED=true
|
||||
# tavily | brave | exa | null — provider adapter for the key below.
|
||||
# ROBOCO_RESEARCH_PROVIDER=tavily
|
||||
# ROBOCO_RESEARCH_API_KEY=
|
||||
|
||||
# =============================================================================
|
||||
# GitHub repository auto-provisioning (pitch -> approve -> auto-provision)
|
||||
# =============================================================================
|
||||
# The only place that CREATES GitHub repos. Inert without a stored token/org
|
||||
# regardless of this flag (set via the panel, not env).
|
||||
# The only place that CREATES GitHub repos. Inert without a token/org set,
|
||||
# regardless of this flag.
|
||||
# ROBOCO_PROVISIONING_ENABLED=true
|
||||
# Org-scoped PAT (needs repo + org admin scope) used to create repos.
|
||||
# ROBOCO_PROVISIONING_TOKEN=
|
||||
# GitHub organization the new repos are provisioned into.
|
||||
# ROBOCO_PROVISIONING_ORG=
|
||||
|
||||
# =============================================================================
|
||||
# Transcript pruning (retention maintenance)
|
||||
|
||||
Reference in New Issue
Block a user