feat(content-engine): iris content-engine init/status — one-command client onboarding#36
Open
mayoalexander wants to merge 1 commit into
Open
feat(content-engine): iris content-engine init/status — one-command client onboarding#36mayoalexander wants to merge 1 commit into
mayoalexander wants to merge 1 commit into
Conversation
…lient onboarding Onboards a client onto the article content engine in one command: iris content-engine init <bloq> --newsletter <slug> --prefix <x-> - Creates the 3 intake lists (Verbatim Inbox, Topic Requests, Sources) - Verifies the newsletter page exists (it's the brand template) - Writes business_context.content_engine via the atomic /key endpoint (fl-api a836bcbb allowlists it + protects it from strategy-UI saves) - status subcommand shows config + intake list health Pairs with iris-api d9876840 (ArticlePromotionService — hourly promotion of bloq items to published Genesis article pages + BlogGrid autoPopulate slugPrefix). Alias: iris ce Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
One-command onboarding for the article content engine:
business_context.content_enginevia the atomic/business-context/keyendpointstatusshows config + intake-list healthPipeline context
Pairs with:
d9876840— ArticlePromotionService: hourly promotion of content-agent bloq items → published Genesis article pages (verbatim lane never touches an LLM), Discord draft-review nudges, BlogGrid autoPopulateslugPrefixa836bcbb—content_engineallowlisted on the atomic key-patch endpoint + clobber protection on full business-context savesThis makes the engine scalable to all clients: onboarding = this one command, zero code.
🤖 Generated with Claude Code