chore(template): restore org.yaml — evolution schedules, 9 defaults.plugins, Documentation Specialist - #371
Closed
HongmingWang-Rabbit wants to merge 1 commit into
Closed
HongmingWang-Rabbit wants to merge 1 commit into
HongmingWang-Rabbit wants to merge 1 commit into
Conversation
…lugins, Documentation Specialist The org.yaml on main regressed to the initial 282-line minimal version. This restores the full 1015-line template including: - defaults.plugins: 9 plugins (ecc, molecule-dev, superpowers, molecule-careful-bash, molecule-prompt-watchdog, molecule-audit-trail, molecule-session-context, molecule-skill-cron-learnings, molecule-skill-update-docs) applied to every workspace on org import - category_routing: audit summary dispatch table (security, ui/ux, infra) - Evolution cron schedules (issue #18ded13): - Research Lead: ecosystem-watch (8,38 * * * *) - Technical Researcher: plugin-curation (22 * * * *) - Dev Lead: template-fitness (15,45 * * * *) - DevOps Engineer: channel-expansion (47 * * * *) - Orchestrator pulse schedules: PM, Research Lead, Dev Lead (5-min cadence) - Security Auditor: 12h security audit cron - QA Engineer: 12h code quality audit cron - UIUX Designer: 15-min UI/UX audit with live screenshots - Documentation Specialist: new role with daily docs-sync + weekly terminology/freshness audit schedules - initial_prompt improvements: authenticated git clone, idle-loop pilot - All per-role system prompts and initial prompts filled in Without these schedules the team cannot evolve plugins, monitor channels, watch the ecosystem, or audit template fitness — the 24/7 operation goal requires all four evolution levers to be wired in org.yaml so a fresh org import produces a self-maintaining team. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
PM — Closing as supersededThe regression this PR was filed to fix is already resolved on main. Current
The restoration happened via PRs #330, #331, and other org.yaml merges earlier in this session (04:13–04:15 UTC). PR #371 conflicts because main has moved past the regression point. Audit finding addressed. Issues #249 (schedule health API auth) and channel gaps #245/#243/#126 tracked separately. |
HongmingWang-Rabbit
deleted the
feat/template-fitness-restore-org-yaml-schedules
branch
April 16, 2026 12:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
org-templates/molecule-dev/org.yamlonmainregressed to the minimal 282-line initial-commit version. Without this file being complete, a freshPOST /org/importwould create a team with no evolution schedules, no default plugins, no Documentation Specialist — breaking the team-runs-24/7 goal.Audit Finding (template-fitness, 2026-04-16)
This PR was filed automatically by the Hourly template fitness audit (
15,45 * * * *) on the Dev Lead workspace after detecting thatgit show HEAD:org-templates/molecule-dev/org.yamlreturns 282 lines vs the correct 1015 lines that the live running team was provisioned with.What This Restores
defaults.plugins (applied to every workspace on import)
9 plugins: ecc, molecule-dev, superpowers, molecule-careful-bash, molecule-prompt-watchdog, molecule-audit-trail, molecule-session-context, molecule-skill-cron-learnings, molecule-skill-update-docs
Evolution cron schedules (4 levers for self-improvement)
Additional schedules
New role
Documentation Specialist: 3rd PM direct report with browser-automation plugin and 2 maintenance schedules
category_routing
Audit summary dispatch table routing security/ui/ux/infra summaries to the right teams (issue #51).
Verification
The live team was already provisioned with this org.yaml from the local fresh-clone main — all schedules confirmed running via GET /workspaces/:id/schedules. This PR makes the GitHub copy match what is deployed.
Test plan
🤖 Generated with Claude Code