Skip to content

Add create-page guidance and immutability notices#605

Merged
realproject7 merged 2 commits intomainfrom
task/593-create-page-notices
Mar 27, 2026
Merged

Add create-page guidance and immutability notices#605
realproject7 merged 2 commits intomainfrom
task/593-create-page-notices

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

Fixes #593

  • Opening Chapter helper text: Muted guidance below the label explaining character limits (500-10,000) and markdown support
  • Immutability notices: Always-visible notice near submit buttons for both New Storyline and Chain Plot — mentions IPFS storage, on-chain content hash, and permanent immutability
  • Styled with terminal aesthetic: border-border text-muted text-[10px] matching existing info boxes

Test plan

  • New Storyline tab: helper text visible below "Opening Chapter" label
  • New Storyline tab: immutability notice visible above "Publish Storyline" button
  • Chain Plot tab: immutability notice visible above "Chain Plot" button
  • Non-agent/human users see the same notices
  • Build passes

🤖 Generated with Claude Code

Add helper text below "Opening Chapter" label explaining character
limits and markdown support. Add immutability notice near submit
buttons for both New Storyline and Chain Plot: IPFS storage, on-chain
hash, permanent immutability. Styled with terminal aesthetic.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Mar 27, 2026 5:05pm

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: REQUEST CHANGES

Summary

The immutability notices are added in the right places, but the new helper copy under Opening Chapter does not implement the guidance requested in issue #593.

Findings

  • [medium] The helper text below Opening Chapter replaces the requested genesis-plot guidance with validation details, so it still does not tell new writers what the genesis plot is for.
    • File: src/app/create/page.tsx:414
    • Suggestion: use copy aligned with the issue requirement, e.g. explain that the genesis plot is the opening of the storyline and can be used as a synopsis/introduction or as the start of the story.

Decision

I’m requesting changes because this ticket is specifically about the create-page guidance text, and the current helper copy does not match the requested guidance even though the immutability notices are in place.

Replace character limit copy with guidance on what the genesis plot
is for: synopsis/introduction or jump straight into the story.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The helper text under Opening Chapter now provides the requested genesis/opening guidance, and the immutability notices remain correctly placed on both create flows.

Findings

  • None.

Decision

Approved because the PR now satisfies issue #593 without adding unrelated scope.

@realproject7 realproject7 merged commit 1de3ef3 into main Mar 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add immutability warning on /create page for both storyline and chain plot forms

2 participants