chore(onboard): wire quickstart to the content profile - #1
Merged
Conversation
saadqbal
approved these changes
Sep 11, 2026
saadqbal
left a comment
There was a problem hiding this comment.
Clean onboarding PR. Diffed every added workflow against org-config's canonical self-contained templates and the add-to-kanban copy — all byte-identical, no dangling uses:, nothing half-wired. develop already has the right required checks and the merge-commit-only ruleset. CLAUDE.md/BUGBOT.md are the expected skeletons.
One nit, not blocking: the PR description's line "Callers are this repo's own callers with the uses: host re-pointed" is onboard_repo.py boilerplate that doesn't actually apply to the content profile — there are no callers here, everything's self-contained. Worth fixing in the script's pr_body() sometime; doesn't affect what shipped here.
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.
Wires
tracebloc/quickstartto the content profile (profiles/content.ymlintracebloc/org-config)..cursor/BUGBOT.md.github/workflows/add-to-kanban.yml.github/workflows/advance-deploy-env.yml.github/workflows/bugbot-gate.yml.github/workflows/code-quality.yml.github/workflows/customer-priority-bump.yml.github/workflows/fr-gate.yml.github/workflows/fr-pass-comment.yml.github/workflows/kanban-closure-router.yml.github/workflows/set-pr-status.yml.github/workflows/stale-backlog.ymlCLAUDE.mdOpened by
scripts/onboard_repo.py. Callers are this repo's own callers with theuses:host re-pointed; the kanban copy is the canonical bytes the conformance auditcompares; CLAUDE.md and BUGBOT.md are skeletons to fill in (never overwritten on a
re-run). The matching
repo-inventory.ymlentry is derived from the same profile.Part of tracebloc/backend#3588.
Note
Medium Risk
Adds many GitHub workflows that mint App tokens and write the org kanban; misconfiguration or missing secrets would fail closed or strand cards, but the bytes are fleet-standard onboarding copies rather than new automation logic.
Overview
Onboards quickstart to the org content profile (
profiles/content.yml): it adds the conformance-expected.cursor/BUGBOT.mdskeleton andCLAUDE.md(repo header plus synced org-standards block), and drops in the canonical self-contained GitHub Actions workflows that public repos need because they cannotuses:reusables from privatetracebloc/org-config.The new workflows wire this repo into the same release-train automation as the rest of the fleet: kanban (add-to-project, advance on branch push, closure routing, customer/bug triage, stale backlog, PR status), promotion gates (FR gate,
/fr-pass), and quality (code-quality suite, Bugbot review gate). Each generated file inlines the org reusable plus caller with literals and release-train App token minting; scripts still checkouttracebloc/org-configat runtime.No application/runtime code changes—this is CI/process onboarding aligned with
repo-inventory.ymland backend#3588.Reviewed by Cursor Bugbot for commit 2c15a24. Bugbot is set up for automated code reviews on this repo. Configure here.