v0.10.0 feat: governed WeChat article workflows - #9
Merged
Conversation
Add governed WeChat article workflows, tenant content capabilities, public documentation, and release metadata for v0.10.0. Co-Authored-By: OpenAI Codex <noreply@openai.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.
Summary
video_scriptenabled by default andwechat_articlecontrolled by platform administrators./docscenter with shared JSON and Markdown endpoints while keeping internal architecture pages private.00003_tenant_content_capabilities.sqlmigration and align CLI, Web, Plugin, MCP, bootstrap, and environment versions at0.10.0.Test Coverage
go test -race ./...pnpm --dir web typecheckpnpm --dir web buildpnpm governance:v3pnpm governance:contentnpm pack --dry-run --jsonPre-Landing Review
No blocking SQL safety, concurrency, trust-boundary, enum-completeness, or frontend rendering issues found. The migration is additive, capability writes use an atomic parameterized upsert, and article content renders as structured React nodes without raw HTML injection.
Design Review
The admin capability control uses the existing compact table and native checkbox patterns. The public review and documentation views reuse the current design tokens and responsive breakpoints; no new gradients, oversized cards, hidden focus outlines, or unsafe HTML were introduced.
Eval Results
All 12 deterministic Plugin scenarios passed, including the new WeChat article governance scenario. The first WeChat release intentionally stops at a validated local operator package and does not claim external login, asset upload, preview, or publication side effects.
Plan Completion
The release scope is complete: tenant capability governance, article contracts, local production workflow, server approval gates, public review rendering, documentation, migration, signed Plugin metadata, and release version alignment are present.
Test plan