docs: document fork patches 2 and 3 in PATCHES.md - #306
Closed
Cryptoom wants to merge 6 commits into
Closed
Conversation
Infrastructure prep, no active patch yet. Same pattern as Cryptoom/whatsapp-mcp and Cryptoom/telegram-mcp forks.
* feat(mcp): add update-workspace-tool for brand settings GetWorkspaceTool is read-only; there was no API or MCP path to write a workspace's brand settings (name, colors, voice traits, font, image style, content language). Adds UpdateWorkspaceTool mirroring UpdateWorkspaceRequest's validation with PATCH semantics (only passed fields change), gated on the same 'update' ability as the settings UI. Registered as fork Patch 1 in PATCHES.md. * fix(mcp): coerce brand_voice_traits and rename misleading test UpdateWorkspaceTool validated brand_voice_traits against the enum but never ran BrandVoiceTrait::coerce(), so an update could store an incoherent set (e.g. both formal and casual). This is the first programmatic/unattended MCP write path, so coerce it here before the values land in the update payload. Also rename a test whose name implied a cross-workspace injection vector that the tool schema does not expose. The tool always resolves the caller's current workspace; there is no workspace_id parameter to attack.
…oyed is_aigc already exists upstream for TikTok (Composer checkbox, meta rules, publisher, MCP tool) - no patch needed. Also corrects the stale note about the server checkout still running against upstream; it now runs against Cryptoom/trypost since Patch 1.
* feat(design): madevisible brand token concept for app.css Concept-only reskin: swaps the upstream Gumroad-style warm cream + violet identity for madevisible.io brand tokens (deep teal primary, navy text, gold accent, soft tinted shadows instead of hard offset shadows, Geist font stack instead of Figtree/Instrument Serif). Not pushed, local concept branch only. * fix(design): darken chart-3 gold for WCAG 3:1 UI-component contrast Review Round 1 (PR #2) flagged --chart-3 (#c99a5c, same hue as --accent) against --background (#fbf7f1) at 2.38:1, below the 3:1 threshold for isolated/meaningful data elements. Darkened to #a67c3f (~3.6:1).
Olli asked to remove the "Earn 30% referral" and "Discord community" bottom-nav items. Also drops the now-unused IconGift/IconBrandDiscord imports. Docs link and IconAffiliate (used elsewhere) untouched.
Patch 2 (madevisible brand token reskin, PR #2) and Patch 3 (sidebar referral/Discord removal, PR #3) modify upstream files but were not captured in PATCHES.md. A future upstream merge could silently overwrite them without conflict. Add marker strings and break conditions for both, following the existing Patch 1 format.
Author
|
Wrong target repo — this is fork-internal documentation, not meant for upstream. Closing, opening against Cryptoom/trypost instead. |
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
Test plan