Go to file
claude-ceo-assistant 6ae741d602
Some checks failed
CI / validate (push) Failing after 32s
CI / validate (pull_request) Failing after 37s
migrate(dev-tree): replace dev-lead symlink with !external resolver block
Phase 3a-PR-D of internal#77 (task #235). Completes the cross-repo
composition migration started by PR #5 (sibling-clone+symlink) and
the platform-side !external resolver shipped in molecule-core#105.

CHANGES
  - org.yaml: replace
        - !include dev-lead/workspace.yaml
    with
        - !external
            repo: molecule-ai/molecule-dev-department
            ref: main
            path: dev-lead/workspace.yaml
    Composition is now platform-side: at POST /org/import time the
    workspace-server fetches molecule-ai/molecule-dev-department at
    ref=main into <orgBaseDir>/.external-cache/, grafts the dev-lead
    subtree, and rewrites every files_dir to be cache-prefixed.

  - dev-lead symlink deleted. The post-suspension sibling-clone deploy
    contract (operator must keep both repos as siblings under
    /org-templates/) is no longer required. The platform fetches the
    subtree on demand.

  - .gitignore: add .external-cache/ entry. Operators see the cache
    populate during imports; we don't track it.

DEPLOYMENT IMPACT
  Operators running molecule-core PR #105 or later can import this
  template without operator-side molecule-dev-department clone
  (task #230 becomes obsolete). Operators running an older platform
  binary will see import fail with 'unknown !external tag' — visible
  error, not silent breakage.

  To pin a specific tag/SHA for production stability, change ref: main
  to e.g. ref: v1.0.0 (currently no tags published; landing this
  unlocks the option).

VERSIONING
  No DB schema change. No public API change. Pure org-template
  composition shape change. Existing imports of older snapshots of
  this template still work — !include + symlink were never the only
  composition mechanism, and operators who have the symlink can
  re-add it locally if they need to roll back.

VERIFIED LOCALLY 2026-05-08
  --- PASS: TestPRD_MigratedParentTemplateImports (0.55s)
  post-migration parent resolves to 39 workspaces
  (5 PM-tree + 6 Marketing-tree + 28 dev-tree, fetched from
  molecule-ai/molecule-dev-department@main via the production
  gitFetcher into .external-cache/).

FOLLOW-UP TASKS
  - Update molecule-dev-department's local-e2e-setup.sh to drop the
    symlink check (now that parent template doesn't ship one).
  - Decide fate of TestLocalE2E_DevDepartmentExtraction +
    TestLocalE2E_FilesDirConsumption (they tested the symlink-based
    composition; now skip gracefully because no template uses that
    shape — keep as opt-in regression coverage).
  - Tag molecule-ai/molecule-dev-department v1.0.0 + pin ref here.

Refs:
  internal#77 — extraction RFC (Phase 3a phasing in comment 1995)
  molecule-core#105 — !external resolver
  molecule-core#106 — !external integration + e2e tests
  task #235 (PR-D)
  task #230 — obsolete after this PR
  Hongming GO 2026-05-08 ('do PR-B/C/D')
2026-05-08 05:32:44 -07:00
.github/workflows fix(ci): lowercase 'molecule-ai/' in cross-repo workflow refs 2026-05-07 00:59:54 -07:00
.molecule-ci/scripts import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00
community-manager fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
competitive-intelligence fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
content-marketer fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
market-analyst fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
marketing-lead fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
pm fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
product-marketing-manager fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
research-lead fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
seo-growth-analyst fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
social-media-brand fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
teams slim(parent-template): delete 17 orphans + extract dev tree, wire dev-lead symlink to molecule-dev-department 2026-05-08 04:15:51 -07:00
technical-researcher fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
.env.example import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00
.gitattributes import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00
.gitignore migrate(dev-tree): replace dev-lead symlink with !external resolver block 2026-05-08 05:32:44 -07:00
opencode.json import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00
org.yaml migrate(dev-tree): replace dev-lead symlink with !external resolver block 2026-05-08 05:32:44 -07:00
README.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00
SECRETS_MATRIX.md fix(personas): migrate gh CLI → tea (Gitea CLI) + curl-via-API (#45) 2026-05-07 02:54:35 -07:00
SHARED_RULES.md fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) 2026-05-07 12:59:14 -07:00
system-prompt.md import from local vendored copy (2026-05-06) 2026-05-06 13:53:42 -07:00

template-molecule-dev

Molecule AI org template — deploys a full organizational hierarchy of agent workspaces.

Usage

In Molecule AI canvas

Select this template from the "Org Templates" section when setting up a new organization.

From a URL (community install)

github://Molecule-AI/template-molecule-dev

Structure

  • org.yaml — full org definition (workspaces, roles, plugins, schedules, channels)
  • Per-role directories contain system-prompt.md files for each workspace role.

Schema version

template_schema_version: 1 — compatible with Molecule AI platform v1.x.

License

Business Source License 1.1 — © Molecule AI.