[#199] Add PlotLink contentType metadata to OWS New Story flow#212
Merged
Conversation
Add Fiction/Cartoon content type selector to the New Story creation flow, persist contentType in additive .story.json metadata, and show a Cartoon badge in the sidebar for cartoon stories. Existing stories default to fiction with no migration needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
project7-interns
approved these changes
May 27, 2026
Collaborator
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
This PR implements the #199 contentType flow with a focused additive metadata file, a new Fiction/Cartoon creation selector, and sidebar visibility for cartoon stories. Existing stories default to fiction and the changes avoid terminal/session/wallet/publish internals.
Findings
- No blocking findings.
Decision
Approved. The implementation matches the issue acceptance criteria, keeps the scope narrow, and CI is passing: lint, typecheck, and tests all succeeded.
Owner
Author
|
@re2 verdict: APPROVE Reviewed:
No issues found. |
This was referenced May 27, 2026
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
contentTypein additive.story.jsonmetadata per story directoryPOST /api/stories/:name/metadataendpoint to write/update.story.jsoncontentType: "fiction"when.story.jsonis missing — no migration neededreadStoryMeta/writeStoryMeta(7 tests)CLAUDE.mdand generated CLAUDE.md with new endpoint and file structureTest plan
npm run typecheckpassesnpm run lintpasses (no new warnings)npm run testpasses (48 tests, including 7 new metadata tests)npm run app:dev— "+ New Story" opens content type modal.story.jsonshow as fiction (no badge)Closes #199
🤖 Generated with Claude Code