Add social-sync manifest and metadata to personal-brand booster#44
Open
vepretski wants to merge 1 commit into
Open
Add social-sync manifest and metadata to personal-brand booster#44vepretski wants to merge 1 commit into
vepretski wants to merge 1 commit into
Conversation
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.
Motivation
Description
script/personal-brand-booster.tsto compute acampaign_idand emit per-platform metadata (platform_key,sync_status,sync_key,cross_post_group,canonical_url,utm_url) into each generated markdown file.social-sync-manifest.jsonandsocial-sync-checklist.mdthat list all generated platform assets with their sync metadata and cadence.validation.jsonso it verifies the manifest coverage, platformreadystatuses, and that every platform file contains the required sync and CTA fields.project/ops/docs/PERSONAL_BRAND_BOOSTER_MVP_SPEC.mdandproject/ops/docs/PERSONAL_BRAND_BOOSTER_OUTPUT_SCHEMA.json) to document the Social Sync Contract and requiresync_policyandsyncvalidation fields, and regenerate the YB-2026 output bundle underoutputs/personal-brand-booster-yb-2026.Testing
bun run personal-brand:boost --source ./input/igor-vepretski-yisrael-beiteinu-campaign.md --lang both --out ./outputs/personal-brand-booster-yb-2026and confirmed the tool produced the expected artifacts includingsocial-sync-manifest.jsonandsocial-sync-checklist.md(run succeeded).bunx prettier --checkagainstscript/personal-brand-booster.ts, the updated spec/schema, and the generated manifest/checklist/validation files and fixed formatting issues; the final--checkpassed.git diff --check) and validation generation, and observedvalidation.jsonreports a passing sync status (has_manifest,all_platforms_ready,all_platform_files_valid).Codex Task