You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(site): simplify submit to 3-step guide + Issue template
Remove the entire form. Submission is now:
1. Copy AI prompt, paste into Claude/ChatGPT with your idea
2. Review checklist (4 checkboxes)
3. Click 'Open Issue Template on GitHub' — paste into fields
Collapsible full example (Stoic Architect) at the bottom.
No more URL length issues — Issue template handles all fields.
Bilingual (EN/ZH).
'submit.desc2': 'Three steps: ask your AI to generate it, review, submit as GitHub Issue.',
71
+
'submit.s1.title': 'Ask your AI to generate the persona',
72
+
'submit.s1.desc': 'Copy this prompt and paste it into Claude, ChatGPT, or any AI. Describe your idea where it says [YOUR IDEA]. The AI will output a persona-card.json + identity.md.',
73
+
'submit.s2.title': 'Review what the AI generated',
74
+
'submit.s2.desc': 'Check the persona-card.json fields and identity.md content. Add personal touches the AI missed. Make sure the personality feels distinct.',
75
+
'submit.s3.title': 'Submit as GitHub Issue',
76
+
'submit.s3.desc': 'Click the button below. It opens a pre-configured Issue template. Paste your persona-card.json and identity.md into the corresponding fields.',
77
+
'submit.open': 'Open Issue Template on GitHub',
78
+
'submit.check.1': 'voice.self and voice.user feel natural',
79
+
'submit.check.2': 'description is a single clear sentence',
80
+
'submit.check.3': 'identity.md has Role Anchoring + Personality Traits + Emotional Patterns',
81
+
'submit.check.4': 'the persona is different from the 5 built-in ones',
82
+
'submit.example.title': 'See a complete example (Stoic Architect)',
70
83
'form.intro': 'Fill in manually, or paste what your AI generated. The form produces a GitHub Issue with your persona-card.json.',
71
84
'form.json': 'Full persona-card.json (optional)',
72
85
'form.json.hint': 'If your AI generated the complete JSON, paste it here. It will be included in the issue as-is.',
0 commit comments