forked from molecule-ai/molecule-core
- org.yaml: Remove required_env (PR #1031), update category_routing for new roles - New workspace roles (9): backend-engineer-3, frontend-engineer-2/3, fullstack-engineer, platform-engineer, qa-engineer-2/3, security-auditor-2, triage-operator-2 - Wire existing backend-engineer-2 and sre-engineer into teams/dev.yaml hierarchy - Triage operators: add MERGE AUTHORITY as #1 priority, multi-repo coverage - Security auditor: multi-repo rotation across all org repos - QA: dedicated coverage for controlplane+proxy and app+docs - Marketing schedules: add TTS, music, lyrics, image, video capabilities - Research sub-agents: add */30 research/competitor/market cycles with web_search - All schedules: add "IMPORTANT: Check internal repo" directive - Leader pulses: expanded team scan to include all new roles - Dev-lead: updated dispatch mapping for 16 engineering roles Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
# Secrets for this workspace (gitignored). Copy to .env and fill in real values.
|
|
# These get loaded as workspace secrets during org import AND used to
|
|
# expand ${VAR} references in the channels: section of org.yaml.
|
|
|
|
# Claude Code OAuth token (run `claude setup-token` to get one)
|
|
CLAUDE_CODE_OAUTH_TOKEN=
|
|
|
|
# Telegram channel auto-link — talk to PM directly from Telegram after deploy.
|
|
# Get a bot token from @BotFather. Get your chat_id by sending /start to the
|
|
# bot, then check the platform's "Detect Chats" UI.
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_CHAT_ID=
|