chore(manifest): drop mock-bigorg from org_templates (task #337) #1601
Reference in New Issue
Block a user
Delete Branch "chore/drop-mock-bigorg-from-manifest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Drop
mock-bigorgfromorg_templatesinmanifest.jsonas a prerequisiteto archiving the
molecule-ai-org-template-mock-bigorgrepo.mock-bigorgis the investor funding-demo organization template (45KB).It's not needed in the active CP provisioner manifest between investor
cycles — retiring removes a public OSS surface that has no inbound
consumer today.
Rationale
reference_archive_sweep_2026_05_20) deferredmock-bigorg specifically because it was still in this manifest; archiving
without a manifest drop would break any in-flight provisioning that
picks the template.
feedback_image_promote_is_not_user_live— landing layer (PR merge)must precede the consumer-layer change (repo archive). The sequence is:
molecule-ai-org-template-mock-bigorg(read-only soft-archive)Reversibility
If a future investor cycle needs the template back:
PATCH /api/v1/repos/molecule-ai/molecule-ai-org-template-mock-bigorg {"archived": false}manifest.jsonTest plan
manifest.jsonremains valid JSON (head -42 line stanza parses; thetrailing
// Triggered by…comment line was pre-existing artifact,not touched).
code paths (verified via the a1edfa3e archive sweep grep matrix).
template_registryconfirms mock-bigorg gone beforethe archive PATCH is sent.
Five-axis review (QA lens) on PR#1601 mock-bigorg manifest drop:
org_templatesarray. Verified locally viapython3 json.loadson lines 1-42 — array now has 5 entries (was 6). Trailing// Triggered by ...non-JSON comment line on line 43+ was pre-existing artifact, untouched.feedback_image_promote_is_not_user_live).qa-review.yml) gate perfeedback_molecule_core_qa_review_team_required.APPROVED.
Five-axis review (security lens) on PR#1601 mock-bigorg manifest drop:
manifest.jsonis a public-OSS-surface registry; mock-bigorg has zero credentials referenced.reference_per_template_privilege_contract_class_audit_2026_05_16). mock-bigorg leaves the active set; org_templates contract unchanged.feedback_image_promote_is_not_user_live— prevents in-flight provisioning from hitting an archived repo (gitea soft-archive returns 200 reads but blocks writes; CP would error mid-provision).Non-author APPROVE (author = core-devops). APPROVED.